Skip to content

Commit

Permalink
Prepare for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmerz committed Feb 7, 2019
1 parent d133a01 commit bb834f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tab Counter Wide

This is a fork of Loirooriol's fantastic [Tab Counter Plus](https://github.com/Loirooriol/tab-counter-plus) to do some slightly messy customization. This may not be kept entirely up to date with the original repo. Please see the README on that page for full details.
This is a fork of Loirooriol's fantastic [Tab Counter Plus](https://github.com/Loirooriol/tab-counter-plus) to do some slightly messy customization to allow for a wider tab counter. Please see the README on that page for full details.

This provides the ability to include the current tab index in addition to the total number of tabs in the window.

Expand Down Expand Up @@ -31,6 +31,12 @@ toolbarbutton#tab-counter-wide_jmmerz_github-browser-action > .toolbarbutton-bad

## Version History:

#### [1.4.0](https://github.com/jmmerz/tab-counter-wide/releases/tag/v1.4.0):
* Fix performance issue that could cause browser to slow down, especially with a moderate to large
number of tabs open.
* Switch to a better name.
* Add standardized instructions to make this this extension more usable.

#### [1.3.0](https://github.com/jmmerz/tab-counter-wide/releases/tag/v1.3.0):
* Update name to "Tab Counter Wide" to better describe what's unique about it.

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"short_name": "Tab Counter Wide",
"author": "Jonathon Merz",
"homepage_url": "https://github.com/jmmerz/tab-counter-wide",
"version": "1.3.0",
"description": "Shows the number of tabs in the window, current tab index and optionally the number of hidden tabs.",
"version": "1.4.0",
"description": "Shows the number of tabs in each window and current tab index.",
"manifest_version": 2,
"applications": {
"gecko": {
Expand Down

0 comments on commit bb834f7

Please sign in to comment.