Skip to content

1.1.1

Choose a tag to compare

@sebastienfontaine sebastienfontaine released this 06 Nov 09:07
· 52 commits to master since this release
511c68a

What's Fixed

🚨 Critical: Unique Tab Closing All Tabs

Fixed a critical bug where enabling the "unique" option would close all open tabs instead of just duplicates. This was caused by inverted logic in the duplicate detection code.

🎯 Disabled Rules Now Actually Disabled

Fixed disabled rules still matching URLs and blocking enabled rules from working. For example, a disabled rule with .* pattern would prevent all other rules from functioning.

πŸ“ No More Duplicate Tab Groups

Fixed excessive duplicate group creation. Previously, you could end up with 10+ groups named "GitHub" or "YouTube". The extension now properly reuses existing groups.

πŸ”§ TypeScript Build Errors

Fixed compilation errors that prevented clean builds.

πŸ“Š By The Numbers

  • βœ… 4 critical bugs fixed
  • βœ… 181 tests passing (+17 new tests)
  • βœ… 9 new tests for tab groups
  • βœ… 5 new tests for unique tabs
  • βœ… 3 new tests for disabled rules

πŸ™ Thanks

Thank you to everyone who reported these issues! Your feedback helps make Tabee better.

πŸ“¦ Installation

Update via Chrome Web Store.


Full Changelog: 1.1.0...1.1.1