From c7b68e0491ef1c87d6cef4eca0c845890b1dcad3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:30:49 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/dashboard-quick-actions.md | 10 ------- .changeset/fix-memory-card-icon.md | 7 ----- .changeset/memory-delete-confirmation.md | 8 ------ .changeset/multi-provider-support.md | 12 --------- .changeset/note-edit-button.md | 8 ------ app/CHANGELOG.md | 34 ++++++++++++++++++++++++ app/package.json | 2 +- backend/pyproject.toml | 2 +- extension/CHANGELOG.md | 2 ++ extension/package.json | 2 +- extension/public/manifest.json | 2 +- 11 files changed, 40 insertions(+), 49 deletions(-) delete mode 100644 .changeset/dashboard-quick-actions.md delete mode 100644 .changeset/fix-memory-card-icon.md delete mode 100644 .changeset/memory-delete-confirmation.md delete mode 100644 .changeset/multi-provider-support.md delete mode 100644 .changeset/note-edit-button.md diff --git a/.changeset/dashboard-quick-actions.md b/.changeset/dashboard-quick-actions.md deleted file mode 100644 index 86222ab..0000000 --- a/.changeset/dashboard-quick-actions.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"think-app": patch ---- - -Add "View all" and "New Conversation" quick actions to dashboard - -- Added "View all" button to Recent Chats card linking to /chat -- Renamed "Quick Add" to "Quick Actions" with centered button layout -- Added "New Conversation" quick action that starts a fresh chat -- Fixed navigation to ensure new conversations don't auto-load previous chat diff --git a/.changeset/fix-memory-card-icon.md b/.changeset/fix-memory-card-icon.md deleted file mode 100644 index 7121afe..0000000 --- a/.changeset/fix-memory-card-icon.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"think-app": patch ---- - -fix: replace fullscreen icon with panel icon in memory overview - -Replace the misleading Maximize2 (fullscreen) icon with a PanelRight icon on memory cards. The button opens a detail sidebar panel, and the new icon accurately represents this behavior. diff --git a/.changeset/memory-delete-confirmation.md b/.changeset/memory-delete-confirmation.md deleted file mode 100644 index 0712c78..0000000 --- a/.changeset/memory-delete-confirmation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"think-app": patch ---- - -fix: require confirmation for memory deletion - -Remove delete button from memory card hover menu. Users must now open the -detail sidebar panel to delete a memory, which has a confirmation dialog. diff --git a/.changeset/multi-provider-support.md b/.changeset/multi-provider-support.md deleted file mode 100644 index 201290b..0000000 --- a/.changeset/multi-provider-support.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"think-app": patch ---- - -feat: add multi-provider support for OpenRouter and Venice - -- Replace generic "Cloud API" with specific provider selection (Ollama, OpenRouter, Venice) -- Add per-provider model selection with searchable combobox for cloud providers -- Store separate API keys and model preferences per provider -- Add migration to convert legacy openai settings to new provider-specific settings -- Support provider-specific headers and configurations -- Fix model switching for Venice and OpenRouter providers diff --git a/.changeset/note-edit-button.md b/.changeset/note-edit-button.md deleted file mode 100644 index 87442b9..0000000 --- a/.changeset/note-edit-button.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"think-app": patch ---- - -feat: add edit button for notes in memory card - -Add a pencil icon button on note memory cards that opens the editor -directly, without having to go through the detail panel first. diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index ae7f88e..0608b33 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,39 @@ # think-app +## 0.5.4 + +### Patch Changes + +- aacc3bd: Add "View all" and "New Conversation" quick actions to dashboard + + - Added "View all" button to Recent Chats card linking to /chat + - Renamed "Quick Add" to "Quick Actions" with centered button layout + - Added "New Conversation" quick action that starts a fresh chat + - Fixed navigation to ensure new conversations don't auto-load previous chat + +- 9f7746e: fix: replace fullscreen icon with panel icon in memory overview + + Replace the misleading Maximize2 (fullscreen) icon with a PanelRight icon on memory cards. The button opens a detail sidebar panel, and the new icon accurately represents this behavior. + +- d4dfcc3: fix: require confirmation for memory deletion + + Remove delete button from memory card hover menu. Users must now open the + detail sidebar panel to delete a memory, which has a confirmation dialog. + +- 764021a: feat: add multi-provider support for OpenRouter and Venice + + - Replace generic "Cloud API" with specific provider selection (Ollama, OpenRouter, Venice) + - Add per-provider model selection with searchable combobox for cloud providers + - Store separate API keys and model preferences per provider + - Add migration to convert legacy openai settings to new provider-specific settings + - Support provider-specific headers and configurations + - Fix model switching for Venice and OpenRouter providers + +- de0c614: feat: add edit button for notes in memory card + + Add a pencil icon button on note memory cards that opens the editor + directly, without having to go through the detail panel first. + ## 0.5.3 ### Patch Changes diff --git a/app/package.json b/app/package.json index 2d9350f..51ef9af 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "think-app", - "version": "0.5.3", + "version": "0.5.4", "private": true, "main": "electron/main.js", "scripts": { diff --git a/backend/pyproject.toml b/backend/pyproject.toml index de64088..f364941 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "think-backend" -version = "0.5.3" +version = "0.5.4" description = "Think backend API" authors = ["Your Name "] package-mode = false diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md index e543a97..58d644c 100644 --- a/extension/CHANGELOG.md +++ b/extension/CHANGELOG.md @@ -1,5 +1,7 @@ # think-extension +## 0.5.4 + ## 0.5.3 ## 0.5.2 diff --git a/extension/package.json b/extension/package.json index c52a2a7..90edddd 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "think-extension", - "version": "0.5.3", + "version": "0.5.4", "private": true, "scripts": { "dev": "vite build --watch", diff --git a/extension/public/manifest.json b/extension/public/manifest.json index 2d7b5f0..4da285e 100644 --- a/extension/public/manifest.json +++ b/extension/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoM28Tz8K1587vX8QWs6yyyHbFR46rsgVSQkVDRe2xHEMhCY1KdDEL3DraxZM+0FXOycPeav/2HDuybZnP8CB3BM02GviZ4UhmY0IFBnQRiJTI13y5boNKSR8ENPAe4eaFxLELELQK9HE1klhFZgI04R989xYUW7ZaWBYc3qsQelyIaAK1GaFsubTQcngi4sfbCWnX8HW3oqu3yJ9A91SbRyNTNUwnc7S9OaBvtFKKZMSnF7BzdB7VztR/rehxWCm4Wa3BWZzrHN6OK1TiOzrsJ2byIVU4UiP2q5jXzJt0o5X7XLHPUc0CLxIqfVKGmK59wI2AM/GKxTHNX0o9KKriQIDAQAB", "name": "Think - Save to Personal AI", - "version": "0.5.3", + "version": "0.5.4", "description": "Save web pages to your personal AI assistant", "permissions": [ "activeTab",