Skip to content

Releases: cave-nerd/lock-jaw

v0.4.0

14 Apr 20:25

Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Mar 22:49

Choose a tag to compare

What's New

  • Section delete — Right-click any section header and choose Delete to permanently remove the section and all notes inside it. If the currently open note was in the deleted section it is closed automatically.
  • Section rename (v0.2.0) — Right-click a section header and choose Rename to edit the name inline.

Downloads

Platform File
Linux (x86_64) LockJaw-v0.3.0-x86_64.AppImage
Windows (x86_64) LockJaw-v0.3.0-x86_64-windows.exe

Linux

chmod +x LockJaw-v0.3.0-x86_64.AppImage
./LockJaw-v0.3.0-x86_64.AppImage

Full Changelog: v0.2.0...v0.3.0

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Mar 22:45

Choose a tag to compare

What's New

  • Section rename — Right-click any section header in the sidebar and choose Rename. An inline text field appears pre-filled with the current name. Press Enter to confirm or Escape to cancel. The directory is renamed on disk and all note paths are updated immediately.

Downloads

Platform File
Linux (x86_64) LockJaw-v0.2.0-x86_64.AppImage
Windows (x86_64) LockJaw-v0.2.0-x86_64-windows.exe

Linux

chmod +x LockJaw-v0.2.0-x86_64.AppImage
./LockJaw-v0.2.0-x86_64.AppImage

v0.1.0 — Initial Release

23 Mar 01:34

Choose a tag to compare

Lock Jaw v0.1.0

Initial release of Lock Jaw — a local-first Markdown note-taking app built with Rust and egui.

Features

  • Vault-based file management — open any folder as a vault
  • Split editor / live preview (egui_commonmark)
  • Dark and light themes
  • Ctrl+S save
  • Plugin host stub (WASM plugin system foundation)

Downloads

Platform File
🐧 Linux LockJaw-x86_64.AppImage
🪟 Windows lockjaw.exe

Linux: chmod +x LockJaw-x86_64.AppImage && ./LockJaw-x86_64.AppImage
Windows: Run lockjaw.exe directly — no installer needed.

Full Changelog: https://github.com/cave-nerd/lock-jaw/commits/v0.1.0