From f64486c88f50fdf9b827274775d9fe36d3184693 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 17 Feb 2019 00:18:42 -0800 Subject: [PATCH] Version 0.9.0 --- ...com.moonlight_stream.Moonlight.appdata.xml | 25 +++++++++++++++++++ app/version.txt | 2 +- 2 files changed, 26 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 876ed7c1..3b37880f 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,31 @@ + + +

New features:

+
    +
  • Added gamepad rumble support
  • +
  • Added a dedicated quit button to the running app tile
  • +
  • Reduced video latency on Windows and Linux
  • +
  • Added a performance overlay for software decoding
  • +
+

Bugfixes:

+
    +
  • Fixed delayed first video frame with GFE 3.17
  • +
  • Fixed erroneously setting host resolution to 720p in certain configurations
  • +
  • The connection termination dialog is no longer displayed for intentional termination
  • +
  • Fixed some gamepads only functioning for UI navigation and not in game
  • +
  • Fixed audio latency increasing when switching audio devices
  • +
  • Fixed VDPAU scaling behavior on AMD cards
  • +
  • Fixed several bugs in gamepad navigation behavior
  • +
  • Work around a bug in QGnomePlatform that breaks dialog rendering on Linux
  • +
  • Updated included SDL gamepad mappings
  • +
  • Fixed hotkey behavior on non-latin keyboards
  • +
  • Fixed incorrect frame drop percentages in debug stats
  • +
+
+

New features:

diff --git a/app/version.txt b/app/version.txt index c18d72be..899f24fc 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.9.0 \ No newline at end of file