Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/dashboard-quick-actions.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-memory-card-icon.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/memory-delete-confirmation.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/multi-provider-support.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/note-edit-button.md

This file was deleted.

34 changes: 34 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "think-app",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"main": "electron/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "think-backend"
version = "0.5.3"
version = "0.5.4"
description = "Think backend API"
authors = ["Your Name <you@example.com>"]
package-mode = false
Expand Down
2 changes: 2 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# think-extension

## 0.5.4

## 0.5.3

## 0.5.2
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "think-extension",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"scripts": {
"dev": "vite build --watch",
Expand Down
2 changes: 1 addition & 1 deletion extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down