Skip to content

Releases: sunwookwak-polisci/Hop-Link-Viewer

1.0.5

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 13 Aug 10:52
  • Match Hop-Link Viewer sidebar text sizing to Obsidian's Backlinks UI font size.\n- Continue following theme and UI font-size changes through Obsidian's native font token.

1.0.4

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 12 Aug 12:35

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

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 12 Aug 12:20

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

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 12 Aug 11:37

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

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 12 Aug 09:08

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

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 07 Aug 11:34

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/.