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 bf2f7e9 commit 0159daeCopy full SHA for 0159dae
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.1" date="2025-08-10">
83
+ <description translate="no">
84
+ <ul>
85
+ <li>Fixed composer not being focused under some circumstances</li>
86
+ <li>Made the alt text editor's height change with the content</li>
87
+ <li>Fixed minor developer name change</li>
88
+ <li>Updated translations</li>
89
+ </ul>
90
+ </description>
91
+ </release>
92
<release version="0.10.0" date="2025-08-03">
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.0',
+ version: '0.10.1',
5
meson_version: '>= 0.60.0',
6
default_options: [
7
'warning_level=2',
0 commit comments