Skip to content

GenyConnect v1.4.880

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:32
· 3 commits to main since this release

GenyConnect v1.4.880 Released

This patch release fixes Linux AppImage startup on KDE/Wayland systems, restores support for shorter desktop displays, and aligns Linux packages on the same Qt runtime.

Fixes

  • Replaced the unsupported QML shadow usage with a bundled Qt Quick Effects shadow component.
  • Kept Linux AppImages independent from host KDE/Breeze QML modules by continuing to force the Basic Quick Controls style.
  • Added AppImage validation to reject future KDE-only QML imports and unsupported legacy effect usage before release.
  • Made the desktop window respect the screen's available geometry and lowered its resize floor so 1366x768-class displays are supported.
  • Updated the Linux x86_64 pipeline to build and package with Qt 6.11.0, matching Linux ARM64, with an explicit version check before packaging.
  • Added verified native RPM artifacts for Linux x86_64 and ARM64 releases.
  • Added an official Nix flake that builds from source on x86_64-linux and aarch64-linux with the nixpkgs Xray runtime.

Related GitHub issue

  • #18 - Linux AppImage startup failure on KDE/Wayland
  • #8 - Desktop window does not fit shorter HD displays
  • #31 - Linux x86_64 startup crash caused by an outdated Qt build
  • #22 - Official RPM package for Fedora and RPM-based distributions
  • #29 - Official Nix package for NixOS installation and updates