From 14a6a69dc016b644814b6ad5cb7b77dbd0d78708 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 17 Jan 2021 10:33:10 -0600 Subject: [PATCH] Version 3.0.0 --- ...com.moonlight_stream.Moonlight.appdata.xml | 27 +++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 28 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 16ce60d6..0209b7ca 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -36,6 +36,33 @@ + + +

New features:

+
    +
  • Added the ability to define a custom streaming resolution using the UI
  • +
  • Added the option to capture system key combinations (Alt+Tab, Ctrl+Shift+Esc, Win+Tab, etc) in fullscreen mode
  • +
  • Updated gamepad mappings are automatically downloaded each time Moonlight launches
  • +
  • The performance overlay is now supported for Linux clients using VAAPI and VDPAU hardware acceleration
  • +
  • Added the option to enable "Direct Launch" which immediately launches the specified game when clicking on a PC
  • +
  • Added the option to mute audio when the Moonlight window loses input focus
  • +
  • Added the option to toggle background gamepad input
  • +
  • Added the option to invert scroll direction
  • +
  • Added the option to swap gamepad button layout to Nintendo-style
  • +
  • Added the option to start the Moonlight UI in fullscreen mode
  • +
  • The failing TCP or UDP ports are now displayed when the connection fails
  • +
+

Bugfixes:

+
    +
  • Fixed PS4 controllers not reading inputs during haptics in some games
  • +
  • Fixed some slow decoders causing the receive time value to increase rather than the decode time
  • +
  • Native resolution options now refresh each time the settings page is opened, rather than once per launch of Moonlight
  • +
  • Fixed no video or audio while streaming over Internet connections that drop packets with QoS tagging enabled
  • +
  • Improved connection testing accuracy for connections with low MTUs
  • +
  • Fixed inability to open an app's context menu with a gamepad
  • +
+
+

New features:

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