Skip to content

Commit c047424

Browse files
chore(release): version packages
1 parent c40f37b commit c047424

9 files changed

Lines changed: 31 additions & 32 deletions

File tree

.changeset/media-memory-feature.md

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

.changeset/memory-context-toggle.md

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

.changeset/smooth-cards-hover.md

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

app/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 16103f3: feat(app): add media memory support for voice memos, audio, and video
8+
9+
- Add voice memo recording from system tray and main app
10+
- Add audio file upload with drag-and-drop support
11+
- Add video file upload with FFmpeg audio extraction and thumbnail generation
12+
- Add local AI transcription using faster-whisper with timestamp segments
13+
- Add new memory card components for voice memos, audio, and video
14+
- Add transcription settings for Whisper model selection
15+
- Add file size limits and input validation for security
16+
17+
### Patch Changes
18+
19+
- c40f37b: feat(app): add toggle to enable/disable memory context in chat
20+
21+
- Add "Memory on/off" toggle inside chat input container
22+
- Skip automatic RAG retrieval when toggle is off
23+
- Attached memories still work when toggle is off
24+
- Toggle defaults to on (current behavior preserved)
25+
26+
- bb5ac91: Remove scale transform on memory card hover that caused text to appear blurry
27+
328
## 0.5.5
429

530
### 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.5",
3+
"version": "0.6.0",
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.5"
3+
version = "0.6.0"
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.6.0
4+
35
## 0.5.5
46

57
## 0.5.4

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.5",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite build --watch",

extension/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoM28Tz8K1587vX8QWs6yyyHbFR46rsgVSQkVDRe2xHEMhCY1KdDEL3DraxZM+0FXOycPeav/2HDuybZnP8CB3BM02GviZ4UhmY0IFBnQRiJTI13y5boNKSR8ENPAe4eaFxLELELQK9HE1klhFZgI04R989xYUW7ZaWBYc3qsQelyIaAK1GaFsubTQcngi4sfbCWnX8HW3oqu3yJ9A91SbRyNTNUwnc7S9OaBvtFKKZMSnF7BzdB7VztR/rehxWCm4Wa3BWZzrHN6OK1TiOzrsJ2byIVU4UiP2q5jXzJt0o5X7XLHPUc0CLxIqfVKGmK59wI2AM/GKxTHNX0o9KKriQIDAQAB",
44
"name": "Think - Save to Personal AI",
5-
"version": "0.5.5",
5+
"version": "0.6.0",
66
"description": "Save web pages to your personal AI assistant",
77
"permissions": [
88
"activeTab",

0 commit comments

Comments
 (0)