| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-windows.txt | 2026-05-26 | 194 Bytes | |
| Mini-Diarium-0.5.1-windows.exe | 2026-05-26 | 12.1 MB | |
| Mini-Diarium-0.5.1-windows.msi | 2026-05-26 | 14.9 MB | |
| checksums-linux.txt | 2026-05-26 | 195 Bytes | |
| Mini-Diarium-0.5.1-linux.AppImage | 2026-05-26 | 89.6 MB | |
| Mini-Diarium-0.5.1-linux.deb | 2026-05-26 | 15.7 MB | |
| checksums-macos.txt | 2026-05-26 | 95 Bytes | |
| Mini-Diarium-0.5.1-macos.dmg | 2026-05-26 | 26.7 MB | |
| 0.5.1 source code.tar.gz | 2026-05-26 | 15.5 MB | |
| 0.5.1 source code.zip | 2026-05-26 | 16.0 MB | |
| README.md | 2026-05-26 | 896 Bytes | |
| Totals: 11 Items | 190.5 MB | 0 | |
What's Changed
Removed the Windows installer outbound firewall rule which was triggering false-positive errors in winget's validation pipeline while providing no meaningful additional network isolation beyond the existing WebView-layer defenses.
Removed
- Windows installer outbound firewall rule: removed the NSIS post-install hook that added a Windows Firewall block rule for
mini-diarium.exe. The rule covered only the main Rust process, not WebView2 subprocess traffic, so it provided no meaningful additional isolation on top of the existing WebView-layer defenses (CSP,WebResourceRequestedCOM handler, init script,on_navigation). The hook was triggering a false-positiveValidation-Defender-Errorin winget's validation pipeline.