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 Aug 19, 2016
1 parent a4894c3 commit 26b1a7a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.24 - Stuff.

### New Features:

* Scroll tabbrowser when dragging a tab. 📜 📑 (Fixes #500.)
* More styling updates. 🖼 (Fixes #473.)
* Add a hidden option to disable thumbnails. 🕵 (Fixes #439.)
* Styling Change/Refresh. 🍾

### Fixes:

* Handle retina devices in the thumbnails! 🌱 🌷
* Take the sidebar into account when determining the autocomplete's place.
* Run the initialization code for _all_ the new windows. 🌠 (Fixes #529.)
* Introduce delay before resizing tabs. ⏱ (Fixes #465.)
* Switch to canvas! 🖼 (Fixes #516.)
* Disappearing labels. 📛 (Fixes #475, #511.)
* Forgot to remove an "a". 🅰️
* Adjust Selected Tab Appearance and Stuff.
* Hide private browsing icon. 🕵 (Fixes #502.)
* Alignment and Flex Changes to Try and Prevent Toolbar Shifting. 💪
* Add Mac Specific Styling. 🍎
* Re-add the palette on uninstall. 🎨 (Fixes #479.)
* Double-clicking on thumbnails no longer opens new tabs. ⛵ (Fixes #457.)
* Hide wyciwyg:// uris. ❓❓❓

# v1.23 - More styles.

### Fixes:
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.23.0",
"version": "1.24.0",
"title": "Tab Center",
"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": "main.js",
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.23</em:version>
<em:version>1.24</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
Expand Down

0 comments on commit 26b1a7a

Please sign in to comment.