diff --git a/app/Info.plist b/app/Info.plist index df3a2ac7..d4bd8873 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,9 +23,9 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.6.4 + 0.7.0 CFBundleShortVersionString - 0.6.4 + 0.7.0 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index a942a0d9..6693754c 100644 --- a/app/app.pro +++ b/app/app.pro @@ -327,5 +327,5 @@ macx { QMAKE_RPATHDIR += @executable_path/../Frameworks } -VERSION = 0.6.4 -DEFINES += VERSION_STR=\\\"0.6.4\\\" +VERSION = 0.7.0 +DEFINES += VERSION_STR=\\\"0.7.0\\\" diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index 6f79b4e9..a84c65ea 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -33,6 +33,23 @@ + + +

New features:

+
    +
  • Added option to quit the app after stopping the stream
  • +
  • Added CLI option to quit the running app
  • +
+

Bugfixes:

+
    +
  • Switched to libsoundio backend to address audio glitches and reduce latency
  • +
  • Fixed CLI version output
  • +
  • Fixed streaming error messages not showing up when launching from CLI
  • +
  • Updated included SDL gamepad mappings
  • +
  • Various minor UI tweaks
  • +
+
+

New features: