Skip to content

Releases: henriquemanduca/myhistory-plugin

0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:42

Full Changelog: 0.1.5...0.1.6

Fixed

  • Fixed overlapping manual and automatic captures so each note’s versions are processed in order without blocking unrelated notes or creating conflicting histories.
  • Improved capture feedback by disabling the sidebar button while running and accurately reporting queued, captured, and skipped versions.

0.1.5

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:34

Full Changelog: 0.1.4...0.1.5

Added

  • Added the ability to permanently delete individual stored note versions, including pinned versions, without modifying the note in the vault.
  • Added an enabled-by-default setting to confirm version deletion, which can be disabled for immediate removal.

Changed

  • Widened the version preview modal and reordered its actions to Delete, Restore, and Cancel.

0.1.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:52

Full Changelog: 0.1.3...0.1.4

Fixed

  • Fixed note history resets to label the newly retained version as “Baseline” instead of “Created,” making the
    timeline accurately reflect the reset state.

0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:03

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.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:28

Full Changelog: 0.1.1...0.1.2

0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:18