diff --git a/data/com.github.rafostar.Clapper.metainfo.xml b/data/com.github.rafostar.Clapper.metainfo.xml
index 0c6e0ef4..f5b0ae6d 100644
--- a/data/com.github.rafostar.Clapper.metainfo.xml
+++ b/data/com.github.rafostar.Clapper.metainfo.xml
@@ -25,7 +25,7 @@
For best stability Wayland session is recommended. Wayland users with AMD/Intel GPUs
can try enabling HIGHLY EXPERIMENTAL "vah264dec" plugin inside player preferences
- for reduced CPU and GPU usage on standard (8-bit) H.264 videos.
+ for reduced CPU and GPU usage on H.264 videos.
Rafał Dzięgiel
@@ -52,6 +52,26 @@
+
+
+ Changes:
+
+ - Added MPRIS support
+ - Added repeat modes: single video, whole playlist and shuffle
+ - Support opening folders with media files
+ - Append playlist items by holding Ctrl while doing Drag and Drop
+ - Improved handling of keyboard shortcuts
+ - Added more keyboard shortcuts
+ - Added window that shows available keyboard shortcuts
+ - Show black screen by default after playback (make showing last frame optional instead)
+ - Added ability to export playlist to file
+ - Improve handling of changing displays with different resolutions
+ - Added support for EGL under x11 with GTK 4.3.1 or later
+ - Added missing symbolic app icon
+ - Some misc bug fixes and code cleanups
+
+
+
Player:
diff --git a/meson.build b/meson.build
index ae14fea4..e91fd32c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('com.github.rafostar.Clapper', 'c', 'cpp',
- version: '0.2.1',
+ version: '0.3.0',
meson_version: '>= 0.50.0',
license: 'GPL3',
default_options: [
diff --git a/pkgs/deb/clapper.dsc b/pkgs/deb/clapper.dsc
index dab379e7..f525ed9a 100644
--- a/pkgs/deb/clapper.dsc
+++ b/pkgs/deb/clapper.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: clapper
Binary: clapper
Architecture: any
-Version: 0.2.1
+Version: 0.3.0
Maintainer: Rafostar
Build-Depends: debhelper (>= 10),
meson (>= 0.50),
diff --git a/pkgs/deb/debian/changelog b/pkgs/deb/debian/changelog
index bb2297f2..8d41dd87 100644
--- a/pkgs/deb/debian/changelog
+++ b/pkgs/deb/debian/changelog
@@ -1,5 +1,5 @@
-clapper (0.2.1) unstable; urgency=low
+clapper (0.3.0) unstable; urgency=low
* New version
- -- Rafostar Mon, 19 Apr 2021 09:39:00 +0100
+ -- Rafostar Fri, 18 Jun 2021 09:39:00 +0100
diff --git a/pkgs/rpm/clapper.spec b/pkgs/rpm/clapper.spec
index 4fc9669d..fd21185b 100644
--- a/pkgs/rpm/clapper.spec
+++ b/pkgs/rpm/clapper.spec
@@ -26,7 +26,7 @@
%global glib2_version 2.56.0
Name: clapper
-Version: 0.2.1
+Version: 0.3.0
Release: 1%{?dist}
Summary: Simple and modern GNOME media player
@@ -126,6 +126,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/%{appname}/
%changelog
+* Fri Jun 18 2021 Rafostar - 0.3.0-1
+- New version
+
* Mon Apr 19 2021 Rafostar - 0.2.1-1
- New version