🚀 Release 0.8.0-rc1
Added
- View Switching with Brackets: Changed default view switching keys to
](forward) and[(reverse) for better reliability across terminals. - Configurable Key Bindings: Added support for customizing all major actions via the
key_bindingssection in the config file.
Fixed
- Keybinding Reliability: Overhauled the keybinding system to correctly handle modifier keys (
Ctrl,Alt,Shift), fixing numerous issues with custom shortcuts. - Shell Connection Issues: Fixed VM shell connections that were failing due to broken QEMU guest agent approach.
- GitHub Workflow Fixes: Added
submodules: recursiveto all GitHub Actions checkout steps to properly handle noVNC submodule during builds. - Windows ARM64 Support: Added Windows ARM64 build target to both Makefile and GitHub release workflow.
📦 Downloads
Choose the appropriate binary for your platform:
- Linux AMD64:
proxmox-tui-linux-amd64.tar.gz - Linux ARM64:
proxmox-tui-linux-arm64.tar.gz - macOS Intel:
proxmox-tui-darwin-amd64.tar.gz - macOS Apple Silicon:
proxmox-tui-darwin-arm64.tar.gz - Windows AMD64:
proxmox-tui-windows-amd64.zip - Windows ARM64:
proxmox-tui-windows-arm64.zip
🔐 Verification
Verify your download with the provided checksums.txt file:
shasum -a 256 -c checksums.txt📋 Installation
- Download the appropriate archive for your platform
- Extract the binary:
tar -xzf proxmox-tui-*.tar.gz(or unzip for Windows) - Make executable (Unix):
chmod +x proxmox-tui-* - Run:
./proxmox-tui-* --help