Releases: woonyong-kr/obsidian-linked-graph-navigator
Releases · woonyong-kr/obsidian-linked-graph-navigator
Release list
1.6.7
What's Changed
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #6
- chore(deps-dev): bump fast-uri from 3.1.5 to 3.1.7 by @dependabot[bot] in #8
New Contributors
- @dependabot[bot] made their first contribution in #6
Full Changelog: 1.6.6...1.6.7
1.6.6
Linked Graph Navigator 1.6.6 refreshes the public documentation and media around the current-note reading flow.\n\n- The Community page now leads with a public-safe 1600×900 Obsidian frame.\n- Graph and Outline workflows, click-versus-drag behavior, bounded hover motion, privacy, limits, and troubleshooting are documented in one place.\n- Low-resolution animated media was removed; a new interaction GIF is intentionally deferred.\n- Runtime behavior is unchanged from the verified 1.6.5 interaction fixes.\n\nAll 41 focused tests, Knip, CSS policy checks, build, and production dependency audit passed for this release.
1.6.5
What changed
- Replaced the last
Array.at()call with indexed access so the Community scanner can infer the section label without unsafe-value warnings. - Kept live preview status accessible through a one-pixel overflow box without the partially supported
clip-pathproperty.
Verification
- 41 tests pass across Node.js 20, 22, and 24.
- ESLint, TypeScript, Knip, CSS policy, release-media hash checks, build, and production dependency audit pass.
- The two source warnings and one CSS compatibility warning reported against 1.6.4 are absent from the 1.6.5 source.
1.6.4
What changed
- Isolated next-hop ring geometry in a pure, directly tested layout module.
- Removed the redundant node anchor so hover, pointer, and edge positioning use one DOM owner.
- Rebuilt the Community overview with a one-minute start, exact Markdown support, privacy, limits, and troubleshooting.
- Recut the public-safe demo as active note → re-root → Outline in Obsidian 1.13.7.
Verification
- 41 tests pass across Node.js 20, 22, and 24.
- ESLint, TypeScript, Knip, CSS policy, release-media hash checks, build, and production dependency audit pass.
- Release assets include
main.js,manifest.json, andstyles.csswith GitHub build provenance.