Skip to content

Commit bc1b4e9

Browse files
author
technosf
committed
2.2 Beta 2 Metadata
1 parent 691ae6d commit bc1b4e9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

data/io.github.tuner_labs.tuner.metainfo.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
101101

102102
<releases>
103103

104-
<release version="2.2.0-beta.1" date="2026-04-16">
104+
<release version="2.2.0-beta.2" date="2026-07-10">
105105
<description>
106106
<p>Feature release:</p>
107107
<ul>
108-
<li>Station change crossfades</li>
109-
<li>Icon animations</li>
108+
<li>Station change crossfade added</li>
109+
<li>Icon animations added</li>
110110
<li>Refactored audio player and removed use of deprecated GstPlayer</li>
111111
<li>Refactored metadata processing and title transitions</li>
112-
<li>Jingle preference</li>
112+
<li>Jingle preferences added</li>
113+
<li>Translations updated and expanded</li>
113114
</ul>
114115
</description>
115116
</release>

data/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ meson.add_install_script (
8888
install_tag: 'schemas'
8989
)
9090

91-
9291
message('Installed schema\n')
9392

9493
subdir('icons')

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project (
1313
'io.github.tuner_labs.tuner',
1414
'vala', 'c',
15-
version: '2.1.1-beta.1',
15+
version: '2.2.0-beta.2',
1616
meson_version: '>= 1.3.2',
1717
)
1818

src/Widgets/AboutDialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Tuner.Widgets.AboutDialog : Gtk.AboutDialog {
2626
set_transient_for (window);
2727
set_modal (true);
2828

29-
artists = {"https://faleksandar.com/ and vinyl record graphic from https://www.svgrepo.com/"};
29+
artists = {"https://faleksandar.com/","Vinyl record graphic from SVGRepo https://www.svgrepo.com/"};
3030
authors = {"Louis Brauer, technosf"};
3131
documenters = null;
3232
translator_credits = """Estonian tranlation by jrthwlate https://hosted.weblate.org/user/jrthwlate/

0 commit comments

Comments
 (0)