We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2649c62 commit 4ec7c8dCopy full SHA for 4ec7c8d
2 files changed
data/dev.geopjr.Tuba.metainfo.xml.in
@@ -79,6 +79,16 @@
79
<control>touch</control>
80
</recommends>
81
<releases>
82
+ <release version="0.10.2" date="2025-08-30">
83
+ <description translate="no">
84
+ <ul>
85
+ <li>Fixed inability to read account credentials on some setups</li>
86
+ <li>Fixed notification request headerbar accept button denying requests</li>
87
+ <li>Updated the expand post button style</li>
88
+ <li>Updated translations</li>
89
+ </ul>
90
+ </description>
91
+ </release>
92
<release version="0.10.1" date="2025-08-10">
93
<description translate="no">
94
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'dev.geopjr.Tuba',
3
['c', 'vala'],
4
- version: '0.10.1',
+ version: '0.10.2',
5
meson_version: '>= 0.60.0',
6
default_options: [
7
'warning_level=2',
0 commit comments