diff --git a/app/Info.plist b/app/Info.plist
index 5c8623b0..7d012786 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 b0be84b1..9b86b054 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 216be487..3bdf3258 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: