Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Apr 22, 2024
1 parent b9f3cbe commit f0f4801
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,34 @@
</screenshot>
</screenshots>
<releases>
<release version="0.6.0" date="2024-04-22">
<description>
<p>
In this release Clapper code was rewritten from scratch. Now split into
two libraries and an application built on top of them, with:
</p>
<ul>
<li>Brand new, simplified and consistent UI</li>
<li>Player now operates on playback queue model</li>
<li>Multiple queue progression modes to choose from (consecutive, repeat item, carousel, shuffle)</li>
<li>New media info window (shows media information and GStreamer elements used to play it)</li>
<li>More dialogs and windows use libadwaita</li>
<li>Multiple new status/info overlays showing what is going and other messages</li>
<li>Added video buffering animation</li>
<li>Clapper will now inform users about missing GStreamer plugins needed for playback</li>
<li>Video chapters now appear throughout the seek bar on hover and while dragging slider</li>
<li>Vastly expanded MPRIS implementation</li>
<li>Integrated media discovery (see titles of queued items instead of URIs)</li>
<li>Expanded WebSocket server functionality (for remote playback control)</li>
<li>Increased maximum volume amplification level to 200%</li>
<li>Added some new keyboard shortcuts</li>
<li>In addition to volume, now also speed and queue progression mode are restored on launch</li>
<li>Fixed keyboard shortcuts not being reversed (e.g. seek) in RTL languages</li>
<li>Toggle play moved to left mouse button, right one now opens context menu (which was previously hard to access)</li>
<li>Many bug fixes and QoL improvements</li>
</ul>
</description>
</release>
<release version="0.5.2" date="2022-06-24">
<description>
<p>Fixes:</p>
Expand Down

0 comments on commit f0f4801

Please sign in to comment.