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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ 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.5.0] - 2025-12-06
9
+
10
+
### Added
11
+
12
+
- CI: Claude Code Review workflow - Automated code review for pull requests
13
+
- CI: Claude PR Assistant workflow - Automated PR assistance
14
+
15
+
### Changed
16
+
17
+
- UI: Resized options page for better usability
18
+
19
+
### Fixed
20
+
21
+
- Protected group folders now included in Restore from Bookmarks (#52) - Protected groups are properly restored from bookmarks, contributed by @AmberAlston
22
+
- Error handling and tracking consistency to protected folder restore - Improved reliability when restoring protected groups
23
+
- CI workflow now only runs for same-repo PRs (not forks) - Prevents workflow failures on external contributions
24
+
25
+
### Documentation
26
+
27
+
- Updated README with new features and screenshots (#49)
28
+
- Added merge duplicate groups design documentation
0 commit comments