prjct-cli 2.23.3 → 2.23.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.23.4] - 2026-05-18
4
+
5
+ ### Bug Fixes
6
+
7
+ - vault: link cross-references by the note's real slug/basename, not the `mem_N` frontmatter alias — Obsidian's Graph view resolves links by path/basename and ignores aliases, so v2.23.3's alias-only links were graph-invisible (with `hideUnresolved` the relations disappeared entirely). Relations now render as actual graph edges.
8
+
3
9
  ## [2.23.3] - 2026-05-18
4
10
 
5
11
  ### Bug Fixes
@@ -56,6 +62,11 @@
56
62
 
57
63
  ## [Unreleased]
58
64
 
65
+ ## [2.23.4] - 2026-05-18
66
+
67
+ ### Added
68
+ - vault: link by note slug not alias — fix Obsidian graph (alias links graph-invisible)
69
+
59
70
  ## [2.23.3] - 2026-05-18
60
71
 
61
72
  ### Added