Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceemotion committed Mar 22, 2024
1 parent 0662f1a commit 119568e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-tab-organizer",
"version": "1.3",
"version": "1.4",
"scripts": {
"build": "tsup",
"watch": "tsup -- --dev"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 119568e

Please sign in to comment.