Skip to content

Releases: chairulakmal/markdown-hot-reload

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:25
v0.1.2
4b828fd

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

Choose a tag to compare

@github-actions github-actions released this 25 Aug 09:53
v0.1.1
ca1855c

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

Choose a tag to compare

@github-actions github-actions released this 23 Aug 02:36
v0.1.0
d067d3d

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

v0.1.0-beta Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:01
v0.1.0-beta
f5d3ca0

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

Full Changelog: https://github.com/chairulakmal/markdown-hot-reload/commits/v0.1.0-beta

v0.1.0-alpha

v0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 02:36
v0.1.0-alpha
ff3c382

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

Full Changelog: https://github.com/chairulakmal/markdown-hot-reload/commits/v0.1.0-alpha