| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-linux.txt | 2026-06-18 | 195 Bytes | |
| Mini-Diarium-0.5.4-linux.AppImage | 2026-06-18 | 90.3 MB | |
| Mini-Diarium-0.5.4-linux.deb | 2026-06-18 | 16.4 MB | |
| checksums-windows.txt | 2026-06-18 | 194 Bytes | |
| Mini-Diarium-0.5.4-windows.exe | 2026-06-18 | 12.7 MB | |
| Mini-Diarium-0.5.4-windows.msi | 2026-06-18 | 15.6 MB | |
| checksums-macos.txt | 2026-06-18 | 95 Bytes | |
| Mini-Diarium-0.5.4-macos.dmg | 2026-06-18 | 28.0 MB | |
| 0.5.4 source code.tar.gz | 2026-06-18 | 15.8 MB | |
| 0.5.4 source code.zip | 2026-06-18 | 16.5 MB | |
| README.md | 2026-06-18 | 1.8 kB | |
| Totals: 11 Items | 195.3 MB | 3 | |
What's Changed
You can now export your journal as a PDF. Bullet points and numbered lists are properly visible in the editor again, and the export dialog no longer carries over old errors when reopened.
Added
- Print / PDF export: journal entries can now be exported as a PDF file directly from the app. In the Export dialog, select Print / PDF from the format dropdown and optionally filter by date range or month; clicking Print opens a native save dialog and writes a formatted PDF to the chosen path. Output is A4 portrait with 2 cm margins, entries grouped by date with titles, tags, and full formatted content including images.
- Page breaks: each page break is placed at natural blank rows so text lines are never cut in half, and images stay intact without splitting across page boundaries.
- Default filename: the save dialog suggests
mini-diarium-export-YYYY-MM-DD_HH-MM.pdfinstead of a plainmini-diarium-export.pdf.
Fixed
- Bullet and numbered lists now display markers in the editor: the Tailwind CSS reset (
list-style: none) was stripping bullet dots and ordinal numbers from all list elements. The editor stylesheet now explicitly restoreslist-style-type: discfor unordered lists andlist-style-type: decimalfor ordered lists inside the ProseMirror container. Most noticeable on Linux where the WebKit renderer enforces the reset strictly (issue [#163]). - Export dialog state clears when reopened: error and success messages now reset whenever the dialog becomes visible, so reopening after a failed or successful export always shows a clean state.