From a62483fda9449e773f1868807efba1f4f4d99cac Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sun, 12 Sep 2021 12:14:05 +0200 Subject: [PATCH] 0.4.0 --- data/com.github.rafostar.Clapper.metainfo.xml | 37 +++++++++++++++++++ meson.build | 2 +- pkgs/rpm/clapper.spec | 5 ++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/data/com.github.rafostar.Clapper.metainfo.xml b/data/com.github.rafostar.Clapper.metainfo.xml index 8ee290ac..fb43d1e5 100644 --- a/data/com.github.rafostar.Clapper.metainfo.xml +++ b/data/com.github.rafostar.Clapper.metainfo.xml @@ -48,6 +48,43 @@ + + +

Changes:

+
    +
  • Now uses libadwaita
  • +
  • New and adaptive preferences window
  • +
  • Improved open URI dialog
  • +
  • Few small tweaks to fullscreen UI design
  • +
  • Show current video and audio decoders in popovers (easy way to check if HW accel is used)
  • +
  • Enabled NVDEC hardware acceleration by default (requires Nvidia proprietary drivers)
  • +
  • Added option to use PipeWire for audio output (experimental)
  • +
  • Added option to use playbin3 element (experimental)
  • +
  • New PiP icon from icon development kit
  • +
  • Improved performance on devices running OpenGL ES
  • +
  • Translations support
  • +
  • Various bug fixes
  • +
+

New keyboard shortcuts:

+
    +
  • Leave fullscreen with Escape key
  • +
  • Toggle mute with Ctrl+M
  • +
+

More touchscreen gestures:

+
    +
  • Toggle playback with a long press
  • +
  • Switch playlist items via double tap on screen side
  • +
+

New translations:

+
    +
  • Catalan
  • +
  • Dutch
  • +
  • German
  • +
  • Italian
  • +
  • Polish
  • +
+
+

Changes:

diff --git a/meson.build b/meson.build index 0a529703..5788cbdc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.rafostar.Clapper', 'c', 'cpp', - version: '0.3.0', + version: '0.4.0', meson_version: '>= 0.50.0', license: 'GPL-3.0-or-later', default_options: [ diff --git a/pkgs/rpm/clapper.spec b/pkgs/rpm/clapper.spec index 5f302c66..1e46e27d 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.3.0 +Version: 0.4.0 Release: 1%{?dist} Summary: Simple and modern GNOME media player @@ -129,6 +129,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_libdir}/%{appname}/ %changelog +* Sun Sep 12 2021 Rafostar - 0.4.0-1 +- New version + * Thu Aug 26 2021 Rafostar - 0.3.0-4 - Install translations