From 119568e5c6a1ddb66e5f9ac84888f29699691acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonie=20Gr=C3=A4=C3=9Fel?= Date: Fri, 22 Mar 2024 22:57:30 +0100 Subject: [PATCH] Release v1.4 --- README.md | 1 + package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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",