Skip to content

Commit fd7400e

Browse files
committed
Update metadata and version
1 parent 9aeb22b commit fd7400e

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

data/io.github.nokse22.HighTide.appdata.xml.in

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>GPL-3.0-or-later</project_license>
66
<name>High Tide</name>
7-
<summary>Music client</summary>
7+
<summary>TIDAL client</summary>
88
<description>
9-
<p>Third party unofficial TIDAL music client made for GNOME</p>
9+
<p>Third party unofficial TIDAL music client. Listen to your favorite music from your desktop or mobile Linux device at the highest quality.</p>
1010
</description>
11-
<content_rating type="oars-1.0"></content_rating>
11+
<content_rating type="oars-1.1">
12+
<content_attribute id="language-profanity">intense</content_attribute>
13+
<content_attribute id="language-humor">moderate</content_attribute>
14+
<content_attribute id="sex-themes">moderate</content_attribute>
15+
<content_attribute id="drugs-alcohol">moderate</content_attribute>
16+
<content_attribute id="violence-realistic">mild</content_attribute>
17+
</content_rating>
1218

1319
<developer id="io.github.nokse22">
1420
<name translate="no">Nokse</name>
@@ -23,6 +29,11 @@
2329

2430
<url type="homepage">https://github.com/Nokse22/high-tide</url>
2531
<url type="bugtracker">https://github.com/Nokse22/high-tide/issues</url>
32+
<url type="vcs-browser">https://github.com/Nokse22/high-tide</url>
33+
<url type="translate">https://github.com/Nokse22/high-tide/tree/master/po</url>
34+
<url type="donation">https://ko-fi.com/nokse22</url>
35+
36+
<translation type="gettext">high-tide</translation>
2637

2738
<recommends>
2839
<control>keyboard</control>
@@ -46,14 +57,15 @@
4657
</screenshots>
4758

4859
<releases>
49-
<release version="0.1.4" date="2025-05-20">
60+
<release version="0.1.5" date="2025-05-30">
5061
<description translate="no">
51-
<p>First Release</p>
62+
<p>First public release! 🎉</p>
5263
</description>
5364
</release>
5465
</releases>
5566

5667
<categories>
68+
<category>Audio</category>
5769
<category>Music</category>
5870
</categories>
5971

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('HighTide',
2-
version: '0.1.0',
2+
version: '0.1.5',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def on_about_action(self, widget, *args):
7979
application_name='High Tide',
8080
application_icon='io.github.nokse22.HighTide',
8181
developer_name='Nokse',
82-
version='0.1.4',
82+
version='0.1.5',
8383
developers=['Nokse'],
8484
copyright='© 2023-2025 Nokse',
8585
license_type="GTK_LICENSE_GPL_3_0",
@@ -121,7 +121,6 @@ def on_preferences_action(self, widget, _):
121121
builder.get_object("_normalize_row").connect(
122122
"notify::active", self.on_normalize_changed)
123123

124-
125124
builder.get_object("_quadratic_volume_row").set_active(
126125
self.settings.get_boolean("quadratic-volume"))
127126
builder.get_object("_quadratic_volume_row").connect(

0 commit comments

Comments
 (0)