From bb834f7a1963c3a03c2216a8b080b45c2580d53d Mon Sep 17 00:00:00 2001 From: Jonathon Merz <1848149+jmmerz@users.noreply.github.com> Date: Wed, 6 Feb 2019 21:48:21 -0800 Subject: [PATCH] Prepare for release 1.4.0 --- README.md | 8 +++++++- manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41aedff..d3121af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/manifest.json b/manifest.json index 8e2b842..f20b670 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {