You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(changelog): update 1.0.28 release notes
Add the latest user-facing editor, transcription, STT settings, and UI changes to the 1.0.28 changelog.
* update changelog based on actual commit diffs in remote origin.
Please ultrathink before taking any actions
* update once more
Please ultrathink before taking any actions
summary: "Editor recovery, task checkboxes, transcription persistence, speaker detection, browser meeting auto-stop, note deletion, and audio cleanup were improved."
2
+
date: "2026-05-20"
3
+
summary: "Editor recovery, task checkboxes, heading styles, transcription reliability, speech-to-text settings, session UI polish, and audio cleanup were improved."
4
4
---
5
5
6
6
## Editor
7
7
8
8
- Editor crashes are handled more safely so a bad node view or failed transaction is less likely to bring down the app
9
+
- Heading levels in notes now render at distinct sizes, making H1, H2, and H3 easier to tell apart
9
10
- Simple task checkboxes are back, with direct todo/done toggling while preserving existing task status data
10
11
- Floating editor menus now have clearer borders and more consistent shadows
12
+
- Top-level headings in AI-rendered output now scale down so they sit closer to body copy
11
13
12
14
## Transcription
13
15
14
16
- Interrupted batch transcriptions now save progress more reliably so recovered sessions keep completed transcript text
17
+
- Local batch transcription is more resilient for very short Qwen recordings and long Parakeet, Omnilingual, and Qwen recordings
15
18
- Speaker count hints are passed through live and batch transcription providers to improve diarization where supported
16
-
- Long cloud batch uploads can wait for the final provider response instead of timing out too early
19
+
- Transcript-only batch responses are now persisted with synthesized word timings, and empty batch output surfaces as a no-speech error instead of disappearing
20
+
- OpenAI Whisper batches now request word timestamps, and synthesized timings no longer trigger audio seek when clicking transcript words
21
+
- Soniqo batch recordings preserve each channel so multi-mic captures stay distinguishable in the transcript
22
+
- Inactive sessions now open the transcript at the top instead of jumping to the latest line
23
+
- The collapsed live transcript footer is shorter and tighter, giving notes more room during recording
24
+
- Batch transcription no longer doubles up progress between the header and the panel — skeleton rows fill the panel with cleaner spacing while batching
25
+
- Regenerating a batch transcript now keeps the transcript panel visible while progress runs
17
26
- Browser-based meetings are now detected during active listening so recording can stop automatically when the meeting ends
18
27
28
+
## Speech-to-Text Settings
29
+
30
+
- Speech-to-text provider badges have been cleaned up so models are not shown as beta when they are no longer beta
31
+
- Cactus models are now labeled as deprecated, the legacy Anarlog provider card has been removed, and local model folder/delete controls live directly in the model picker
32
+
- The STT settings layout has been simplified — language warnings appear as a top banner, legacy Cactus choices stay hidden unless already selected, selected and downloaded model rows are more compact, and local model actions reveal on hover
33
+
- The Soniqo model list now only advertises Parakeet Streaming and Parakeet Batch, while existing sessions on legacy Soniqo model IDs still resolve
34
+
- Clearing every spoken language now sticks across restarts instead of being replaced by OS defaults
35
+
19
36
## Data & Cleanup
20
37
21
38
- Deleted notes now stay deleted after restart once undo is no longer available
- Sidebar and tab chrome now share a more stable layout, including a consistent sidebar toggle position
44
+
- Sidebar and tab chrome now share a more stable layout, with the left sidebar locked to a consistent 200px width
28
45
- Main language settings now use localized display text
46
+
- The chat shortcut now appears on inactive transcript-backed sessions, tucking into a peek state while scrolling and revealing on hover near the bottom
47
+
- Auto-enhance skip reasons now display in the chat shortcut slot, fading smoothly between the message and the button
48
+
- Locked calendar provider rows now reveal their pro upgrade action only on hover or focus, keeping the sidebar quieter
49
+
- The transparent transcript resize divider no longer renders a gray gap under the session border
29
50
- Changelog pages are now available on the Anarlog website, with cleaner release summaries
0 commit comments