From 81943b12c0fa730a80896c92899329b101013782 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 9 Sep 2020 22:25:56 -0700 Subject: [PATCH] Version 2.2.0 --- ...com.moonlight_stream.Moonlight.appdata.xml | 26 +++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 27 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 0a06c3bc..3420dede 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -35,6 +35,32 @@ + + +

New features:

+
    +
  • Added the ability to hide unwanted apps and games
  • +
  • Added a network test to determine if your Internet connection is blocking Moonlight
  • +
  • Added the option to swap mouse buttons
  • +
  • Added codec and resolution to the on-screen performance stats
  • +
  • Added a warning if the connection is too unstable to receive any complete video frames
  • +
  • Added a Discord link to the toolbar in settings
  • +
  • Enabled the new EGL renderer by default on Linux
  • +
+

Bugfixes:

+
    +
  • Fixed streaming over networks that block QoS-tagged packets
  • +
  • Selecting a frame rate higher than 60 FPS no longer sets the host desktop to 720p
  • +
  • Right-side modifier keys no longer press the corresponding left-side keys too
  • +
  • Fixed mouse position never reaching the edge of the screen with certain desktop resolutions
  • +
  • Improved synchronization between host and client mouse cursor in remote desktop mouse mode
  • +
  • Cached box art is now deleted when the PC is removed from Moonlight
  • +
  • Fixed several CLI options not properly overriding GUI options
  • +
  • Updated included gamepad mappings
  • +
  • Updated to Qt 5.15.1
  • +
+
+

New features:

diff --git a/app/version.txt b/app/version.txt index 50aea0e7..e3a4f193 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file