From 32e7ddf272cfd1de795b71d5dae67199908feae4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 8 Jan 2019 00:48:49 -0800 Subject: [PATCH] Version 0.8.1 --- .../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 2b927517..4cdc5300 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,24 @@ + + +

New features:

+
    +
  • Stricter adherence to the specified bitrate when streaming over the Internet
  • +
+

Bugfixes:

+
    +
  • Fixed audio crackling that impacted certain systems
  • +
  • Fixed Wake-on-LAN packets failing to send on some systems
  • +
  • Reduced audio latency when resuming a session where audio is already playing
  • +
  • Added option to enable the old SDL audio renderer by setting ML_AUDIO=SDL
  • +
  • Updated to use the new Qt 5.12 Flatpak runtime
  • +
  • Updated to FFmpeg 4.1
  • +
  • Minor UI tweaks
  • +
+
+

New features:

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