From 713db06a057497afef8ac3d9a35c5b70ec4faece Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 22 May 2022 19:56:32 -0500 Subject: [PATCH] Prepare for v4.1.0 release --- ...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 de953e4b..00f2534d 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -36,6 +36,32 @@ + + +

New features:

+
    +
  • Overlays are now supported on the non-EGL X11 VAAPI renderer (requires RGBA subpicture support in the VAAPI driver)
  • +
  • Cursor lock can now be disabled when in full-screen mode
  • +
+

Behavior Changes:

+
    +
  • Moonlight can now reduce the client display resolution in full-screen mode if the current display mode doesn't have a high enough refresh rate for the selected stream frame rate
  • +
  • When choosing a new client display resolution in full-screen mode, Moonlight will pick a display mode with the closest aspect ratio to the selected stream resolution
  • +
  • Moonlight now defaults to borderless windowed mode on Wayland systems
  • + +
+

Bugfixes:

+
    +
  • Fixed missing toolbar buttons in certain languages
  • +
  • Fixed some text on the settings page not updating when the language is changed
  • +
  • Fixed a frame pacing bug that could cause excessive frame drops
  • +
  • Fixed the "keep display awake" setting not being saved when Moonlight restarts
  • +
  • Fixed black screen after unmaximizing the Moonlight window on some Linux systems
  • +
  • Updated included gamepad mappings
  • +
  • Updated community-contributed translations from Weblate
  • +
+
+

New features:

diff --git a/app/version.txt b/app/version.txt index 0c89fc92..99eba4de 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.1.0 \ No newline at end of file