Skip to content

Commit cb91703

Browse files
committed
v3.0.1
1 parent e86aa58 commit cb91703

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

data/com.github.elfenware.obliviate.metainfo.xml.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@
1919
<p>Bonus: If you need your passwords on another device, you can get them on the web from obliviate.app.</p>
2020
</description>
2121
<releases>
22-
<release version="3.0.0" date="2022-06-05">
22+
<release version="3.0.1" date="2026-01-08">
23+
<description>
24+
<ul>
25+
<li>Update: Docs and metadata (@ryonakano)</li>
26+
<li>Fix: GTK windowing issues and warnings (@ryonakano)</li>
27+
</ul>
28+
</description>
29+
</release>
30+
<release version="3.0.0" date="2026-01-03">
2331
<description>
2432
<ul>
2533
<li>Update: Move to modern tech (GTK4)</li>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project (
33
'com.github.elfenware.obliviate',
44
'vala', 'c',
5-
version: '3.0.0'
5+
version: '3.0.1'
66
)
77

88
# Translation module

0 commit comments

Comments
 (0)