From fabebc05d2836787a8514082e623684a0cf65032 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 10 Sep 2022 12:19:04 -0500 Subject: [PATCH] Prepare for v4.2.0 --- .../com.moonlight_stream.Moonlight.appdata.xml | 18 ++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 19 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 00f2534d..149109fe 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -36,6 +36,24 @@ + + +

New features:

+
    +
  • Added support for pairing via the terminal
  • +
  • Added support for listing installed apps on a host via the terminal
  • +
  • Improved handling of V-Sync on Wayland systems to reduce latency
  • +
  • Improved performance using the legacy non-EGL VAAPI rendering code
  • +
+

Bugfixes:

+
    +
  • Fixed native resolution detection on high DPI Wayland systems
  • +
  • Fixed audio crackling with SDL 2.24.0 on systems using PulseAudio
  • +
  • Updated included gamepad mappings
  • +
  • Updated community-contributed translations from Weblate
  • +
+
+

New features:

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