Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Apr 13, 2021
1 parent 28c1daf commit 4766efb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
20 changes: 20 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,26 @@
</screenshot>
</screenshots>
<releases>
<release version="0.2.0" date="2021-04-13">
<description>
<p>New features:</p>
<ul>
<li>YouTube support - drag and drop videos from youtube or use open URI dialog to play them</li>
<li>Added convenient ways of opening external subtitles</li>
</ul>
<p>Changes:</p>
<ul>
<li>Few GUI layout improvements</li>
<li>Simplified video sink code</li>
<li>Fixed missing Ctrl+O common keybinding</li>
<li>Fixed error when playback finishes during controls reveal animation</li>
<li>Fixed startup window size on Xorg</li>
<li>Fixed top time not showing up on fullscreen startup</li>
<li>Fixed missing file extensions in online URIs</li>
<li>Fixed some error messages not being displayed</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2021-02-26">
<description>
<p>First stable release</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.1.0',
version: '0.2.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.1.0
Version: 0.2.0
Maintainer: Rafostar <[email protected]>
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.1.0) unstable; urgency=low
clapper (0.2.0) unstable; urgency=low

* New version

-- Rafostar <[email protected]> Fri, 26 Feb 2021 09:39:00 +0100
-- Rafostar <[email protected]> Tue, 13 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.1.0
Version: 0.2.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
* Tue Apr 13 2021 Rafostar <[email protected]> - 0.2.0-1
- New version

* Fri Feb 25 2021 Rafostar <[email protected]> - 0.1.0-1
- New version

Expand Down

0 comments on commit 4766efb

Please sign in to comment.