Releases: hdmain/clientosh
Releases · hdmain/clientosh
Release list
Beta
Automated beta build from commit 3b55adf41780e5a428bca4fecb972800ed19d6ea.
This prerelease is replaced after every successful build from main.
Downloads
| Platform | Package |
|---|---|
| Windows 64-bit | Inno Setup installer (*-win64-setup.exe) |
| Windows 64-bit | Portable archive (*-win64-portable.zip) |
| Debian / Ubuntu 64-bit | Debian package (*-amd64.deb) |
| Fedora / RHEL / openSUSE 64-bit | RPM package (*-x86_64.rpm) |
| Linux 64-bit | AppImage (*-x86_64.AppImage) |
| Linux 64-bit | Portable archive (*-linux-x86_64.tar.gz) |
| Arch Linux 64-bit | Pacman package (*-x86_64.pkg.tar.zst) |
| macOS | Disk image (*-macos.dmg) |
Verify downloaded files with CHECKSUMS.txt or CHECKSUMS-beta.txt from the same release.
v1.0.8
Build from tag v1.0.8.
Downloads
| Platform | Package |
|---|---|
| Windows 64-bit | Inno Setup installer (*-win64-setup.exe) |
| Windows 64-bit | Portable archive (*-win64-portable.zip) |
| Debian / Ubuntu 64-bit | Debian package (*-amd64.deb) |
| Fedora / RHEL / openSUSE 64-bit | RPM package (*-x86_64.rpm) |
| Linux 64-bit | AppImage (*-x86_64.AppImage) |
| Linux 64-bit | Portable archive (*-linux-x86_64.tar.gz) |
| Arch Linux 64-bit | Pacman package (*-x86_64.pkg.tar.zst) |
| macOS | Disk image (*-macos.dmg) |
Verify downloaded files with CHECKSUMS.txt or CHECKSUMS-beta.txt from the same release.
v1.0.7
Build from tag v1.0.7.
Downloads
| Platform | Package |
|---|---|
| Windows 64-bit | Inno Setup installer (*-win64-setup.exe) |
| Windows 64-bit | Portable archive (*-win64-portable.zip) |
| Debian / Ubuntu 64-bit | Debian package (*-amd64.deb) |
| Fedora / RHEL / openSUSE 64-bit | RPM package (*-x86_64.rpm) |
| Linux 64-bit | AppImage (*-x86_64.AppImage) |
| Linux 64-bit | Portable archive (*-linux-x86_64.tar.gz) |
| Arch Linux 64-bit | Pacman package (*-x86_64.pkg.tar.zst) |
| macOS | Disk image (*-macos.dmg) |
Verify downloaded files with CHECKSUMS.txt or CHECKSUMS-beta.txt from the same release.
v1.0.6
v1.0.5
v1.0.4
bump version to 1.0.4 Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.3
bump version to 1.0.3 Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.2
v1.0.1
ci(release): fix Windows Configure to use full .exe compiler paths
CMake does not append .exe to a full compiler path, so passing
MINGW/bin/g++ (no extension) against the aqt-installed MinGW made the
compiler check fail ('is not a full path to an existing compiler tool').
Pass Windows-absolute gcc.exe/g++.exe paths and keep CMAKE_PREFIX_PATH as
the Windows Qt root.
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.0
ci(release): bundle full DLL dependency closure via ntldd to fix miss…