Download Latest Version 0.6.2 source code.tar.gz (15.8 MB)
Email in envelope

Get an email when there's a new version of Mini-Diarium

Home / v0.6.2
Name Modified Size InfoDownloads / Week
Parent folder
checksums-windows.txt < 6 hours ago 194 Bytes
Mini-Diarium-0.6.2-windows.exe < 6 hours ago 12.8 MB
Mini-Diarium-0.6.2-windows.msi < 6 hours ago 15.7 MB
checksums-macos.txt < 6 hours ago 95 Bytes
Mini-Diarium-0.6.2-macos.dmg < 6 hours ago 28.2 MB
checksums-linux.txt < 6 hours ago 195 Bytes
Mini-Diarium-0.6.2-linux.AppImage < 6 hours ago 93.4 MB
Mini-Diarium-0.6.2-linux.deb < 6 hours ago 16.5 MB
0.6.2 source code.tar.gz < 13 hours ago 15.8 MB
0.6.2 source code.zip < 13 hours ago 16.4 MB
README.md < 13 hours ago 2.7 kB
Totals: 11 Items   198.9 MB 0

What's Changed

Mini Diarium 0.6.2 brings two new locking controls: auto-lock when the window loses focus so you can minimize or switch away without leaving your journal open, and a per-entry lock that makes individual entries read-only so you can browse without worrying about accidental edits. The auto-lock timeout now enforces a 5-second minimum to keep the app usable.

Added

  • Lock journal when the window loses focus (TODO-0068, addressing #194): a new "Lock when the window loses focus" toggle in Preferences → Security (off by default, independent of the existing idle-timer auto-lock) locks the journal a few seconds after the app window loses OS-level focus — minimizing, Alt+Tab/Cmd+Tab away, clicking another window, or Cmd+H on macOS. A short debounce means a quick misclick outside the window doesn't lock the journal if focus returns in time, and opening one of the app's own native dialogs (export, import, key-file save) never triggers it. Detection lives in Rust (WindowEvent::Focused) rather than the DOM visibilitychange API, which does not reliably fire on window minimize in the bundled WebView2. Verified end-to-end on Windows; macOS/Linux rely on the same cross-platform windowing API and have not been separately live-tested.
  • Per-entry lock against accidental edits (TODO-0071, addressing #205): a lock/unlock button in the editor's entry nav bar makes an entry read-only so you can reread older days from the calendar or timeline without risking a stray edit. A locked entry cannot be edited, deleted, or re-tagged — the editor, title field, formatting toolbar, delete button, and the add/remove-tag controls all disable, and the backend rejects save_entry, delete_entry, add_tag_to_entry, and remove_tag_from_entry for a locked entry as a safety net. Locked days show a small passive lock indicator on their calendar cell and timeline row (the toggle itself lives only in the editor). This is a convenience affordance, not a security feature: the lock state is stored as a plaintext column and is independent of the journal's auth-lock. Requires a database migration (schema v12 → v13) that runs automatically on first unlock.

Fixed

  • Auto-lock timeout floor (TODO-0069): the auto-lock timeout preference can no longer be set below 5 seconds. Any pre-existing stored value outside the 5–999 range is corrected automatically on next load. Addresses #194.

Download Mini-Diarium

Source: README.md, updated 2026-07-12