v0.2.0
v0.2.0 - GUI Preset Selection 🎯
This release introduces interactive preset selection to the graphical interface, adds custom branding to the Windows installer, and includes debug logs for easier troubleshooting.
✨ New Features & Improvements
✅ Preset selection (CLI + GUI)
You can now select a specific preset directly from the graphical interface. Simply clicking on a preset in the desktop window will activate it on your connected device.
🪲 GUI Debug Logging
Introduced comprehensive debug logging to the GUI application to facilitate state tracking, diagnostics, and troubleshooting.
🪟 Custom Windows Installer (.msi)
The Windows installation experience has been upgraded. The .msi package now features a custom banner and application icon.
📦 Installation
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/allansomensi/openhx/releases/download/v0.2.0/openhx-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/allansomensi/openhx/releases/download/v0.2.0/openhx-installer.ps1 | iex"📥 Download OpenHX 0.2.0
| File | Platform | Checksum |
|---|---|---|
| openhx-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| openhx-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| openhx-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| openhx-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| openhx-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| openhx-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |