From 6e4dd161ac3378862ab1ba5b902debb1f76c8d00 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 6 Oct 2018 20:46:01 -0700 Subject: [PATCH] Version 0.6.0 --- app/Info.plist | 4 ++-- app/app.pro | 4 ++-- ...com.moonlight_stream.Moonlight.appdata.xml | 20 +++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/app/Info.plist b/app/Info.plist index 5c8623b08..7d012786f 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,9 +23,9 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.5.1 + 0.6.0 CFBundleShortVersionString - 0.5.1 + 0.6.0 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index b0be84b19..9b86b054e 100644 --- a/app/app.pro +++ b/app/app.pro @@ -302,5 +302,5 @@ macx { QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES } -VERSION = 0.5.1 -DEFINES += VERSION_STR=\\\"0.5.1\\\" +VERSION = 0.6.0 +DEFINES += VERSION_STR=\\\"0.6.0\\\" diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index 216be4870..3bdf32589 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,26 @@ + + +

New features:

+
    +
  • Added keyboard and gamepad UI navigation
  • +
  • Added support for mouse X1 and X2 buttons (back and forward)
  • +
  • Added support for mouse movement with touchscreens
  • +
  • Improved HEVC performance at high bitrates
  • +
  • Added support for launching streaming sessions directly from a terminal or script
  • +
  • Added quit shortcut for gamepads: Select+Start+L1+R1
  • +
+

Bugfixes:

+
    +
  • Fixed not saving deletion of PCs
  • +
  • Fixed keys being stuck down on the host PC after Moonlight loses focus or quits
  • +
  • Fixed some warning dialogs being stuck behind the UI window
  • +
  • Updated included gamepad mapping list
  • +
+
+

New features: