diff --git a/History.md b/History.md index b726e8c..f46ac5e 100644 --- a/History.md +++ b/History.md @@ -58,6 +58,6 @@ * Repository: Reorganize repository and documentation (#28) * Extension: Update list of contributors (#38) * Extension: Update maxVersions for applications (#37) - * Extension: Allow title bar customization in Thunderbird (#24) + * Extension: Allow titlebar customization in Thunderbird (#24) * Extension: Version 3.1 loses ability to customize titlebar with just window title (#18) * Extension: Enhance pushlog feature to support Aurora channel (#13) diff --git a/README.md b/README.md index c6f2f64..d2efea9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Nightly Tester Tools Nightly Tester Tools is an addon for aiding testers of nightly builds of Mozilla apps like Firefox and Thunderbird. Some features are: -* Extension compatibility fixing -* Titlebar customization -* Build ID retrieval -* Copy extension list to clipboard -* Screenshots +* Copy Build ID to Clipboard +* Copy List of Extensions to Clipboard +* Copy about:support to Clipboard * Open Profile Folder +* Open Pushlog +* Screenshots utility +* Titlebar customization +* Crash options +* Extension compatibility fixing # Install You can install the latest stable NTT from [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/6543/). To install for development, clone the repo: @@ -37,4 +40,5 @@ All bugs are reported to the Nightly Tester Tools component at bugzilla.mozilla. This project uses [.editorconfig](http://editorconfig.org/#overview), which sets defaults for the formatting of the code. So enjoy the use of [compatible editor](http://editorconfig.org/#download). Just download and install the corresponding plugin. # Related Add-ons: -* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/15003/) +* [Screengrab (fix version)](https://addons.mozilla.org/en-US/firefox/addon/screengrab-fix-version/) +* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/) diff --git a/extension/chrome/content/aboutNightly/aboutNightly.xhtml b/extension/chrome/content/aboutNightly/aboutNightly.xhtml index 9165bc1..9711612 100644 --- a/extension/chrome/content/aboutNightly/aboutNightly.xhtml +++ b/extension/chrome/content/aboutNightly/aboutNightly.xhtml @@ -44,11 +44,15 @@

Features

@@ -58,7 +62,7 @@