diff --git a/assets/screenshot1.png b/assets/screenshot1.png
index fb4620fdfc6dd4bca198163ff313cd81f02f2a98..fddfdf4a33b8b58c25265e86827ee297d0fa5052 100644
Binary files a/assets/screenshot1.png and b/assets/screenshot1.png differ
diff --git a/source/data/metainfo.xml b/source/data/metainfo.xml
index 053acaea408b36d88df2fbfacba14e5d4a383654..975346e5ce076769e3a12104a3fecf24fc2ac46b 100644
--- a/source/data/metainfo.xml
+++ b/source/data/metainfo.xml
@@ -57,6 +57,15 @@
io.gitlab.zehkira.Monophony.desktop
+
+
+
+ - Added button for opening the playlists directory
+ - Added license information for Deno dependency
+ - Improved troubleshooting information
+
+
+
diff --git a/source/monophony/__init__.py b/source/monophony/__init__.py
index b085167c18ee32000c6850f074056d3ef560cec9..7ffd380a313904ccfe49caf2f9edc250cb5678db 100644
--- a/source/monophony/__init__.py
+++ b/source/monophony/__init__.py
@@ -4,7 +4,7 @@ import pathlib
import logboth
-__version__ = '4.1.2'
+__version__ = '4.2.0'
ID = 'io.gitlab.zehkira.Monophony' # Full ID per Freedesktop standards
NAME = 'monophony' # Use for app executable, directories and so on
DISPLAY_NAME = 'Monophony' # For window titles and such - do not use in logic