diff --git a/CHANGELOG.md b/CHANGELOG.md index 852c22e..0b660b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +### 1.0.2 (08.30.2017) +* Fix #16 - Set appInfo to main browser window + * This fixes selectors getting applied to where they're not even supposed to. +* Fix #15 - When there's a new download, button opens a popup + +### 1.0.1 (08.24.2017) +* Fix #12: Use theme's icons for bookmarks and history buttons +* Resolve #11: Change some links in about to point to our own +* Disable other locales for the meantime since they're a pain to maintain (and we don't use any loc. platform atm) +* Remove border from movable close button + ### 1.0.0 (08.23.2017) * Intial release * Compatibility with PM diff --git a/README.md b/README.md index 13c251f..851e04f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To build an installable `.xpi` extension for Pale Moon: 1. clone this repository 2. execute `./build.sh` at the repository root -3. open/install the resulting `all_in_one_sidebar-dev-build-fx.xpi` file with Pale Moon +3. open/install the resulting `tgs_sidebar-dev-build-fx.xpi` file with Pale Moon ### Ubuntu Linux diff --git a/build.sh b/build.sh index 20f66af..04db687 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -XPI_FILE=all_in_one_sidebar-dev-build-fx +XPI_FILE=tgs_sidebar-dev-build-fx echo "- Removing old xpi file" rm $XPI_FILE.xpi