Skip to content

Commit 3270cac

Browse files
committed
chore: Prepare 1.0.0
1 parent 0b8a824 commit 3270cac

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.md

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

3+
## 1.0.0 (2026-04-30)
4+
- **Stable Release**: Official 1.0.0 release.
5+
- **Documentation & Safety**: Finalized and documented the `isAncestor` / `isOnSamePath` safety algorithms that prevent cycle references and protect note graph integrity.
6+
37
## 0.4.1 (2026-04-26)
48
- **Export filtered rivers to Canvas**: Add a command to export a customized subset of your note network to an Obsidian Canvas based on specific filters.
59

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.4.1",
4+
"version": "1.0.0",
55
"minAppVersion": "1.4.0",
66
"description": "Move between notes using 'previous' property and backlinks.",
77
"author": "ongaeshi",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"0.4.1": "1.4.0",
3+
"1.0.0": "1.4.0"
34
}

0 commit comments

Comments
 (0)