|
| 1 | +--- |
| 2 | +date: "2026-01-14" |
| 3 | +--- |
| 4 | + |
| 5 | +## AI & LLM |
| 6 | + |
| 7 | +- Add Mistral support for LLM provider |
| 8 | +- Add display name for Hyprnote auto model |
| 9 | +- Add toast notification for logged-out users with Pro models configured |
| 10 | +- Enable dismissing AI onboarding toast |
| 11 | +- Add congratulatory modal when pro trial begins |
| 12 | + |
| 13 | +## Speech-to-Text |
| 14 | + |
| 15 | +- Add language support checking for STT providers |
| 16 | + - Check if selected provider/model supports configured languages |
| 17 | + - Suggest compatible providers based on selected languages |
| 18 | + - Show warnings when language/provider combination is not supported |
| 19 | +- Better language configuration for Argmax models |
| 20 | + |
| 21 | +## Audio & Settings |
| 22 | + |
| 23 | +- Add audio priority selector in settings |
| 24 | +- Add audio section in settings |
| 25 | +- Fix listen mode heuristic around headphones with wrong terminal type |
| 26 | +- Increase speaker buffer size for better audio quality |
| 27 | +- Fix missing permission for detect plugin |
| 28 | +- Apply system language defaults on settings load |
| 29 | + |
| 30 | +## Data & Storage |
| 31 | + |
| 32 | +- Replaced sqlite-based persisters with json and markdown-based persisters |
| 33 | +- Avoid accidental data loss on load failure |
| 34 | +- UUID folder migration for better data organization |
| 35 | +- Add migration for transcript file naming (`_transcript.json` → `transcript.json`) |
| 36 | + |
| 37 | +## UI & Navigation |
| 38 | + |
| 39 | +- Expandable fields in metadata panel |
| 40 | +- Swap Inter for SF Pro fonts |
| 41 | +- Add "Open in new tab" context menu option |
| 42 | +- Force pin listening tab with fixed left section |
| 43 | +- Scroll left sidebar to 'now' indicator on initial load |
| 44 | +- Add 'coming soon' tooltips to unimplemented features |
| 45 | +- Show chat coming soon indicator |
| 46 | +- Move chat trigger up when audio timeline is visible |
| 47 | + |
| 48 | +## Authentication |
| 49 | + |
| 50 | +- Preserve auth session by saving store on app exit |
| 51 | +- Enhance authentication flow with redirect handling |
| 52 | + |
| 53 | +## Calendar |
| 54 | + |
| 55 | +- Parse date strings as local time to fix timezone offset |
| 56 | + |
| 57 | +## Performance |
| 58 | + |
| 59 | +- Optimize scroll fade performance and memoize overlay |
| 60 | +- Improve title input with local state management |
| 61 | +- Reduce delay for toast appearance |
| 62 | +- Move amplitude observation to ingest time for faster visualization |
| 63 | + |
| 64 | +## Fixes |
| 65 | + |
| 66 | +- Fix timeline date parsing to use local timezone instead of UTC |
| 67 | +- Fix importer failing when encountering null words |
0 commit comments