diff --git a/app/Info.plist b/app/Info.plist
index 1fde76a7..3d2ab9af 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.3.0
+ 0.4.0
CFBundleShortVersionString
- 0.3.0
+ 0.4.0
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index f67f064b..26d4cafc 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -249,5 +249,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.3.0
-DEFINES += VERSION_STR=\\\"0.3.0\\\"
+VERSION = 0.4.0
+DEFINES += VERSION_STR=\\\"0.4.0\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index 68aca3d0..0d93317e 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,27 @@
+
+
+ New features:
+
+ - Added option to enable (unsupported) 90/120 FPS streaming on 60 Hz monitors
+ - Added refresh rate matching for better frame pacing on high refresh rate monitors
+ - The streaming window now appears on the same monitor the UI was displayed on
+ - The streaming window is now centered on the target monitor
+ - Display a dialog when the connection is terminated by the remote PC
+ - Added option to select between full-screen exclusive and borderless windowed mode
+
+ Bugfixes:
+
+ - Fixed streaming with no audio device
+ - Fixed mouse lag with some high polling rate mice
+ - Improved UI performance on the app grid page
+ - 1440p and 4K 120 FPS performance is improved to avoid encoder bottlenecks
+ - Autodetect audio configuration option removed because it was broken
+
+
+
Bugfixes: