mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
0.4.1
This commit is contained in:
@@ -48,6 +48,34 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.4.1" date="2021-12-20">
|
||||||
|
<description>
|
||||||
|
<p>Fixes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Compatibility with more recent libadwaita versions</li>
|
||||||
|
<li>Toggle mute with M button alone</li>
|
||||||
|
<li>Allow handling YouTube with external GStreamer plugins</li>
|
||||||
|
<li>Fix catching errors when reading clipboard</li>
|
||||||
|
<li>Fix missing translator-credits</li>
|
||||||
|
<li>Fix missing gio-unix-2.0 dep</li>
|
||||||
|
<li>Fix playback pausing when entering fullscreen with touchscreen</li>
|
||||||
|
<li>Fix GST_PLUGIN_FEATURE_RANK env usage</li>
|
||||||
|
<li>Fix video/audio decoder change detection</li>
|
||||||
|
<li>Merge global video tags instead replacing them</li>
|
||||||
|
<li>Few other misc bug fixes</li>
|
||||||
|
</ul>
|
||||||
|
<p>New translations:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Chinese Simplified</li>
|
||||||
|
<li>Czech</li>
|
||||||
|
<li>Hungarian</li>
|
||||||
|
<li>Portuguese</li>
|
||||||
|
<li>Portuguese, Brazilian</li>
|
||||||
|
<li>Russian</li>
|
||||||
|
<li>Spanish</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.4.0" date="2021-09-12">
|
<release version="0.4.0" date="2021-09-12">
|
||||||
<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.4.0',
|
version: '0.4.1',
|
||||||
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.4.0
|
Version: 0.4.1
|
||||||
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
|
||||||
|
* Mon Dec 20 2021 Rafostar <rafostar.github@gmail.com> - 0.4.1-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Sun Sep 12 2021 Rafostar <rafostar.github@gmail.com> - 0.4.0-1
|
* Sun Sep 12 2021 Rafostar <rafostar.github@gmail.com> - 0.4.0-1
|
||||||
- New version
|
- New version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user