Skip to content

Commit 5e1d536

Browse files
committed
Release version 0.1.8
1 parent b350df8 commit 5e1d536

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

data/io.github.nokse22.high-tide.appdata.xml.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@
6363
</screenshots>
6464

6565
<releases>
66+
<release version="0.1.8" date="2025-08-01">
67+
<description translate="no">
68+
<p>Add Pipewire sink</p>
69+
<p>Fix video cover setting not applied on startup</p>
70+
<p>Add german-german translation</p>
71+
<p>Add settings toggle for rich presence</p>
72+
<p>Add Brazilian Portuguese translation</p>
73+
<p>Implement keyring unlocking</p>
74+
<p>Fix video covers not being paused when started in background</p>
75+
<p>Disconnect discord RPC when idle for 5 minutes</p>
76+
<p>Added SOCKS proxy support</p>
77+
<p>Fix track not showing past first 100</p>
78+
</description>
79+
</release>
6680
<release version="0.1.7" date="2025-06-14">
6781
<description translate="no">
6882
<p>Add Discord rich presence</p>

meson.build

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

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def on_about_action(self, widget, *args):
8585
application_name="High Tide",
8686
application_icon="io.github.nokse22.high-tide",
8787
developer_name="The High Tide Contributors",
88-
version="0.1.7",
88+
version="0.1.8",
8989
developers=[
9090
"Nokse https://github.com/Nokse22",
9191
"Nila The Dragon https://github.com/nilathedragon",

0 commit comments

Comments
 (0)