Skip to content

Commit

Permalink
Ignore: Update readme, changelog, build script
Browse files Browse the repository at this point in the history
Readme & build script: rename aios - tgs
  • Loading branch information
fofajardo committed Aug 30, 2017
1 parent 06c61ec commit 5bdcc2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5bdcc2f

Please sign in to comment.