From 860d317330a27b39dafe5f72acefd6dc7bc75fff Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 12 Aug 2018 01:42:28 -0700 Subject: [PATCH] Version 0.2.0 --- app/Info.plist | 4 ++-- app/app.pro | 4 ++-- .../linux/com.moonlight_stream.Moonlight.appdata.xml | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app/Info.plist b/app/Info.plist index d649b7ce..78ec77cf 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,9 +23,9 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.1.0 + 0.2.0 CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index ecf55183..3df4d7f3 100644 --- a/app/app.pro +++ b/app/app.pro @@ -222,5 +222,5 @@ macx { QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES } -VERSION = 0.1.0 -DEFINES += VERSION_STR=\\\"0.1.0\\\" +VERSION = 0.2.0 +DEFINES += VERSION_STR=\\\"0.2.0\\\" diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index 1f11d873..b0783637 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,18 @@ + + +

Bugfixes:

+
    +
  • Fixed functionality of '=', 'Numpad Dot', and 'Numpad Enter' keys
  • +
  • Fixed uninitialized variable causing strange gamepad behavior
  • +
  • Added a warning for incompatible configs and decoder failures
  • +
  • Added a warning for Wayland performance issues
  • +
  • Stopped capturing the mouse by default for windowed streams
  • +
+
+

New features: