| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-windows.txt | 2026-03-25 | 196 Bytes | |
| Mini-Diarium-0.4.13-windows.exe | 2026-03-25 | 8.5 MB | |
| Mini-Diarium-0.4.13-windows.msi | 2026-03-25 | 10.3 MB | |
| checksums-macos.txt | 2026-03-25 | 96 Bytes | |
| Mini-Diarium-0.4.13-macos.dmg | 2026-03-25 | 20.0 MB | |
| checksums-linux.txt | 2026-03-25 | 197 Bytes | |
| Mini-Diarium-0.4.13-linux.AppImage | 2026-03-25 | 83.5 MB | |
| Mini-Diarium-0.4.13-linux.deb | 2026-03-25 | 11.0 MB | |
| 0.4.13 source code.tar.gz | 2026-03-25 | 10.2 MB | |
| 0.4.13 source code.zip | 2026-03-25 | 10.4 MB | |
| README.md | 2026-03-25 | 768 Bytes | |
| Totals: 11 Items | 154.2 MB | 0 | |
What's Changed
Added
- Markdown export image handling: embedded base64 images are no longer silently stripped on export. Two new export options appear in the Export dialog:
- Markdown (
builtin:markdown) extracts images to a siblingassets/folder and replaces<img>tags with relativereferences — compatible with Obsidian, Typora, and VS Code - Markdown (inline images) (
builtin:markdown-inline) embeds images asdata URIs for single-file portability in editors that support them - Backend test count: 249 → 265
- Markdown (