Skip to content

Commit a687168

Browse files
chore(release): version packages
1 parent bb80b08 commit a687168

15 files changed

Lines changed: 43 additions & 66 deletions

.changeset/add-lock-app-functionality.md

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

.changeset/add-to-chat-memory-context.md

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

.changeset/auto-expand-chat-input.md

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

.changeset/chat-max-width.md

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

.changeset/fix-claude-keyboard-capture.md

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

.changeset/fix-ollama-307-redirect.md

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

.changeset/full-screen-note-editor.md

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

.changeset/inter-font-update.md

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

.changeset/title-bar-conversation-actions.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.5.1
4+
5+
### Patch Changes
6+
7+
- 159b7c3: Add lock app functionality to settings page
8+
- 5dec15b: Improve "Add to Chat" to attach memory as context instead of prepopulating message
9+
10+
- Add AttachedMemoryChips component showing selected memory as removable chip
11+
- Navigate to /chat instead of / when clicking "Add to Chat"
12+
- Send attached_memory_ids to backend for explicit context inclusion
13+
- Label attached memory as "User's Selected Memory" so AI knows which memory user is referring to
14+
- Preserve attached sources when special handlers run
15+
16+
- bb80b08: Add auto-expanding chat input that grows as users type
17+
- 90f0ec7: Add max width constraint to chat bubbles for consistent column layout
18+
- d0a0da6: Fix HTTP 307 redirect handling in Ollama download for Windows users
19+
- 99257a9: Replace add memory dialog with full-screen TipTap editor
20+
21+
- Add new TipTap-based NoteEditor component with formatting toolbar
22+
- Remove AddMemoryDialog in favor of full-screen editing experience
23+
- Update MemoryDetailPanel to open editor for notes
24+
25+
- 148eb6e: Replace WorkSans font with Inter for better readability
26+
- 98c0214: Add title bar with conversation actions (pin, delete) and improve sidebar icon UX
27+
328
## 0.5.0
429

530
### Minor Changes

0 commit comments

Comments
 (0)