Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Jun 18, 2021
1 parent f2ac3b2 commit 37d2f7a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
22 changes: 21 additions & 1 deletion data/com.github.rafostar.Clapper.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<p>
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.
</p>
</description>
<developer_name>Rafał Dzięgiel</developer_name>
Expand All @@ -52,6 +52,26 @@
</screenshot>
</screenshots>
<releases>
<release version="0.3.0" date="2021-06-18">
<description>
<p>Changes:</p>
<ul>
<li>Added MPRIS support</li>
<li>Added repeat modes: single video, whole playlist and shuffle</li>
<li>Support opening folders with media files</li>
<li>Append playlist items by holding Ctrl while doing Drag and Drop</li>
<li>Improved handling of keyboard shortcuts</li>
<li>Added more keyboard shortcuts</li>
<li>Added window that shows available keyboard shortcuts</li>
<li>Show black screen by default after playback (make showing last frame optional instead)</li>
<li>Added ability to export playlist to file</li>
<li>Improve handling of changing displays with different resolutions</li>
<li>Added support for EGL under x11 with GTK 4.3.1 or later</li>
<li>Added missing symbolic app icon</li>
<li>Some misc bug fixes and code cleanups</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2021-04-19">
<description>
<p>Player:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/deb/clapper.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: clapper
Binary: clapper
Architecture: any
Version: 0.2.1
Version: 0.3.0
Maintainer: Rafostar <rafostar.github@gmail.com>
Build-Depends: debhelper (>= 10),
meson (>= 0.50),
Expand Down
4 changes: 2 additions & 2 deletions pkgs/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clapper (0.2.1) unstable; urgency=low
clapper (0.3.0) unstable; urgency=low

* New version

-- Rafostar <rafostar.github@gmail.com> Mon, 19 Apr 2021 09:39:00 +0100
-- Rafostar <rafostar.github@gmail.com> Fri, 18 Jun 2021 09:39:00 +0100
5 changes: 4 additions & 1 deletion pkgs/rpm/clapper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -126,6 +126,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/%{appname}/

%changelog
* Fri Jun 18 2021 Rafostar <rafostar.github@gmail.com> - 0.3.0-1
- New version

* Mon Apr 19 2021 Rafostar <rafostar.github@gmail.com> - 0.2.1-1
- New version

Expand Down

0 comments on commit 37d2f7a

Please sign in to comment.