| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-windows.txt | 2026-07-01 | 194 Bytes | |
| Mini-Diarium-0.6.1-windows.exe | 2026-07-01 | 12.8 MB | |
| Mini-Diarium-0.6.1-windows.msi | 2026-07-01 | 15.7 MB | |
| checksums-macos.txt | 2026-07-01 | 95 Bytes | |
| Mini-Diarium-0.6.1-macos.dmg | 2026-07-01 | 28.1 MB | |
| checksums-linux.txt | 2026-07-01 | 195 Bytes | |
| Mini-Diarium-0.6.1-linux.AppImage | 2026-07-01 | 93.4 MB | |
| Mini-Diarium-0.6.1-linux.deb | 2026-07-01 | 16.5 MB | |
| 0.6.1 source code.tar.gz | 2026-07-01 | 15.9 MB | |
| 0.6.1 source code.zip | 2026-07-01 | 16.6 MB | |
| README.md | 2026-07-01 | 1.2 kB | |
| Totals: 11 Items | 199.0 MB | 7 | |
What's Changed
Mini Diarium 0.6.1 ships Brazilian Portuguese (pt-BR) localization covering all UI strings and the native OS menu, and fixes the Linux AppImage to launch on Debian 12 by switching the release CI runner to ubuntu-22.04 (glibc 2.35).
Added
- Brazilian Portuguese (pt-BR) translation: full Brazilian Portuguese localisation covering all 536 UI strings and the native OS menu, with Brazilian conventions throughout (3-letter month/day abbreviations
Jan–Dez/Dom–Sáb, gerund in-ando/-endo, "você" form). Selectable from Preferences → General → Language.
Fixed
- AppImage GLIBC compatibility with Debian 12 (bookworm) (TODO-0051): the Linux release build ran on
ubuntu-latest(resolves to Ubuntu 24.04, glibc 2.39), so the AppImage refused to launch on any distro with an older glibc, including Debian 12 bookworm (glibc 2.36). The Linux leg of.github/workflows/release.ymlnow builds onubuntu-22.04(glibc 2.35), so the AppImage now runs on Debian 12 and other distros with glibc ≥2.35, previously ≥2.38/2.39.