You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# History
2
2
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
+
3
8
## 0.3.0 (2026-03-26)
4
9
-**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.
5
10
-**Improved next note lookup**: Optimized the speed of finding next notes by using a highly efficient loop over `resolvedLinks`.
0 commit comments