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 21, 2016
1 parent 4364f94 commit c6ebf59
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v1.22 - Big Findy Tunes.

### New Features:

* Show larger tab thumbnails when there is extra space. ‼️ 💯
* Add a search box to quickly filter your tabs. 🔍

### Fixes:

* Click on find icon to focus the find bar. 🌁
* Toolbar icons correctly change color in dark themes. (Fixes #305.)
* Load thumbnails for all sites. 💅🖼 (Fixes #411, #415, #167, #353.)
* Make sure the splitter doesn’t grow too large. 🐞 (Fixes #414.)
* Resize on deleting a tab.
* Only show light pin if dark theme in linux.
* Don't show the really wide splitter in fullscreen. 👀 (Fixes #392.)

# v1.21 - Sidebar updates, part 1.

The first batch of sidebar changes…
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.21</em:version>
<em:version>1.22</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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-center",
"version": "1.21.0",
"version": "1.22.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 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.21</em:version>
<em:version>1.22</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
Expand Down

0 comments on commit c6ebf59

Please sign in to comment.