Skip to content

Commit f517a52

Browse files
committed
chreo: Prepare 0.4.0
1 parent f3ad47a commit f517a52

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 0.4.0 (2026-04-24)
4+
- **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.
5+
- **Export all previous links to Canvas**: Add a command to analyze all `previous` property connections across the entire vault and export the full network as a Canvas file.
6+
- **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.
7+
38
## 0.3.0 (2026-03-26)
49
- **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.
510
- **Improved next note lookup**: Optimized the speed of finding next notes by using a highly efficient loop over `resolvedLinks`.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "previous-river",
33
"name": "Previous River",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"minAppVersion": "1.4.0",
66
"description": "Move between notes using 'previous' property and backlinks.",
77
"author": "ongaeshi",

0 commit comments

Comments
 (0)