Stenobar 1.0.0-beta.8
Changed
- GUI performance: API-key presence checks no longer hit the Keychain on
every render (Settings panes, summary availability in the library detail
view); markdown summaries are styled once per text snapshot instead of on
every redraw (most visible while a summary streams in); transcript rows
skip re-rendering when nothing about them changed; and the streaming
summary’s follow-the-tail auto-scroll is coalesced instead of firing on
every LLM delta.
Fixed
- Numbered lists in summaries no longer render every item as “1.” — items
keep their numbers from the markdown source, including when paragraphs sit
between the numbered points (the shape LLM summaries usually produce).