Skip to content

Commit 9f2dd3f

Browse files
committed
1 parent d683fe7 commit 9f2dd3f

File tree

3 files changed

+306
-82
lines changed

3 files changed

+306
-82
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@
4646
</screenshot>
4747
</screenshots>
4848
<releases>
49+
<release version="0.5.0" date="2025-12-26">
50+
<description translate="no">
51+
<ul>
52+
<li>Added the ability to collapse the controls</li>
53+
<li>Added background portal support and automatically starting on boot</li>
54+
<li>Added a Wrapped year-in-review experiment</li>
55+
<li>Added automatically picking the client that's actively playing on startup</li>
56+
<li>Fixed progress bar being enabled by default even if set to disabled</li>
57+
<li>Fixed bugs with the cover overlay when animations are disabled by replacing it with a more robust solution</li>
58+
<li>Moved some options around to better organize them</li>
59+
<li>Other minor fixes and design changes</li>
60+
<li>Updated translations</li>
61+
</ul>
62+
</description>
63+
</release>
4964
<release version="0.4.0" date="2025-09-14">
5065
<description translate="no">
5166
<ul>

po/POTFILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
./src/Application.vala
88
./src/Scrobbling/Accounts.vala
9+
./src/Scrobbling/Manager.vala
910
./src/Views/LibreFMPage.vala
1011
./src/Views/ListenBrainzPage.vala
1112
./src/Views/MalojaPage.vala
1213
./src/Views/OfflineScrobbling.vala
14+
./src/Views/Preferences.vala
1315
./src/Views/ScrobblerSetup.vala
1416
./src/Views/Window.vala
17+
./src/Views/Wrapped.vala
1518
./src/Widgets/ControlsOverlay.vala
1619
./src/Widgets/MPRISControls.vala
1720
./src/Widgets/ProgressBin.vala

0 commit comments

Comments
 (0)