From f0f4801819e389b6a88ce68cd8e9f77afec71bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Mon, 22 Apr 2024 22:27:06 +0200 Subject: [PATCH] 0.6.0 --- meson.build | 2 +- .../com.github.rafostar.Clapper.metainfo.xml | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c7657a6a..e15cfa01 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('clapper', 'c', - version: '0.5.2', + version: '0.6.0', meson_version: '>= 0.64.0', license: 'LGPL-2.1-or-later AND GPL-3.0-or-later', # LGPL-2.1+ for libs and gst-plugin, GPL-3.0+ for app default_options: [ diff --git a/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml b/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml index 1942aa53..ae9fa31a 100644 --- a/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml +++ b/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml @@ -48,6 +48,34 @@ + + +

+ In this release Clapper code was rewritten from scratch. Now split into + two libraries and an application built on top of them, with: +

+
    +
  • Brand new, simplified and consistent UI
  • +
  • Player now operates on playback queue model
  • +
  • Multiple queue progression modes to choose from (consecutive, repeat item, carousel, shuffle)
  • +
  • New media info window (shows media information and GStreamer elements used to play it)
  • +
  • More dialogs and windows use libadwaita
  • +
  • Multiple new status/info overlays showing what is going and other messages
  • +
  • Added video buffering animation
  • +
  • Clapper will now inform users about missing GStreamer plugins needed for playback
  • +
  • Video chapters now appear throughout the seek bar on hover and while dragging slider
  • +
  • Vastly expanded MPRIS implementation
  • +
  • Integrated media discovery (see titles of queued items instead of URIs)
  • +
  • Expanded WebSocket server functionality (for remote playback control)
  • +
  • Increased maximum volume amplification level to 200%
  • +
  • Added some new keyboard shortcuts
  • +
  • In addition to volume, now also speed and queue progression mode are restored on launch
  • +
  • Fixed keyboard shortcuts not being reversed (e.g. seek) in RTL languages
  • +
  • Toggle play moved to left mouse button, right one now opens context menu (which was previously hard to access)
  • +
  • Many bug fixes and QoL improvements
  • +
+
+

Fixes: