Skip to content

Commit 8fcaaff

Browse files
committed
0.10.0
1 parent 3b8ca00 commit 8fcaaff

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('clapper', 'c',
2-
version: '0.9.1',
2+
version: '0.10.0',
33
meson_version: '>= 0.64.0',
44
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
55
default_options: [

src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,28 @@
5959
<category>Video</category>
6060
</categories>
6161
<releases>
62+
<release version="0.10.0" date="2025-12-22">
63+
<description>
64+
<p>
65+
This release includes new Enhancer plugins that are enabled by default.
66+
Some of them have options that can be changed. Check application Tweaks
67+
tab in preferences window to browse and configure them.
68+
</p>
69+
<ul>
70+
<li>Ability to load and parse various playlists</li>
71+
<li>Added option in info dialog to preview GStreamer pipeline and a keyboard shortcut for it</li>
72+
<li>Added advance frame (frame step) with E keyboard shortcut</li>
73+
<li>Slightly wider URI dialog text entry</li>
74+
<li>Evolvement of enhancers plugin system with added new plugins</li>
75+
<li>Removed some keywords to lower app priority as a music player</li>
76+
<li>Fixed crash with auto resize for some video resolutions</li>
77+
<li>Fixed crash on drag and drop into empty queue</li>
78+
<li>Support for drag and drop of items between lists in different windows</li>
79+
<li>Bundled custom speed icons</li>
80+
<li>Other various improvements and bug fixes</li>
81+
</ul>
82+
</description>
83+
</release>
6284
<release version="0.8.0" date="2025-01-20">
6385
<description>
6486
<p>Changes:</p>

0 commit comments

Comments
 (0)