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 Nov 25, 2016
1 parent a8c9cec commit 1d81caa
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# v1.27 - Waffling…

### New Features:

* Add a toggle to switch between side tabs and top tabs. (Fixes #691.)
* Add twenty [new locales](https://pontoon.mozilla.org/projects/test-pilot-tab-center/)!
* Save TabCenter state per-window. (Fixes #391, #431, #528.)
* Reverse display order for "Open Tabs Above" option

### Fixes:

* Reversed scroll.
* Print preview. (Fixes #791, #792.)
* Resize tabs on initing a tab.
* Upgrade will not reverse tabs. (Fixes #780.)
* Scroll jump to top of tab list. (Fixes #738, #693.)
* reversed mouse-wheel scrolling. (Fixes #776.)
* Errors.
* Remove popuphidden event listener on unload.
* Cleaner Animations. (Fixes #758.)
* Theme Changes in Win and Linux. (Fixes #476.)
* Mouse enter after toggle. (Fixes #759.)
* pin-button dynamic tooltiptext. (Fixes #751.)
* Typo, and change to array for filter.
* Visible tabs null on changing groups. (Fixes #754.)
* Restore urlbar value. (Fixes #739.)
* Don't allow tab to be hidden if there is no label. (Fixes #750, #752.)
* Check for tab.label before trying to match.
* Init pin-button with "shrink" tooltip. (Fixes #742.)
* Search input overflow. (Fixes #743.)
* Separate tabactions and tabgroupchange in clearfind. (Fixes #733.)
* Force pinned width to be half of window size, or less, when resizing the window. (Fixes #604.)
* Do not scroll selected tab into view on mouse out/in. (Fixes #730.)
* Right click on various buttons shouldn't activate them. (Fixes #472.)
* Only clear visible tabs when using tabgroups to switch.
* Re-work the Telemetry ping. 🎧
* Hide tab center in print preview mode. (Fixes #721.)
* refreshThumbAndLabel is now a function. (Fixes #718.)
* Filter only through visible tabs. (Fixes #692.)
* First tab title should not become "new tab". (Fixes #564.)
* Fix initial tab scrolling. (Fixes #698.)
* Allow autocomplete to expand to full width in windows fullscreen. (Fixes #705.)
* On change of overflow, keep scroll position the same. (Fixes #669.)
* Hide TC in windows fullscreen with sidebar open.


# v1.26 - Tweaks and other crop.

### 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.26.0",
"version": "1.27.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.",
"locales": {
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.26</em:version>
<em:version>1.27</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
Expand Down

0 comments on commit 1d81caa

Please sign in to comment.