Releases: chairulakmal/markdown-hot-reload
Release list
v0.1.2
What changed
Fix
- Mermaid diagrams now stay in sync when the OS switches between light and dark. Before this, a diagram already on screen kept its old colors until the file was saved again; a theme switch alone did not repaint it.
Docs
- Install page and README now lead with
cargo install mhr, for scripted or agent-driven installs, alongside the snap,.deb, and tarball. - Noted that the sandbox warnings the snap prints on startup are harmless.
- Excluded repo-only files from the published crate on crates.io.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
mhr v0.1.1
A bug-fix release. Two things that were visibly broken on the desktop now work, and the documentation gained an install guide and a safety section.
Fixes
- The taskbar and dock now show mhr's own icon instead of a generic one, in both the snap and the
.deb. The window is matched to its desktop entry by window class, and neither package set one before. - "Open With" on a markdown file now opens mhr. The snap shipped no desktop entry in v0.1.0, so it was never offered as a handler.
- Table-of-contents links now jump to their heading. Anchor links inside a rendered document did nothing.
Install
sudo snap install markdown-hot-reload
Debian or Ubuntu .deb, needs Ubuntu 24.04 (Noble Numbat) or Debian 13 (trixie) and newer:
sudo apt install ./mhr_0.1.1-1_amd64.deb
Full changelog: v0.1.0...v0.1.1
v0.1.0
mhr v0.1.0
mhr is a read-only GitHub Flavored Markdown viewer for the desktop. Point it at a file, and it opens a window that re-renders every time the file changes on disk. First stable release.
Highlights
- Full GitHub Flavored Markdown, syntax-highlighted code, math converted to MathML offline, and Mermaid diagrams.
- No network access at all: the page sets
connect-src 'none'. - Read-only. Never writes to the file it watches, and raw HTML in a document is always escaped.
Install
sudo snap install --edge markdown-hot-reload
Debian or Ubuntu .deb, needs Ubuntu 24.04 (Noble Numbat) or Debian 13 (trixie) and newer:
sudo apt install ./mhr_0.1.0-1_amd64.deb
Full changelog: v0.1.0-beta...v0.1.0
v0.1.0-beta
What's Changed
- Fix the snap build and set up release packaging by @chairulakmal in #1
- ci: pin cargo-deb and clear stale target/debian before packaging by @chairulakmal in #2
- Bump to 0.1.0-beta, fix deb copyright, add Pages install guide by @chairulakmal in #3
New Contributors
- @chairulakmal made their first contribution in #1
Full Changelog: https://github.com/chairulakmal/markdown-hot-reload/commits/v0.1.0-beta
v0.1.0-alpha
What's Changed
- Fix the snap build and set up release packaging by @chairulakmal in #1
- ci: pin cargo-deb and clear stale target/debian before packaging by @chairulakmal in #2
New Contributors
- @chairulakmal made their first contribution in #1
Full Changelog: https://github.com/chairulakmal/markdown-hot-reload/commits/v0.1.0-alpha