Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 19:08
· 14 commits to main since this release

New

  • Sessions now suggest tags of their own. Once a recording is transcribed, or a
    file you imported finishes, the app compares that session against your other
    tagged notes and proposes up to three tags that keep coming back on the ones
    that read like it. Suggestions appear next to the tags already on the session,
    as dashed chips with a check and a cross: accept one and it becomes a real
    tag, dismiss it and it stays gone for that session. Nothing is added without
    you asking, and the comparison happens on your machine against your own vault,
    so it only gets useful once you have tagged a few notes by hand
  • Editing a note re-runs the suggestion a few seconds after you stop typing, so
    a session you keep writing in gets tags that follow what it has become rather
    than what it looked like when the recording stopped
  • If you would rather not confirm each one, Settings → General has a new
    "Automatically apply related tags" switch. It is off by default; turning it on
    applies only the suggestions the app is most confident about and leaves the
    rest as chips for you to decide on

Fixes

  • Collapsing the sidebar no longer makes its contents jump. The list used to
    reflow to a narrower layout partway through the animation, so titles rewrapped
    and rows shifted just as the panel was sliding away. It now holds its width
    while it leaves, and reopening it after you have resized the window puts it
    back at the width you dragged it to
  • The "Share usage data" switch is gone from Settings → General. It had no
    effect in this app, which sends no usage analytics or telemetry at all, so
    leaving a toggle there only suggested there was something to turn off

Full Changelog: v0.31.0...v0.32.0