Skip to content

Commit

Permalink
Push a new release!
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinton committed Jul 5, 2016
1 parent 230dc32 commit f61e6c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v1.21 - Sidebar updates, part 1.

The first batch of sidebar changes…

### Features:

* Set pref in options to change new tab opening location. 👆👇‽ 👌 (Fixes #322.)
* Make the pinned sidebar resizable. ⟸║⟹ 😃 (Fixes #23.)

### Fixes:

* Remove slide-in animation from dragging tabs. 🐉 📑 (Fixes #326.)
* Reopening a tab scrolls to it instead of the bottom. (Fixes #338.)
* Show muted icon if no sound playing. 🙊 (Fixes #323.)

# v1.20 - More fixes.

Keeping on knocking out the most reported problems.
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Tab Center</em:name>
<em:version>1.20</em:version>
<em:version>1.21</em:version>
<em:homepageURL>https://github.com/bwinton/VerticalTabs</em:homepageURL>
<em:updateURL>https://people.mozilla.com/~bwinton/TabCenter/tab-center.update.rdf</em:updateURL>
<em:iconURL>resource://tabcenter/skin/icon.png</em:iconURL>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-center",
"version": "1.20.0",
"version": "1.21.0",
"description": "Tab Center is an attempt to solve some of the issues that have emerged from the way people use tabs (most notably the “too many tabs” problem) and provide a more versatile UI basis for future innovation. The first version of this Firefox add-on arranges tabs in a vertical rather than horizontal fashion. It is heavily inspired by and borrows ideas from the excellent VerticalTabs add-on.",
"main": "bootstrap.js",
"directories": {
Expand All @@ -13,6 +13,7 @@
"stylelint": "6.7.1"
},
"scripts": {
"changelog": "changelog",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext=js,jsm vertical-tabbrowser.xml && stylelint \"**/*.css\""
},
Expand Down
2 changes: 1 addition & 1 deletion tab-center.update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Seq>
<li>
<Description>
<em:version>1.20</em:version>
<em:version>1.21</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
Expand Down

0 comments on commit f61e6c8

Please sign in to comment.