From e21fd19a70ebf875c9bf389a68416b4116fbd20e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 14 Mar 2021 11:29:56 -0500 Subject: [PATCH] Prepare for v3.1.0 release --- ...com.moonlight_stream.Moonlight.appdata.xml | 22 +++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 23 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 edf6f1b4..d47810e3 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -36,6 +36,28 @@ + + +

New features:

+
    +
  • System keyboard shortcuts (Alt+Tab, Super key, Ctrl+Shift+Esc, etc.) can now be (optionally) captured in windowed mode
  • +
  • System keyboard shortcuts can now be captured under Wayland
  • +
  • Added support for typing the client's clipboard text on the host by pressing Ctrl+Alt+Shift+V
  • +
  • Added Ctrl+Alt+Shift+D key combo to minimize the streaming window
  • +
  • Added Ctrl+Alt+Shift+C key combo to show the local cursor while streaming in remote desktop mouse mode
  • +
  • Added Select+L1+R1+X gamepad button combo to toggle performance overlay
  • +
  • Added translations for Simplified Chinese and German
  • +
  • Added a language selector on the settings page
  • +
+

Bugfixes:

+
    +
  • Improved performance of loading the app grid
  • +
  • Fixed video scaling in High DPI mode on Wayland
  • +
  • Fixed window icons on Wayland
  • +
  • Fixed number pad enter key functionality in the UI
  • +
+
+

New features:

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