Skip to content

Commit

Permalink
push a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericawright committed Mar 30, 2017
1 parent af78c2b commit ae75049
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# v1.30 - Welcome on board! 🛳
# v1.32 - Filtering, Telemetry, FullScreen

### Fixes:

* Don't permanently hide tabs if you close the window while filtering. (Fixes #1015.)
* Don't filter tabs on browser restart. (Fixes #1015.)
* Get F11 fullscreen and toggle working. (Fixes #951, #952.)
* Search stays visible until impossible.
* Tabs are permanently destroyed when filtered and browser closes.
* Add en-locale for those who are not set to en-US.
* Send ping when hotkey used to open and close sidebar (and focus and unfocus search as a side-effect). (Fixes #1002.)
* Pinned tabs are reversed on browser restart
* New tabs are now filtered in search. (Fixes #1004.)
* Send ping to telemetry when search is engaged.
* Child tabs open in correct position (reverse and pinned set).
* Enable scrolling in reverse mode when using a mouse. (Fixes #988.)
* Tabs are opened in correct positions in reverse. (Fixes #956.)

# v1.31 - Welcome on board! 🛳

### New Features:

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-center",
"version": "1.30.0",
"version": "1.32.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 Expand Up @@ -118,6 +118,7 @@
"id": "tabcentertest1@mozilla.com",
"dependencies": {},
"devDependencies": {
"bw-changelog": "^1.0.1",
"eslint": "2.9.0",
"eslint-plugin-mozilla": "0.0.3",
"glob": "^7.1.1",
Expand Down Expand Up @@ -207,4 +208,4 @@
]
}
]
}
}
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.30</em:version>
<em:version>1.32</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
Expand Down

0 comments on commit ae75049

Please sign in to comment.