Skip to content

Releases: MaverickHQ/obsidian-vault-reader

0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 11:52
53dff2b

Vault Reader release 0.1.4.

This release is built from the public repository tag, verified by the release workflow, and published with GitHub artifact attestations for the installable assets.

See docs/release-notes.md for the full changelog.

0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:10
4524589

Vault Reader release 0.1.3.

This release is built from the public repository tag, verified by the release workflow, and published with GitHub artifact attestations for the installable assets.

See docs/release-notes.md for the full changelog.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 07:18
6438a7c
fix: address Obsidian review findings (#8)

Vault Reader 0.1.1

Choose a tag to compare

@MaverickHQ MaverickHQ released this 04 Jul 06:27
ef670d0

Automated review metadata fix.

  • Removes the redundant word "Obsidian" from the plugin manifest/package description.
  • Keeps the product promise unchanged: focused speed reading for notes with in-note highlighting.
  • Includes installable Obsidian plugin assets: main.js, manifest.json, styles.css, and SHA256SUMS.

Validation: npm run verify:release passed for 0.1.1.

Vault Reader 0.1.0

Choose a tag to compare

@MaverickHQ MaverickHQ released this 03 Jul 20:16

Release Notes

0.1.0 - 2026-06-14

Community Plugin Release Contract

Focused speed reading for Obsidian notes, local-first, with optional in-note follow-along highlight.

Included Scope

  • Split-right reader panel that opens beside the active note.
  • Framed reader shell with play, pause, stop, restart, WPM, ORP, text-size, and panel-zoom controls.
  • Blue and Claude-style orange accent themes.
  • Optional source-mode in-note follow-along highlight with yellow, orange, and blue highlight colors.
  • Per-note reading progress and startup-safe settings recovery.
  • Local release packaging and clean-vault install validation for Obsidian community plugin submission.

Deferred Scope

  • RSVP Nano export, device writing, device flashing, and hardware validation are deferred to backlog.
  • BYOK AI, provider settings, summarization, and rewrite workflows are deferred until the local reader has adoption signals.
  • Paid licensing, account systems, hosted backends, cloud sync, and telemetry are not part of this release.

Privacy And Security Contract

  • Vault Reader is local-first and stores settings and reading progress through Obsidian plugin data.
  • The plugin makes no network requests, starts no backend, sends no telemetry, and requires no account.
  • Note content is read only when the user starts a reader session from the active note.

Release And Install Contract

  • Desktop-only: mobile support is not part of this release because the first public version depends on desktop Obsidian/editor validation.
  • manifest.json, package.json, and versions.json must agree on version 0.1.0.
  • The GitHub release tag must match manifest.json exactly.
  • The release package must include main.js, manifest.json, styles.css, and checksum evidence.