From 69d0a1531a0fc57489fd1bbaa1298988ec4d3747 Mon Sep 17 00:00:00 2001 From: Evan Paterakis Date: Fri, 2 Feb 2024 20:56:33 +0200 Subject: [PATCH] feat: v0.6.3 (#764) --- data/dev.geopjr.Tuba.metainfo.xml.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in index 2f0e65950..c3e45e8c2 100644 --- a/data/dev.geopjr.Tuba.metainfo.xml.in +++ b/data/dev.geopjr.Tuba.metainfo.xml.in @@ -54,6 +54,17 @@ touch + + +
    +
  • Fixed websocket connections not retrying when getting reset by peer
  • +
  • Fixed dialogs being unresponsive when other dialogs get presented at the same time
  • +
  • Fixed adding users to lists on GoToSocial
  • +
  • Fixed post content overflowing under certain circumstances
  • +
  • Updated translations
  • +
+
+
    diff --git a/meson.build b/meson.build index 9a0a86f8d..3b1ad818e 100644 --- a/meson.build +++ b/meson.build @@ -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',