Skip to content

Releases: hdmain/clientosh

Beta

Beta Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 22:30

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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 10:46

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

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:49

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

Choose a tag to compare

@github-actions github-actions released this 22 Aug 14:58
new version(1.0.6)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:30
1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:36
bump version to 1.0.4

Co-authored-by: Cursor <cursoragent@cursor.com>

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 18:09
bump version to 1.0.3

Co-authored-by: Cursor <cursoragent@cursor.com>

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 14:34
new verison

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 01:42
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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:11
ci(release): bundle full DLL dependency closure via ntldd to fix miss…