Skip to content

v1.6.2 - QoL improvements

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 08:15

Note: release was recreated due to packaging issues with AppImage (#99)

Windows

  • Dropped support for Nvidia Gamestream and removed workarounds for it.
  • Migrated from NSIS installer to InnoSetup, because of its cursed customizeability in CMake. New installer:
    • performs better cleanup;
    • enabled autostart by default;
    • lauches MoonDeckBuddy after install;
    • promps to remove settings during uninstall.

Linux

  • MoonDeckStream will now inhibit sleep while active for systemd.

Both

  • Updated Qt framework version to 6.7.
  • Added command line argumments for MoonDeckBuddy:
    • --help - displays help;
    • --version - displays current version;
    • --enable-autostart - enables autostart;
    • --disable-autostart - disables autostart;
    • --close-all - tells active Buddy and Stream instances to gracefully terminate.