You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add user-defined categories for tab organization (#30)
- Add dark mode support
- Add unit tests for background.js and options.js (84% coverage)
- Update README with custom categories documentation
- Add CHANGELOG.md
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [1.1.0] - 2025-11-29
9
+
10
+
### Added
11
+
12
+
- User-defined categories for tab organization (#30) - Users can now create custom categories in the options page to organize tabs by their own criteria
13
+
- Dark mode support - Extension popup now respects system dark mode preferences
14
+
- Unit tests for background.js and options.js - Improved test coverage from 61% to 84%
15
+
16
+
### Changed
17
+
18
+
- Enhanced README with improved Tab Manager description
19
+
20
+
### Fixed
21
+
22
+
- Removed outdated implementation notes from documentation
23
+
24
+
### Documentation
25
+
26
+
- Added ISC license file and fixed license references throughout the project
0 commit comments