Skip to content

Commit

Permalink
feat: v0.6.2 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Jan 15, 2024
1 parent ad167c5 commit e4b2ebe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 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,24 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.6.2" date="2024-01-15">
<description translatable="no">
<ul>
<li>Fixed incorrect DateTime calculation on very old posts</li>
<li>Fixed MediaViewer not handling all instances of some keybinds</li>
<li>Fixed sidebar headerbar account switcher button having multiple focus targets</li>
<li>Fixed mentions not opening on GoToSocial</li>
<li>Fixed some edge cases that would leave the view without a switcher</li>
<li>Fixed narrow mode not showing a back button</li>
<li>Fixed keyring not being unlocked when looking up secrets</li>
<li>Fixed incorrect LabelWithWidgets size calculation</li>
<li>Fixed segfault on friendica when handling empty image urls</li>
<li>Fixed MediaViewer back button showing incorrect icon on RTL</li>
<li>Switched to replacing the whole Navigation stack when selecting a sidebar item</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.6.1" date="2023-12-23">
<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.1',
version: '0.6.2',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit e4b2ebe

Please sign in to comment.