Skip to content

Commit

Permalink
feat: v0.7.1 (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Mar 28, 2024
1 parent 4d56891 commit ad4e29a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/dev.geopjr.Tuba.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
12 changes: 12 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,18 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.7.1" date="2024-03-28">
<description translatable="no">
<ul>
<li>Fixed syntax highlighting not working on vanilla Mastodon instances</li>
<li>Fixed keyboard navigation losing focus between page changes</li>
<li>Fixed MediaViewer regressions with videos due to a race condition</li>
<li>Fixed MediaViewer showing the wrong widget when dismissing without using gestures</li>
<li>Fixed overlay icon missing its background on audio attachments with thumbnails</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.7.0" date="2024-03-20">
<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.7.0',
version: '0.7.1',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit ad4e29a

Please sign in to comment.