Skip to content

Commit 9b511b5

Browse files
committed
Release v1.4.0
- Multi-select for Protect Groups (#46) - New layered tabs icon design (#47) - Icon generation script for PNG regeneration
1 parent 20f8b53 commit 9b511b5

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4.0] - 2025-11-30
9+
10+
### Added
11+
12+
- Multi-select for Protect Groups (#46) - Select multiple tab groups to protect at once using Cmd/Ctrl+click, contributed by @AmberAlston
13+
- New layered tabs icon design (#47) - Fresh icon with three overlapping tabs in Chrome's tab group colors (yellow, green, blue), contributed by @AmberAlston
14+
- Icon generation script - SVG source file and script to regenerate PNG icons at all sizes
15+
816
## [1.3.0] - 2025-11-29
917

1018
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ Example result:
143143
**Mark groups as protected to prevent accidental closure**:
144144

145145
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
146+
2. Click "Protect Groups"
147+
3. Select one or more groups (Cmd/Ctrl+click for multiple)
148+
4. Done! The groups are now protected and saved to bookmarks
149149

150150
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.
151151

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.3.0",
4+
"version": "1.4.0",
55
"description": "Automatically organize tabs by 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.3.0",
3+
"version": "1.4.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)