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 Protect Group feature for tab group recovery
- Add multi-select for group combination
- Enforce 80% code coverage threshold in CI
- Update documentation for new features
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.3.0] - 2025-11-29
9
+
10
+
### Added
11
+
12
+
- Protect Group feature (#40) - Mark tab groups as protected to prevent accidental closure during cleanup; protected groups are automatically saved to bookmarks for easy recovery
13
+
- Multi-select for group combination (#39) - Select multiple groups to combine, contributed by @AmberAlston
14
+
15
+
### Changed
16
+
17
+
- CI now enforces 80% code coverage threshold
18
+
- Test coverage improved to 91%
19
+
20
+
### Fixed
21
+
22
+
- Auto-select first target option in Combine Groups for better UX
23
+
- Handle missing "Other Bookmarks" folder in CI environment
-**Combine groups** - Merge two tab groups into one
47
+
-**Protect groups** - Mark groups as protected to prevent accidental closure; protected groups are auto-saved to bookmarks
47
48
-**Save to bookmarks** - Save all tabs into bookmark folders by group
48
49
-**Restore from bookmarks** - Restore tab groups from saved bookmarks
49
50
-**Smart coloring** - Each group gets a unique color
@@ -137,6 +138,17 @@ Example result:
137
138
4. Select the second group to merge into
138
139
5. Done! Both groups are merged into one
139
140
141
+
### Protect Tab Groups
142
+
143
+
**Mark groups as protected to prevent accidental closure**:
144
+
145
+
1. Click the Tab Organizer icon
146
+
2. Click "Protect Group"
147
+
3. Select the group you want to protect
148
+
4. Done! The group is now protected and saved to bookmarks
149
+
150
+
Protected groups are automatically saved to bookmarks, making them easy to recover if accidentally closed. Use this feature for important tab collections you want to preserve.
0 commit comments