diff --git a/app/Info.plist b/app/Info.plist index cc7b4597f..bfb4db755 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,7 +23,7 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.0.4 + 0.0.5 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index 110c0192a..e6f48b662 100644 --- a/app/app.pro +++ b/app/app.pro @@ -189,4 +189,4 @@ macx { QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES } -VERSION = 0.0.4 +VERSION = 0.0.5 diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index ba0eecf46..c4fb5e30a 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -25,6 +25,17 @@ + + + Changes from 0.0.4: + + Fixed a bug causing increased frame drops and input lag + Added support for quitting running games + Added support for waking sleeping PCs with Wake-on-LAN + Increased the FPS limit to 120 FPS + + + Initial pre-alpha release for Linux. Please file bugs!
Changes from 0.0.4:
Initial pre-alpha release for Linux. Please file bugs!