Skip to content

Commit 0cde90c

Browse files
authored
feat: v0.8.3 (#1094)
1 parent 9267e3d commit 0cde90c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

data/dev.geopjr.Tuba.metainfo.xml.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@
6262
<control>touch</control>
6363
</recommends>
6464
<releases>
65+
<release version="0.8.3" date="2024-08-26">
66+
<description translate="no">
67+
<ul>
68+
<li>Added cache cleanup on manually downloaded videos in non-Clapper mode</li>
69+
<li>Added temporary Tootle era cache cleanup mechanism</li>
70+
<li>Fixed own posts being hidden if caught in a filter</li>
71+
<li>Spinners will only show after 1 second in the media viewer to avoid unnecessary friction</li>
72+
<li>Fixed alt text window headerbar being taller than expected</li>
73+
<li>Fixed focus rings not matching their widget</li>
74+
<li>Redesigned the empty Search state</li>
75+
<li>Added missing tooltips</li>
76+
<li>Implemented caching support for Clapper 0.8</li>
77+
<li>Optimized Clapper for GIFV attachments</li>
78+
<li>Removed back animation when going back home</li>
79+
<li>Updated translations</li>
80+
</ul>
81+
</description>
82+
</release>
6583
<release version="0.8.2" date="2024-07-18">
6684
<description translate="no">
6785
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'dev.geopjr.Tuba',
33
['c', 'vala'],
4-
version: '0.8.2',
4+
version: '0.8.3',
55
meson_version: '>= 0.56.0',
66
default_options: [
77
'warning_level=2',

0 commit comments

Comments
 (0)