diff --git a/app/Info.plist b/app/Info.plist
index 7d012786..3b44fb46 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.6.0
+ 0.6.1
CFBundleShortVersionString
- 0.6.0
+ 0.6.1
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index 00c5fb8c..3179c47e 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -315,5 +315,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.6.0
-DEFINES += VERSION_STR=\\\"0.6.0\\\"
+VERSION = 0.6.1
+DEFINES += VERSION_STR=\\\"0.6.1\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index 3bdf3258..f01f2697 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,21 @@
+
+
+ New features:
+
+ - Added support for quitting Moonlight via gamepad
+ - Added tooltips for games with very long names
+
+ Bugfixes:
+
+ - Added a workaround for a memory leak in the VAAPI driver for AMD GPUs
+ - Fixed combo boxes on the settings page being too small for certain DPI scaling
+ - Reduced power usage when Moonlight is idling in the background for a while
+
+
+
New features: