diff --git a/data/com.github.rafostar.Clapper.metainfo.xml b/data/com.github.rafostar.Clapper.metainfo.xml index 7be0275c..02b62d4c 100644 --- a/data/com.github.rafostar.Clapper.metainfo.xml +++ b/data/com.github.rafostar.Clapper.metainfo.xml @@ -52,6 +52,26 @@ + + +

New features:

+
    +
  • YouTube support - drag and drop videos from youtube or use open URI dialog to play them
  • +
  • Added convenient ways of opening external subtitles
  • +
+

Changes:

+
    +
  • Few GUI layout improvements
  • +
  • Simplified video sink code
  • +
  • Fixed missing Ctrl+O common keybinding
  • +
  • Fixed error when playback finishes during controls reveal animation
  • +
  • Fixed startup window size on Xorg
  • +
  • Fixed top time not showing up on fullscreen startup
  • +
  • Fixed missing file extensions in online URIs
  • +
  • Fixed some error messages not being displayed
  • +
+
+

First stable release

diff --git a/meson.build b/meson.build index 9cb3c1c4..bd2893f8 100644 --- a/meson.build +++ b/meson.build @@ -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: [ diff --git a/pkgs/deb/clapper.dsc b/pkgs/deb/clapper.dsc index 68a295c5..f7bfd15a 100644 --- a/pkgs/deb/clapper.dsc +++ b/pkgs/deb/clapper.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: clapper Binary: clapper Architecture: any -Version: 0.1.0 +Version: 0.2.0 Maintainer: Rafostar Build-Depends: debhelper (>= 10), meson (>= 0.50), diff --git a/pkgs/deb/debian/changelog b/pkgs/deb/debian/changelog index 21d1cdbc..3a6f1da2 100644 --- a/pkgs/deb/debian/changelog +++ b/pkgs/deb/debian/changelog @@ -1,5 +1,5 @@ -clapper (0.1.0) unstable; urgency=low +clapper (0.2.0) unstable; urgency=low * New version - -- Rafostar Fri, 26 Feb 2021 09:39:00 +0100 + -- Rafostar Tue, 13 Apr 2021 09:39:00 +0100 diff --git a/pkgs/rpm/clapper.spec b/pkgs/rpm/clapper.spec index b858a173..c717131b 100644 --- a/pkgs/rpm/clapper.spec +++ b/pkgs/rpm/clapper.spec @@ -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 @@ -126,6 +126,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_libdir}/%{appname}/ %changelog +* Tue Apr 13 2021 Rafostar - 0.2.0-1 +- New version + * Fri Feb 25 2021 Rafostar - 0.1.0-1 - New version