Skip to content

0.2.21 - 2026-09-01

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:55
863621d

Release Notes

Added

  • (markdown) typing on a rendered preview swaps to the editor
  • (md) rendered-first stays the default, but becomes an option
  • (files) a "Delete permanently" button on the confirm modal
  • (files) Option on the delete confirm skips the trash
  • (files) a trash view, and widen the panel gutter to 3 cells
  • (files) a delete is undoable — it moves to the workspace trash
  • (editor) the breadcrumb is clickable

Fixed

  • (ui) FINDINGS gets a cursor; panel caches refresh on fs changes
  • (ui) the TODOS/NOTES gutter never painted its accent bar
  • (#1238) markdown preview tabs carry no marker glyph at all
  • (#1238) .http had the preview bug in both directions
  • (#1238) glancing at an image left a permanent tab, same as markdown
  • (md) a markdown preview was always a permanent tab
  • (files) migrate the old trash index; say "Delete permanently" in there
  • (files) deleting inside the trash re-trashed it; hide the index
  • (picker) "Open file" ignored a pasted path, silently
  • (ui) hide the terminal caret while a dropdown is open
  • (files) bound the trash by size, and verify the symlink case
  • (files) two ways the undoable delete still destroyed data
  • (test) Windows path separator broke the TODO-prompt assertion
  • (git) the repo chip was a dead end once you closed your repo tabs

Other

  • rename crates/fim-engine/ -> crates/mnml-fim-engine/
  • (v0.2.20) the file-manager release

Install mnml-rs 0.2.21

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mnml/releases/download/v0.2.21/mnml-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mnml/releases/download/v0.2.21/mnml-rs-installer.ps1 | iex"

Download mnml-rs 0.2.21

File Platform Checksum
mnml-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mnml-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mnml-rs-x86_64-pc-windows-gnu.zip x64 MinGW checksum
mnml-rs-x86_64-pc-windows-gnu.msi x64 MinGW checksum
mnml-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mnml-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum