| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnomint-1.6.1-1-x86_64.pkg.tar.zst | 2026-06-10 | 332.6 kB | |
| gnomint-1.6.1.msi | 2026-06-10 | 323.6 kB | |
| gnomint-1.6.1.tar.gz | 2026-06-10 | 1.3 MB | |
| gnomint-debug-1.6.1-1-x86_64.pkg.tar.zst | 2026-06-10 | 708.9 kB | |
| gnomint-debuginfo-1.6.1-1.fc44.x86_64.rpm | 2026-06-10 | 509.8 kB | |
| gnomint-debugsource-1.6.1-1.fc44.x86_64.rpm | 2026-06-10 | 128.2 kB | |
| gnomint_1.6.1-1_amd64.deb | 2026-06-10 | 265.7 kB | |
| gnomint-1.6.1-1.fc44.x86_64.rpm | 2026-06-10 | 320.9 kB | |
| gnomint-1.6.1-macos-arm64.dmg | 2026-06-10 | 650.1 kB | |
| gnoMint 1.6.1 _Tempered Anvil_ source code.tar.gz | 2026-06-10 | 1.2 MB | |
| gnoMint 1.6.1 _Tempered Anvil_ source code.zip | 2026-06-10 | 1.3 MB | |
| README.md | 2026-06-10 | 1.6 kB | |
| gnomint-1.6.1-arch-x86_64.tar.gz | 2026-06-10 | 970.0 kB | |
| gnomint-1.6.1-linux-x86_64.tar.gz | 2026-06-10 | 953.9 kB | |
| gnomint-1.6.1-macos-arm64.tar.gz | 2026-06-10 | 370.8 kB | |
| Totals: 15 Items | 9.3 MB | 0 | |
Multi-platform CI and Windows installer release.
-
Multi-platform CI via GitHub Actions. Automated builds and tests on Fedora (latest), Arch Linux (rolling), macOS (Homebrew), and Windows (MSYS2/MinGW64) on every push and pull request.
-
Windows MSI installer built with WiX v5. Bundles both gnomint and gnomint-cli with all required MinGW runtime DLLs, GTK 4 theme and icons, GLib schemas, translations, and UI files. Includes Start Menu shortcuts,
.gnomintfile association, and PATH entry for gnomint-cli. Uploaded as a CI artifact on every build. -
FIX: Windows portability — replaced POSIX
arpa/inet.hwithwinsock2.hand POSIXregex.hwith GLib GRegex for MinGW compatibility. -
FIX: Windows relocatable install —
PACKAGE_DATA_DIRis now resolved at runtime relative to the executable location viag_win32_get_package_installation_directory_of_module(), so the MSI-installed binary finds its data files regardless of install path. -
FIX: GSettings on Windows — uses the keyfile backend so preferences persist without a D-Bus session or system registry.
-
TESTS: All CLI shell tests now pass on MSYS2/MinGW64 with proper POSIX-to-Windows path conversion (cygpath) and MSYS2 argument mangling suppression (
MSYS2_ARG_CONV_EXCL) for openssl commands.
Database-compatible with 1.4.0 — no migration needed.