Releases: MaverickHQ/obsidian-vault-reader
Releases · MaverickHQ/obsidian-vault-reader
Release list
0.1.4
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
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
fix: address Obsidian review findings (#8)
Vault Reader 0.1.1
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
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, andversions.jsonmust agree on version0.1.0.- The GitHub release tag must match
manifest.jsonexactly. - The release package must include
main.js,manifest.json,styles.css, and checksum evidence.