From ad4e29aa6825e319c08569f6b887543080f63cb1 Mon Sep 17 00:00:00 2001 From: Evan Paterakis Date: Thu, 28 Mar 2024 23:32:01 +0200 Subject: [PATCH] feat: v0.7.1 (#876) --- build-aux/dev.geopjr.Tuba.Devel.json | 2 +- data/dev.geopjr.Tuba.metainfo.xml.in | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/build-aux/dev.geopjr.Tuba.Devel.json b/build-aux/dev.geopjr.Tuba.Devel.json index 1fb5e9eae..113d04155 100644 --- a/build-aux/dev.geopjr.Tuba.Devel.json +++ b/build-aux/dev.geopjr.Tuba.Devel.json @@ -34,7 +34,7 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/chergert/libspelling.git", + "url" : "https://gitlab.gnome.org/GNOME/libspelling.git", "branch" : "main" } ] diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in index 143cac0ce..b7c6e29b0 100644 --- a/data/dev.geopjr.Tuba.metainfo.xml.in +++ b/data/dev.geopjr.Tuba.metainfo.xml.in @@ -62,6 +62,18 @@ touch + + +
    +
  • Fixed syntax highlighting not working on vanilla Mastodon instances
  • +
  • Fixed keyboard navigation losing focus between page changes
  • +
  • Fixed MediaViewer regressions with videos due to a race condition
  • +
  • Fixed MediaViewer showing the wrong widget when dismissing without using gestures
  • +
  • Fixed overlay icon missing its background on audio attachments with thumbnails
  • +
  • Updated translations
  • +
+
+
    diff --git a/meson.build b/meson.build index 4b70ab3d9..90ea999c5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dev.geopjr.Tuba', ['c', 'vala'], - version: '0.7.0', + version: '0.7.1', meson_version: '>= 0.56.0', default_options: [ 'warning_level=2',