mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
0.4.0
This commit is contained in:
@@ -48,6 +48,43 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.4.0" date="2021-09-12">
|
||||||
|
<description>
|
||||||
|
<p>Changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Now uses libadwaita</li>
|
||||||
|
<li>New and adaptive preferences window</li>
|
||||||
|
<li>Improved open URI dialog</li>
|
||||||
|
<li>Few small tweaks to fullscreen UI design</li>
|
||||||
|
<li>Show current video and audio decoders in popovers (easy way to check if HW accel is used)</li>
|
||||||
|
<li>Enabled NVDEC hardware acceleration by default (requires Nvidia proprietary drivers)</li>
|
||||||
|
<li>Added option to use PipeWire for audio output (experimental)</li>
|
||||||
|
<li>Added option to use playbin3 element (experimental)</li>
|
||||||
|
<li>New PiP icon from icon development kit</li>
|
||||||
|
<li>Improved performance on devices running OpenGL ES</li>
|
||||||
|
<li>Translations support</li>
|
||||||
|
<li>Various bug fixes</li>
|
||||||
|
</ul>
|
||||||
|
<p>New keyboard shortcuts:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Leave fullscreen with Escape key</li>
|
||||||
|
<li>Toggle mute with Ctrl+M</li>
|
||||||
|
</ul>
|
||||||
|
<p>More touchscreen gestures:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Toggle playback with a long press</li>
|
||||||
|
<li>Switch playlist items via double tap on screen side</li>
|
||||||
|
</ul>
|
||||||
|
<p>New translations:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Catalan</li>
|
||||||
|
<li>Dutch</li>
|
||||||
|
<li>German</li>
|
||||||
|
<li>Italian</li>
|
||||||
|
<li>Polish</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.3.0" date="2021-06-18">
|
<release version="0.3.0" date="2021-06-18">
|
||||||
<description>
|
<description>
|
||||||
<p>Changes:</p>
|
<p>Changes:</p>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
||||||
version: '0.3.0',
|
version: '0.4.0',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPL-3.0-or-later',
|
license: 'GPL-3.0-or-later',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%global glib2_version 2.56.0
|
%global glib2_version 2.56.0
|
||||||
|
|
||||||
Name: clapper
|
Name: clapper
|
||||||
Version: 0.3.0
|
Version: 0.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple and modern GNOME media player
|
Summary: Simple and modern GNOME media player
|
||||||
|
|
||||||
@@ -129,6 +129,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/%{appname}/
|
%{_libdir}/%{appname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 12 2021 Rafostar <rafostar.github@gmail.com> - 0.4.0-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Thu Aug 26 2021 Rafostar <rafostar.github@gmail.com> - 0.3.0-4
|
* Thu Aug 26 2021 Rafostar <rafostar.github@gmail.com> - 0.3.0-4
|
||||||
- Install translations
|
- Install translations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user