Skip to content

Commit 9ca4a1a

Browse files
committed
v2.0.0
1 parent b76bb34 commit 9ca4a1a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
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="2.0.0" date="2021-08-28">
23+
<description>
24+
<p>First AppCenter Release 🎉️</p>
25+
<ul>
26+
<li>Add: Clear clipboard 30 seconds after copying password</li>
27+
<li>Add: Dark style support</li>
28+
<li>Add: French translations (@NathanBnm)</li>
29+
<li>Add: Spanish translations (@dar5hak, @JoseExposito)</li>
30+
<li>Add: Dutch translations (@Vistaus)</li>
31+
</ul>
32+
</description>
33+
</release>
2234
<release version="1.0.0" date="2020-12-22">
2335
<description>
2436
<p>Initial release 🎉️</p>

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: '1.0.0'
5+
version: '2.0.0'
66
)
77

88
# Translation module

0 commit comments

Comments
 (0)