Skip to content

Commit ff2e10c

Browse files
committed
chore: Bump version to 1.5.0
- Update CHANGELOG.md with v1.5.0 changes - Bump package.json version to 1.5.0 - Bump manifest.json version to 1.5.0
1 parent db624d3 commit ff2e10c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
29+
830
## [1.4.0] - 2025-11-30
931

1032
### Added

chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Tab Organizer",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Automatically organize tabs by category or domain with one click",
66
"permissions": [
77
"tabs",

chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-extension",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Complete tab management in one extension: organize by domain AND remove duplicates with one click each.",
55
"main": "background.js",
66
"scripts": {

0 commit comments

Comments
 (0)