diff --git a/README.md b/README.md index 9b81675..b1597be 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Organizes all tabs across windows into AI-generated groups. Uses your own OpenAI - **Deduplicate Tabs:** Closes all duplicate tabs - **Close Blank Pages:** Closes all tabs that are blank pages (e.g. `about:blank`) - **Sort Tabs by URL:** Sorts all tabs by URL, even inside groups +- **Group Tabs by URL:** Groups all tabs by hostname when they have a minimum of 10 tabs ## Local Install 1. Download `.zip` file from https://github.com/spaceemotion/ai-tab-organizer/releases/latest diff --git a/package.json b/package.json index 80d86bc..c9303d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-tab-organizer", - "version": "1.3", + "version": "1.4", "scripts": { "build": "tsup", "watch": "tsup -- --dev" diff --git a/public/manifest.json b/public/manifest.json index aed9f86..2436908 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,7 +5,7 @@ "name": "AI Tab Organizer", "description": "Use AI to organize all your tabs into categorized groups!", "homepage_url": "https://github.com/spaceemotion/ai-tab-organizer", - "version": "1.3", + "version": "1.4", "permissions": [ "tabs", "tabGroups",