Releases: henriquemanduca/myhistory-plugin
Releases · henriquemanduca/myhistory-plugin
Release list
0.1.6
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
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
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
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.