Skip to content

Commit

Permalink
feat: v0.6.3 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Feb 2, 2024
1 parent dc0f05b commit 69d0a15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/dev.geopjr.Tuba.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.6.3" date="2024-02-02">
<description translatable="no">
<ul>
<li>Fixed websocket connections not retrying when getting reset by peer</li>
<li>Fixed dialogs being unresponsive when other dialogs get presented at the same time</li>
<li>Fixed adding users to lists on GoToSocial</li>
<li>Fixed post content overflowing under certain circumstances</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.6.2" date="2024-01-15">
<description translatable="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.6.2',
version: '0.6.3',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 69d0a15

Please sign in to comment.