Releases: DaAwesomeP/tab-counter
Releases · DaAwesomeP/tab-counter
v0.4.1
- Bring back "both" option for badge display (as requested in this AMO review)
v0.4.0
v0.3.0
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
- Add Travis CI badge to readme
- Remove package meta for Opera build per addon mods request
v0.2.1
v0.2.0
- Use the tooltip of the button to show window and total counts (WebExtension badge title)
- Make popup and tooltip text consistent
v0.1.1
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
- 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
- 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
tabspermission - Add README
v0.0.2
- Clean up Firefox manifest
- Use local settings storage (instead of sync)