mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
0.3.0
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<p>
|
<p>
|
||||||
For best stability Wayland session is recommended. Wayland users with AMD/Intel GPUs
|
For best stability Wayland session is recommended. Wayland users with AMD/Intel GPUs
|
||||||
can try enabling HIGHLY EXPERIMENTAL "vah264dec" plugin inside player preferences
|
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>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<developer_name>Rafał Dzięgiel</developer_name>
|
<developer_name>Rafał Dzięgiel</developer_name>
|
||||||
@@ -52,6 +52,26 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<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">
|
<release version="0.2.1" date="2021-04-19">
|
||||||
<description>
|
<description>
|
||||||
<p>Player:</p>
|
<p>Player:</p>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
||||||
version: '0.2.1',
|
version: '0.3.0',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPL3',
|
license: 'GPL3',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
|
|||||||
Source: clapper
|
Source: clapper
|
||||||
Binary: clapper
|
Binary: clapper
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Maintainer: Rafostar <rafostar.github@gmail.com>
|
Maintainer: Rafostar <rafostar.github@gmail.com>
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
meson (>= 0.50),
|
meson (>= 0.50),
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
clapper (0.2.1) unstable; urgency=low
|
clapper (0.3.0) unstable; urgency=low
|
||||||
|
|
||||||
* New version
|
* 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
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%global glib2_version 2.56.0
|
%global glib2_version 2.56.0
|
||||||
|
|
||||||
Name: clapper
|
Name: clapper
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple and modern GNOME media player
|
Summary: Simple and modern GNOME media player
|
||||||
|
|
||||||
@@ -126,6 +126,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/%{appname}/
|
%{_libdir}/%{appname}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 19 2021 Rafostar <rafostar.github@gmail.com> - 0.2.1-1
|
||||||
- New version
|
- New version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user