Skip to content

0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:03
· 6 commits to main since this release

Full Changelog: 0.1.2...0.1.3

New

  • Added a configurable automatic capture queue. It remains enabled by default, preserving the existing debounce behavior. When disabled, file creation and modification events trigger immediate, serialized capture attempts.
  • Added a “Reset history” action to the note history sidebar.
  • Added a confirmation dialog clearly warning that resetting a note’s history cannot be undone.
  • Resetting history permanently removes all previous versions, pinned versions, version links, and rename history for the current note.
  • After a reset, the note’s current content is immediately stored as the first version of a new history without modifying the note itself.
  • Pending captures are safely canceled during reset operations.
  • Added status feedback and automated coverage for the new capture and reset workflows.