Skip to content

Commit

Permalink
feat: v0.8.3 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Aug 26, 2024
1 parent 9267e3d commit 0cde90c
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 @@ -62,6 +62,24 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.8.3" date="2024-08-26">
<description translate="no">
<ul>
<li>Added cache cleanup on manually downloaded videos in non-Clapper mode</li>
<li>Added temporary Tootle era cache cleanup mechanism</li>
<li>Fixed own posts being hidden if caught in a filter</li>
<li>Spinners will only show after 1 second in the media viewer to avoid unnecessary friction</li>
<li>Fixed alt text window headerbar being taller than expected</li>
<li>Fixed focus rings not matching their widget</li>
<li>Redesigned the empty Search state</li>
<li>Added missing tooltips</li>
<li>Implemented caching support for Clapper 0.8</li>
<li>Optimized Clapper for GIFV attachments</li>
<li>Removed back animation when going back home</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.8.2" date="2024-07-18">
<description translate="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.8.2',
version: '0.8.3',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 0cde90c

Please sign in to comment.