| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-macos.txt | 2026-03-03 | 95 Bytes | |
| Mini-Diarium-0.4.4-macos.dmg | 2026-03-03 | 19.9 MB | |
| checksums-linux.txt | 2026-03-03 | 195 Bytes | |
| Mini-Diarium-0.4.4-linux.AppImage | 2026-03-03 | 83.5 MB | |
| Mini-Diarium-0.4.4-linux.deb | 2026-03-03 | 11.0 MB | |
| Mini-Diarium-0.4.4-windows.exe | 2026-03-03 | 8.5 MB | |
| Mini-Diarium-0.4.4-windows.msi | 2026-03-03 | 10.3 MB | |
| checksums-windows.txt | 2026-03-03 | 194 Bytes | |
| 0.4.4 source code.tar.gz | 2026-03-03 | 9.7 MB | |
| 0.4.4 source code.zip | 2026-03-03 | 9.8 MB | |
| README.md | 2026-03-03 | 2.0 kB | |
| Totals: 11 Items | 152.8 MB | 0 | |
Mini Diarium v0.4.4
Pretty modest update. The most significant addition is the image support. Please be mindful of the number of images you store in your journal as they can rack up storage pretty quickly as they are stored as base64 strings in this initial implementation.
Installation
Download the appropriate file for your platform:
- Windows:
Mini-Diarium-0.4.4-windows.msior.exe - macOS:
Mini-Diarium-0.4.4-macos.dmg - Linux:
Mini-Diarium-0.4.4-linux.AppImageor.deb
Security Notes
Windows: SmartScreen may show a warning on first launch. Click "More info" then "Run anyway".
macOS: Gatekeeper may show "damaged and can't be opened." Run xattr -cr "/Applications/Mini Diarium.app" in Terminal, then launch normally.
Linux: Verify SHA256 checksums against checksums-*.txt before installation.
What's Changed
Added
- Text highlight formatting in the advanced editor toolbar (
Ctrl/Cmd+Shift+H). Highlighted text is rendered with a yellow background (theme-safe in light and dark mode). HTML<mark>tags are preserved in storage and JSON export; Markdown export strips the tags and keeps the text. (#41) - Embedded images in the editor: images can now be inserted into diary entries via drag-and-drop, clipboard paste (Ctrl/Cmd+V), or the new "Insert image" button in the advanced toolbar. Images are resized client-side (max 1200 × 1200 px, JPEG 85% quality) before embedding as base64 data URIs in the encrypted entry HTML. Plaintext never touches disk. Note: JSON/Markdown exports will include the full base64 strings and may be large for entries with many images. (#40)
- Configurable editor font size (12–24 px) in Preferences → Writing (#30)
Full changelog: https://github.com/fjrevoredo/mini-diarium/compare/...v0.4.4