Skip to content

Commit 0f236c2

Browse files
authored
Merge pull request #344 from technosf/development
Development
2 parents 815c542 + d6f70e1 commit 0f236c2

33 files changed

+135
-194
lines changed

com.github.louis77.tuner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cleanup:
4444
- "*.la"
4545
- "*.a"
4646

47+
# Build flatpak with --no-separate-locales to avoid having to deal with translations in a separate module
4748
separate-locales: false
4849

4950
modules:

data/com.github.louis77.tuner.appdata.xml.in

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!--
44
Copyright 2020-2024 Louis Brauer / <louis@brauer.family>
5-
Copyright © 2026 <https://github.com/technosf>
6-
SPDX-FileCopyrightText: 2024<https://github.com/technosf>
5+
Copyright © 2024 <https://github.com/technosf>
6+
SPDX-FileCopyrightText: 2024 <https://github.com/technosf>
77
88
SPDX-License-Identifier: GPL-3.0-or-later
99
-->
@@ -21,8 +21,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
2121
</developer>
2222
<launchable type="desktop-id">com.github.louis77.tuner.desktop</launchable>
2323
<branding>
24-
<color type="primary" scheme_preference="light">#d2d9db</color>
25-
<color type="primary" scheme_preference="dark">#77b8f1</color>
24+
<color type="primary" scheme_preference="light">#eff744</color>
25+
<color type="primary" scheme_preference="dark">#c599f4</color>
2626
</branding>
2727
<summary>Internet Radio</summary>
2828
<description>
@@ -41,37 +41,33 @@ SPDX-License-Identifier: GPL-3.0-or-later
4141
<translation type="gettext">gnome-builder</translation>
4242

4343
<screenshots>
44-
<screenshot type="default">
45-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_discover.png</image>
46-
<caption>Tuner with dark theme, discovery</caption>
44+
<screenshot type="default">>
45+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_one.png</image>
46+
<caption>Tuner with light theme, Discover</caption>
4747
</screenshot>
4848
<screenshot>
49-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_starred.png</image>
50-
<caption>Tuner with light theme, starred stations</caption>
49+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_stream.png</image>
50+
<caption>Tuner stream metadata</caption>
5151
</screenshot>
5252
<screenshot>
53-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_search.png</image>
54-
<caption>Tuner search for stations</caption>
53+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_star.png</image>
54+
<caption>Tuner starred stations</caption>
5555
</screenshot>
5656
<screenshot>
57-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_saved.png</image>
58-
<caption>Tuner saved searches</caption>
57+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_lang.png</image>
58+
<caption>Tuner translation languages</caption>
5959
</screenshot>
6060
<screenshot>
61-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_meta.png</image>
62-
<caption>Tuner playing station metadata</caption>
61+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_jukebox</image>
62+
<caption>Tuner Jukebox and options popover</caption>
6363
</screenshot>
6464
<screenshot>
65-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_pref.png</image>
66-
<caption>Tuner preferences</caption>
65+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_genre.png</image>
66+
<caption>Tuner generes and subgeneres</caption>
6767
</screenshot>
6868
<screenshot>
69-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_context.png</image>
70-
<caption>Tuner station context information</caption>
71-
</screenshot>
72-
<screenshot>
73-
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_2.0_jukebox.png</image>
74-
<caption>Tuner jukebox station shuffle</caption>
69+
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/Tuner_201_dark.png.png</image>
70+
<caption>Tuner with dark theme, saved search</caption>
7571
</screenshot>
7672
</screenshots>
7773

@@ -109,13 +105,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
109105
</replaces>
110106

111107
<releases>
112-
<release version="2.0.1-beta2" date="2026-02-23">
108+
<release version="2.0.1-beta3" date="2026-02-26">
113109
<description>
114110
<p>Maintanance release:</p>
115111
<ul>
116112
<li>Updated freedesktop platform from 24.08 to 25.08</li>
117-
<li>Removed module vala as now included in freedesktop platform</li>
118-
<li>Removed module libsoup as now included in freedesktop platform</li>
113+
<li>Removed vala module as now included in freedesktop platform</li>
114+
<li>Removed libsoup module as now included in freedesktop platform</li>
119115
<li>Bumped libgee to 0.20.8</li>
120116
<li>Sharpened some wording, fixed typos</li>
121117
<li>Updated translated strings and incorporated fresh translations</li>

docs/Tuner_2.0_context.png

-216 KB
Binary file not shown.

docs/Tuner_2.0_discover.png

-217 KB
Binary file not shown.

docs/Tuner_2.0_jukebox.png

-223 KB
Binary file not shown.

docs/Tuner_2.0_meta.png

-141 KB
Binary file not shown.

docs/Tuner_2.0_pref.png

-259 KB
Binary file not shown.

docs/Tuner_2.0_pref.png.license

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/Tuner_2.0_saved.png

-240 KB
Binary file not shown.

docs/Tuner_2.0_saved.png.license

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)