| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnomint-debuginfo-1.6.7-1.fc44.x86_64.rpm | 2026-06-16 | 519.3 kB | |
| gnomint-debugsource-1.6.7-1.fc44.x86_64.rpm | 2026-06-16 | 136.7 kB | |
| gnomint_1.6.7-1_amd64.deb | 2026-06-16 | 307.4 kB | |
| gnomint-1.6.7-1-x86_64.pkg.tar.zst | 2026-06-16 | 378.0 kB | |
| gnomint-1.6.7-1.fc44.x86_64.rpm | 2026-06-16 | 367.0 kB | |
| gnomint-1.6.7-macos-arm64.dmg | 2026-06-16 | 678.2 kB | |
| gnomint-1.6.7.msi | 2026-06-16 | 28.5 MB | |
| gnomint-1.6.7.tar.gz | 2026-06-16 | 1.3 MB | |
| gnomint-debug-1.6.7-1-x86_64.pkg.tar.zst | 2026-06-16 | 729.6 kB | |
| gnoMint 1.6.7 _Tempered Anvil_ source code.tar.gz | 2026-06-16 | 1.2 MB | |
| gnoMint 1.6.7 _Tempered Anvil_ source code.zip | 2026-06-16 | 1.4 MB | |
| README.md | 2026-06-16 | 1.3 kB | |
| Totals: 12 Items | 35.6 MB | 2 | |
Import fix.
Fixed
- Certificates > Import did nothing in the GUI on every OS (#95). The import dialog's OK button maps to
GTK_RESPONSE_OK(-5), but the response handler bailed onresponse_id < 0, treating OK as a cancel — so the file chooser never opened and nothing was imported. The handler now proceeds only onGTK_RESPONSE_OK.
Tests
- New
check_workflowsscenario drives the real GUI import path (on_import1_activate→ dialog → OK) and asserts a certificate is added, closing the coverage gap that let this regress. The native file chooser (not driveable headlessly) is bypassed by a test-only hook compiled solely into the test build — never the shipped binary.
Cleanup
- Replaced the personal certificate test fixture (
certs/davefx.pem, whose subject embedded a real name and national ID) with a syntheticcerts/test-cert.pem.
Database-compatible with 1.4.0 — no migration needed.
Binaries (RPM, .deb, Arch, macOS .dmg, Windows .msi) are attached automatically by CI once the release build completes.