Skip to content

Commit b9c089c

Browse files
committed
update changelog
1 parent 835b7cb commit b9c089c

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
date: "2026-02-11"
3+
---
4+
5+
## Calendar
6+
7+
- Redesigned calendar view with week navigation, responsive grid, and event popovers
8+
- All-day events display and week start configuration
9+
10+
## Chat
11+
12+
- Replace feedback modal with support chat — report bugs and suggest features via chat
13+
- Chat can now open as a full tab
14+
- Slash commands in chat input for quick actions
15+
16+
## Search
17+
18+
- Collapse search bar to icon by default, expand on click
19+
- Advanced search tab with filters (Meeting note, Person, Organization) and date presets (Today, This week, This month)
20+
21+
## Keyboard Shortcuts
22+
23+
- Cmd+Shift+Q to Quit Completely (restored)
24+
- Cmd+Shift+N to create a new note and start listening
25+
- Cmd+O now works when search bar is focused on empty tab
26+
27+
## UI & Experience
28+
29+
- Context menu for creating new notes and tabs (right-click in main area)
30+
- macOS dock right-click menu now shows "New Note"
31+
- Templates and chat shortcuts accessible as tabs
32+
- Tray menu labels now match in-app: "AI Settings", "App Settings"
33+
34+
## Settings
35+
36+
- Polish settings UI — simplify labels, timezone selector, and lab settings
37+
- Download button with dynamic channel selection for updates
38+
- Add link to local LLM setup guide in AI settings
39+
40+
## Fixes
41+
42+
- Fix STT model selection resetting unexpectedly; fix local model deletion
43+
- Fix export transcript timestamp offset for multi-transcript sessions
44+
- Fix auth session handling — separate Supabase sessions to prevent refresh token competition
45+
- Fix store initialization racing with persisters — prevents "Welcome to Hyprnote" from disappearing on startup
46+
- Fix sign-in waiting screen — always show callback URL input inline
47+
- Fix empty sessions and template tab state transitions
48+
- Fix calendar timeline events (ignored, all-day types)
49+
- Fix BCP47 language codes in summary template filters
50+
- Improve Zoom mute detection using native macOS Accessibility API

apps/web/content/changelog/1.0.5-nightly.3.mdx renamed to apps/web/content/changelog/1.0.6.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
date: "2026-02-11"
33
---
44

5-
## Keyboard Shortcuts
6-
7-
- Restore Cmd+Shift+Q for Quit Completely, fix app menu quit handler
8-
95
## Chat
106

117
- Replace feedback modal with support chat — report bugs and suggest features via chat instead of the feedback form
@@ -15,6 +11,10 @@ date: "2026-02-11"
1511
- Collapse search bar to icon by default, expand on click
1612
- Advanced search tab with filters (Meeting note, Person, Organization) and date presets (Today, This week, This month)
1713

14+
## Keyboard Shortcuts
15+
16+
- Restore Cmd+Shift+Q for Quit Completely, fix app menu quit handler
17+
1818
## UI & Experience
1919

2020
- Context menu for creating new notes and tabs (right-click in main area)
@@ -28,6 +28,12 @@ date: "2026-02-11"
2828
- Download button with dynamic channel selection for updates
2929
- Add link to local LLM setup guide in AI settings
3030

31+
## AI & Transcription
32+
33+
- Fix model reset when switching STT providers
34+
- Fix delete model command for local STT
35+
- Handle BCP47 language codes in summary template filters
36+
3137
## Fixes
3238

3339
- Fix export transcript timestamp offset for multi-transcript sessions

0 commit comments

Comments
 (0)