Skip to content

Commit 91bca8c

Browse files
authored
feat: v0.8.2 (#1068)
1 parent 08ec6d7 commit 91bca8c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,22 @@
6262
<control>touch</control>
6363
</recommends>
6464
<releases>
65+
<release version="0.8.2" date="2024-07-18">
66+
<description translate="no">
67+
<ul>
68+
<li>Added moderator protection from illegal or disturbing attachments in the admin dashboard</li>
69+
<li>Fixed random crash occurring when navigating back</li>
70+
<li>Improved Clapper MPRIS support</li>
71+
<li>Hid media controls for Clapper when viewing GIFs</li>
72+
<li>Fixed notification count not updating after network re-connection</li>
73+
<li>Fixed admin dashboard reports not being able to close using the window controls</li>
74+
<li>Fixed websocket events being unnecessarily url decoded</li>
75+
<li>Adjusted the mini profile styling</li>
76+
<li>Fixed Media Viewer crashes by disabling Graphic Offload until GTK 4.16</li>
77+
<li>Updated translations</li>
78+
</ul>
79+
</description>
80+
</release>
6581
<release version="0.8.1" date="2024-06-23">
6682
<description translate="no">
6783
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'dev.geopjr.Tuba',
33
['c', 'vala'],
4-
version: '0.8.1',
4+
version: '0.8.2',
55
meson_version: '>= 0.56.0',
66
default_options: [
77
'warning_level=2',

0 commit comments

Comments
 (0)