Skip to content

Releases: DaAwesomeP/tab-counter

v0.4.1

11 Oct 20:56
bb54fb3

Choose a tag to compare

  • Bring back "both" option for badge display (as requested in this AMO review)

v0.4.0

09 Oct 18:39
4ac2540

Choose a tag to compare

This release includes important new features!

  • Add option to count the number of windows (#19)
  • Add option to change badge text color for Firefox v63 and above (#13)

v0.3.0

07 May 21:18
v0.3.0
606c9c6

Choose a tag to compare

Thank you to everyone who proposed enhancements and reported bugs through GitHub issues and Mozilla Addon reviews! This release contains bug fixes and new features!

  • Add padding to popup to attempt fix for Firefox bug where popup size cuts off text (#11)
  • Move version check to the background script and improve it so that settings upgrade immediately
  • Add new icons for dark themes and Photon styling (#14)
  • Remove old icon sizes and only offer PNG for clear icon (non-empty SVGs work fine in Opera v52)
  • Add an option to disable live counting, badge updating, and icon hover text updating and require a click to see the count for slight performance gain (#12)
  • Developer Author link in Firefox addon now links to the Mozilla Addons Site Author Page
  • Remove the "both" option for the counter due to the four-character badge limit (#15)
  • Update dependencies

v0.2.2

12 Sep 01:40

Choose a tag to compare

  • Add Travis CI badge to readme
  • Remove package meta for Opera build per addon mods request

v0.2.1

17 Aug 20:11

Choose a tag to compare

  • Fluid badge update for newly activated tabs once every second (see #6)
  • Use Travis CI for building releases

v0.2.0

17 Aug 01:46

Choose a tag to compare

  • Use the tooltip of the button to show window and total counts (WebExtension badge title)
  • Make popup and tooltip text consistent

v0.1.1

15 Aug 00:58

Choose a tag to compare

New in this version:

  • Fix silent (harmless) errors appearing in log
  • Load WebExtension polyfill dynamically

From v0.1.1-alpha.1:

  • More performance improvements:
    • Only one timer per event
    • Only run once every 250ms
    • Wait five seconds after browser start
  • No SVG icons for Opera

v0.1.1-alpha.1

29 Jul 20:09

Choose a tag to compare

v0.1.1-alpha.1 Pre-release
Pre-release
  • More performance improvements:
    • Only one timer per event
    • Only run once every 250ms
    • Wait five seconds after browser start
  • No SVG icons for Opera

v0.1.0

15 Jul 19:35

Choose a tag to compare

  • Put icon in tab strip by default (Firefox)
  • Drastic performance improvements
  • Add option to show current window tabs, total tabs, or both
  • Use NPM for polyfill
  • Remove not required tabs permission
  • Add README

v0.0.2

16 Mar 05:36

Choose a tag to compare

  • Clean up Firefox manifest
  • Use local settings storage (instead of sync)