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
Clean notes panel on back-to-back recordings. Hit "+ New note" while the previous recording is still processing and the new one used to show the previous session's typed notes — sometimes for minutes, until processing finished. The in-memory draft is now cleared at recording-start time rather than at processing-complete time, so the new recording starts with a guaranteed-clean notes panel. The previous recording's notes are still safe — they're persisted to disk via the existing debounced save, independently of the in-memory draft. If start-recording fails (rare), the cleared draft is restored so nothing is lost on transient errors.
Under the hood
Release workflow now pulls release notes from the tag annotation. Earlier releases shipped with the merge-commit subject as their GitHub Release body because actions/checkout@v4 was returning an empty tag annotation in CI. The workflow now force-fetches the tag ref before reading its body, so future releases (v0.3.8+) auto-populate their notes from the annotated tag — no more manual gh release edit after each cut.