Releases: sunwookwak-polisci/Hop-Link-Viewer
Releases · sunwookwak-polisci/Hop-Link-Viewer
Release list
1.0.5
1.0.4
Changes
- Removed vault-wide file enumeration from the Last edited anchor mode by tracking the most recently saved Markdown note while the plugin is enabled.
- Replaced Obsidian moment formatting with a type-safe native formatter, clearing the strict ESLint unsafe-value warnings.
- Updated the settings and README descriptions for the tracked anchor behavior.
Verification
- npm run lint
- npm run build
1.0.3
What changed
- Migrated plugin settings to Obsidian's declarative, searchable settings API.
- Added safe persisted-settings validation and strict official Obsidian linting.
- Replaced the deprecated builtin-modules dependency.
- Added release artifact attestations and contributor guidance.
Compatibility
This release requires Obsidian 1.13.0 or newer.
1.0.2
Hop-Link Viewer 1.0.2
Migration and maintenance release.
- Update the public author and repository links after the move to
sunwookwak-polisci/Hop-Link-Viewer. - Attribute the MIT license to Sunwoo Kwak.
- Load saved settings through a typed partial-settings merge.
- Await sidebar reveal so command and ribbon activation finish reliably.
No settings or vault-data migration is required.
1.0.1
Community publication readiness update.
- Align commands, settings UI, and view cleanup with Obsidian plugin guidelines.
- Normalize excluded folder paths and preserve folder-boundary matching.
- Minify the production bundle and update the build dependency.
1.0.0
Initial public release.
Install with BRAT using Deterministic-Works/Hop-Link-Viewer, or manually copy main.js, manifest.json, and styles.css into .obsidian/plugins/hop-link-viewer/.