Skip to content

Commit 36ae7fc

Browse files
committed
prepare v0.1.6 release
1 parent 3fff411 commit 36ae7fc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

data/com.vixalien.sticky.appdata.xml.in.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@
4848
<control>tablet</control>
4949
</recommends>
5050
<releases>
51+
<release version="0.1.6" release="2023-03-23">
52+
<description>
53+
<p>this release enhances usability and reliability</p>
54+
<ul>
55+
<li>updated the icon to make it more distinguished</li>
56+
<li>updated translations (french, russian) and added a czech translation</li>
57+
<li>make text throughout the UI more standard and easy to understand</li>
58+
<li>notes are now more reliably saved so that you don't lose your changes</li>
59+
<li>notes are now restored (mostly) as they were last time you closed the app</li>
60+
<li>the most recently closed note is now shown when you reopen the app, instead of showing
61+
the all notes window</li>
62+
</ul>
63+
<p>I'd like to take a moment to thank everyone that contributed to sticky notes this far. I
64+
am very grateful for your help and support.</p>
65+
</description>
66+
</release>
5167
<release version="0.1.4" date="2023-03-08">
5268
<description>
5369
<p>mostly a bug fix and tune-up release</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('sticky-notes',
2-
version: '0.1.5',
2+
version: '0.1.6',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)