diff --git a/app/Info.plist b/app/Info.plist
index 3d2ab9af..774c895a 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.4.0
+ 0.5.0
CFBundleShortVersionString
- 0.4.0
+ 0.5.0
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index ddcb9873..144947ed 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -260,5 +260,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.4.0
-DEFINES += VERSION_STR=\\\"0.4.0\\\"
+VERSION = 0.5.0
+DEFINES += VERSION_STR=\\\"0.5.0\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index 4f75c0d1..216be487 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,25 @@
+
+
+ New features:
+
+ - Added option to enable mouse acceleration for remote desktop usage
+ - Added option to disable automatic PC discovery
+ - Added gamepad mappings from gabomdq's SDL_GameControllerDB
+ - Added help links to error dialogs
+ - Added quit shortcut tip to stream loading page
+ - Restored the autodetect audio configuration option
+
+ Bugfixes:
+
+ - Fixed quit app dialog starting the wrong app
+ - Fixed very high input lag on GFE 3.14.0 and earlier
+ - Fixed sending errant mouse click when capturing the mouse
+
+
+
New features: