Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Apr 19, 2021
1 parent d901eb4 commit 0ab0b66
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
18 changes: 18 additions & 0 deletions data/com.github.rafostar.Clapper.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,24 @@
</screenshot>
</screenshots>
<releases>
<release version="0.2.1" date="2021-04-19">
<description>
<p>Player:</p>
<ul>
<li>Fix missing top left menu buttons on some system configurations</li>
<li>Fix potential video sink deadlock</li>
<li>Do not show mobile controls transition on launch</li>
<li>Show tooltip with full playlist item text on hover</li>
</ul>
<p>YouTube:</p>
<ul>
<li>Auto select best matching resolution for used monitor</li>
<li>Added some YouTube related preferences</li>
<li>Added support for live HLS videos</li>
<li>Added support for non-adaptive live HLS streaming</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2021-04-13">
<description>
<p>New features:</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.0',
version: '0.2.1',
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.0
Version: 0.2.1
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.0) unstable; urgency=low
clapper (0.2.1) unstable; urgency=low

* New version

-- Rafostar <rafostar.github@gmail.com> Tue, 13 Apr 2021 09:39:00 +0100
-- Rafostar <rafostar.github@gmail.com> Mon, 19 Apr 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.0
Version: 0.2.1
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
* Mon Apr 19 2021 Rafostar <rafostar.github@gmail.com> - 0.2.1-1
- New version

* Tue Apr 13 2021 Rafostar <rafostar.github@gmail.com> - 0.2.0-1
- New version

Expand Down

0 comments on commit 0ab0b66

Please sign in to comment.