|
2 | 2 | date: "2026-01-23" |
3 | 3 | --- |
4 | 4 |
|
5 | | -- Add sleep detection to automatically stop recording |
6 | | - - Recording stops when system goes to sleep |
| 5 | +- Add sleep detection (macOS) |
| 6 | + - Recording automatically stops when you close your laptop lid or put the system to sleep |
| 7 | + - Prevents unintended recording while the system is inactive |
7 | 8 |
|
8 | | -- Enhanced event context menu for events with notes |
9 | | - - New "Open in new tab" option for quick multi-tab workflows |
10 | | - - "Reveal in Finder" to access session files directly |
11 | | - - "Delete completely" option to remove event and associated session data |
12 | | - - Ignoring events without notes now cleans up empty sessions automatically |
| 9 | +- Enhanced context menu for calendar events |
| 10 | + - Events with notes now show: "Open in new tab", "Reveal in Finder", and "Delete completely" |
| 11 | + - "Delete completely" removes both the event and all associated session data |
| 12 | + - Ignoring events without notes now automatically cleans up empty sessions |
13 | 13 |
|
14 | | -- Fix authentication token refresh on app restart |
15 | | - - Credentials no longer lost after restarting the app |
16 | | - - Auto token refresh keeps sessions alive |
17 | | - - Use navigatorLock for more reliable session locking |
| 14 | +- Fix credentials being lost after app restart |
| 15 | + - Session tokens now refresh automatically in the background |
| 16 | + - Switched to browser-native lock mechanism, eliminating spurious timeout warnings |
18 | 17 |
|
19 | | -- Fix memory accumulation in audio processing |
20 | | - - Removed unnecessary audio data buffering in MicStream |
21 | | - - Added bounded channels with backpressure to prevent memory growth during long recordings |
| 18 | +- Fix memory growth during long recordings |
| 19 | + - Removed audio data accumulation that could consume ~19GB/day of memory |
| 20 | + - Added bounded audio channels with backpressure to prevent unbounded memory growth |
22 | 21 |
|
23 | | -- Fix Ollama model listing CORS issues |
24 | | - - Model list now loads properly when using local Ollama instance |
| 22 | +- Fix Ollama model list not loading for remote instances |
| 23 | + - Model list now populates correctly when connecting to Ollama via Tailscale or other remote setups |
25 | 24 |
|
26 | | -- Improve timeline event visibility and time display |
27 | | - - Events now use end time for determining past/future visibility |
28 | | - - Smart time tracking updates timeline when events start or end |
29 | | - - Event start times are now displayed in the timeline sidebar |
| 25 | +- Fix starting recording from enhanced view |
| 26 | + - Clicking "Start listening" while viewing a summary now correctly switches to raw view |
| 27 | + |
| 28 | +- Improved timeline event display |
| 29 | + - Events now use end time to determine past/future visibility |
| 30 | + - Event start times are displayed in the timeline sidebar |
0 commit comments