Releases: ongaeshi/previous-river
Releases · ongaeshi/previous-river
1.2.0
1.1.1
- Fix ESLint errors: Replaced inline styles with CSS classes to improve code maintainability and resolve linting warnings.
- Update minimum app version: Bumped
minAppVersionto1.8.7to ensure compatibility with recent Obsidian API changes. - Release workflow automation: Added a GitHub Actions workflow to automate the release process and securely sign release assets using Artifact Attestations.
1.1.0
- Next button: Add a "Next" button to the right side of the
previousproperty row within Obsidian's native Properties view. - Duplicate next note: Add a command to duplicate the currently active note and automatically set the new note's
previousproperty to point back to the original note. - Set ROOT: Add a command to quickly set the
previousproperty of the active file toROOT. - Fix floating promise lint error: Fix a TypeScript linting error in
ExportFilterModalby explicitly handling an unhandled promise invocation. - Translate technical docs: Translate the Japanese technical documentation (
docs/ja/) into English.
1.1.0-beta.1
- Add "Duplicate next note" command
- Add "Set ROOT to previous property" command
1.0.0
0.4.1
0.4.0
- Export next notes to Canvas: Add a command to export the entire tree structure of next notes derived from the current note to an Obsidian Canvas. Automatically detect loop structures and add a
🔄icon to the originating note for visualization. - Export all previous links to Canvas: Add a command to analyze all
previousproperty connections across the entire vault and export the full network as a Canvas file. - Copy next notes list: Add a command to copy the sequence of next notes to the clipboard. Automatically format the output as a tree-structured text list if branches exist.
0.3.0
- Fast find-last-note: Significantly improved the performance of finding the last note by building an O(1) reverse cache, eliminating UI freezes in large vaults.
- Improved next note lookup: Optimized the speed of finding next notes by using a highly efficient loop over
resolvedLinks.
0.2.1
0.2.0
- Insert note: Insert the selected note into the sequence.
- Insert note to first: Insert the selected note at the beginning of the sequence.
- Insert note to last: Insert the selected note at the end of the sequence.
- Detach note: Detaches a note by setting its
previousproperty toROOT.
