Skip to content

Commit

Permalink
feat: v0.8.2 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Jul 18, 2024
1 parent 08ec6d7 commit 91bca8c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions data/dev.geopjr.Tuba.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.8.2" date="2024-07-18">
<description translate="no">
<ul>
<li>Added moderator protection from illegal or disturbing attachments in the admin dashboard</li>
<li>Fixed random crash occurring when navigating back</li>
<li>Improved Clapper MPRIS support</li>
<li>Hid media controls for Clapper when viewing GIFs</li>
<li>Fixed notification count not updating after network re-connection</li>
<li>Fixed admin dashboard reports not being able to close using the window controls</li>
<li>Fixed websocket events being unnecessarily url decoded</li>
<li>Adjusted the mini profile styling</li>
<li>Fixed Media Viewer crashes by disabling Graphic Offload until GTK 4.16</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.8.1" date="2024-06-23">
<description translate="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'dev.geopjr.Tuba',
['c', 'vala'],
version: '0.8.1',
version: '0.8.2',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 91bca8c

Please sign in to comment.