Skip to content

Commit f4e13a7

Browse files
committed
feat: 0.2.1 (#11)
also added some points I forgot to mention in the last release Reviewed-on: https://codeberg.org/GeopJr/Turntable/pulls/11
1 parent d80424c commit f4e13a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/dev.geopjr.Turntable.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,20 @@
4646
</screenshot>
4747
</screenshots>
4848
<releases>
49+
<release version="0.2.1" date="2025-04-28">
50+
<description translate="no">
51+
<ul>
52+
<li>Fixed a bug caused not properly clearing the last player when it's the last available one</li>
53+
</ul>
54+
</description>
55+
</release>
4956
<release version="0.2.0" date="2025-04-24">
5057
<description translate="no">
5158
<ul>
5259
<li>Fixed client icon finding for sandboxed environments</li>
5360
<li>Optimized CLI mode further by avoiding searching for icons and creating an application instance</li>
61+
<li>Added the ability to decode base64 encoded artUrls</li>
62+
<li>Added the ability to handle lengths as strings</li>
5463
</ul>
5564
</description>
5665
</release>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('dev.geopjr.Turntable', ['c', 'vala'],
2-
version: '0.2.0',
2+
version: '0.2.1',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)