From 77e1d6ab8a4a9d5efc7a6c0360d16251d2899165 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 5 Aug 2019 18:28:26 -0700 Subject: [PATCH] Version 1.1 --- ...com.moonlight_stream.Moonlight.appdata.xml | 20 +++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index 61dc573b..852ce2ed 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,26 @@ + + +

New features:

+
    +
  • Added support for NVDEC for NVIDIA GPUs on Wayland
  • +
  • Added an option to disable gamepad mouse mode for games that require holding the Start button
  • +
  • Added automatic detection of IPv6 addresses for Internet streaming over IPv6 networks
  • +
+

Bugfixes:

+
    +
  • Improved speed and reliability of automatic PC detection on the local network
  • +
  • Fixed audio latency increasing under certain network conditions
  • +
  • Fixed 5.1 surround sound sometimes causing no audio to play when streaming over the Internet
  • +
  • Fixed graceful termination of games not being detected properly on GFE 3.19
  • +
  • Fixed several audio issues on Linux by switching back to SDL for audio
  • +
  • Changed client certificate signature algorithm from SHA-1 to SHA-256 for Debian Buster compatibility
  • +
  • Updated included gamepad mappings
  • +
+
+

Bugfixes:

diff --git a/app/version.txt b/app/version.txt index 7f207341..1cc5f657 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.1.0 \ No newline at end of file