Skip to content

Commit c7b68e0

Browse files
chore(release): version packages
1 parent aacc3bd commit c7b68e0

11 files changed

Lines changed: 40 additions & 49 deletions

.changeset/dashboard-quick-actions.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/fix-memory-card-icon.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/memory-delete-confirmation.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/multi-provider-support.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/note-edit-button.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# think-app
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- aacc3bd: Add "View all" and "New Conversation" quick actions to dashboard
8+
9+
- Added "View all" button to Recent Chats card linking to /chat
10+
- Renamed "Quick Add" to "Quick Actions" with centered button layout
11+
- Added "New Conversation" quick action that starts a fresh chat
12+
- Fixed navigation to ensure new conversations don't auto-load previous chat
13+
14+
- 9f7746e: fix: replace fullscreen icon with panel icon in memory overview
15+
16+
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.
17+
18+
- d4dfcc3: fix: require confirmation for memory deletion
19+
20+
Remove delete button from memory card hover menu. Users must now open the
21+
detail sidebar panel to delete a memory, which has a confirmation dialog.
22+
23+
- 764021a: feat: add multi-provider support for OpenRouter and Venice
24+
25+
- Replace generic "Cloud API" with specific provider selection (Ollama, OpenRouter, Venice)
26+
- Add per-provider model selection with searchable combobox for cloud providers
27+
- Store separate API keys and model preferences per provider
28+
- Add migration to convert legacy openai settings to new provider-specific settings
29+
- Support provider-specific headers and configurations
30+
- Fix model switching for Venice and OpenRouter providers
31+
32+
- de0c614: feat: add edit button for notes in memory card
33+
34+
Add a pencil icon button on note memory cards that opens the editor
35+
directly, without having to go through the detail panel first.
36+
337
## 0.5.3
438

539
### Patch Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "think-app",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"main": "electron/main.js",
66
"scripts": {

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "think-backend"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Think backend API"
55
authors = ["Your Name <you@example.com>"]
66
package-mode = false

extension/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# think-extension
22

3+
## 0.5.4
4+
35
## 0.5.3
46

57
## 0.5.2

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "think-extension",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"scripts": {
66
"dev": "vite build --watch",

0 commit comments

Comments
 (0)