This commit is contained in:
Rafał Dzięgiel
2025-01-20 21:29:59 +01:00
parent 2d12c8980d
commit a449b6b3f5
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
project('clapper', 'c',
version: '0.7.0',
version: '0.8.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: [

View File

@@ -59,6 +59,22 @@
<category>Video</category>
</categories>
<releases>
<release version="0.8.0" date="2025-01-20">
<description>
<p>Changes:</p>
<ul>
<li>Now uses playbin3 by default</li>
<li>Added more command line options - including ability to set custom GStreamer filter and sink elements</li>
<li>Support for creating multiple application windows</li>
<li>Added menu option to clear playback queue</li>
<li>Auto resize window to match aspect ratio with middle click or keyboard shortcut</li>
<li>Added unfullscreen with Escape key</li>
<li>Brand new libpeas based plugin system</li>
<li>Remember and restore optimal bitrate (video quality) when starting adaptive streaming</li>
<li>Other various improvements and bug fixes</li>
</ul>
</description>
</release>
<release version="0.6.1" date="2024-07-01">
<description>
<p>Bug fixes and translation updates</p>