Releases: BackBenchDevs/helmhost
Releases · BackBenchDevs/helmhost
Release list
v0.1.0-rc.2
v0.1.0-rc.1
dev-34cba71d39c394a3bb598bcad2521d44b14735e6
feat(client): session shortcuts, focus grab, and tight updates Align clipboard keys with TigerVNC (⌘V paste, Ctrl forwarded), release input on window blur, and improve framebuffer path with Tight encoding and continuous updates.
dev-306c647a239fa275940e9280a2c3db78e4bca295
fix(client): use real home for ~/.helmhost under sandbox Sandboxed macOS HOME pointed at the container, so the app missed the user library. Also drop FFI mutex across awaits so clippy CI passes.
dev-a83f4303426e9246e8f0547d5f746977b388ffb3
fix(ci): dedupe SHA256SUMS in build-dev publish Three OS artifacts each ship SHA256SUMS; uploading the same name thrice makes softprops/action-gh-release fail on asset update.
dev-6c0f418f680b953db4e13760e2df59e29698e5cf
fix(ci): stabilize Flutter pin, Windows zip, and dev publish Pin CI analyze to Flutter 3.32.5; convert Git-Bash paths for PowerShell zip; flatten/dedupe SHA256SUMS before softprops release upload.
dev-44191ba79ff04f28abe5eabc131c1aac4b08e333
fix(ci): unpin Flutter on package workflows 3.32.5 requests VS 2019 which windows-latest no longer provides. Keep the pin on CI analyze/test only; packaging stays on floating stable.