Skip to content

Commit b2d7db0

Browse files
committed
chore: prepare 0.2.6
1 parent 9a33504 commit b2d7db0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,20 @@
4949
<control>tablet</control>
5050
</recommends>
5151
<releases>
52+
<release version="0.2.6" date="2024-10-30">
53+
<description translate="no">
54+
<ul>
55+
<li>Sticky Notes now have a more identifiable name in the activities view</li>
56+
<li>You can now quickly open a new note or the all notes view from the command line</li>
57+
<li>Added the Bulgarian, Hebrew, Hindi, German and Simplified Chinese translations</li>
58+
<li>Writing more list items will be automatic if you start list items with the "-". "*" or "+" symbols for unordered lists, and numbers for ordered lists.</li>
59+
</ul>
60+
</description>
61+
</release>
5262
<release version="0.2.5" date="2024-03-20">
5363
<description translate="no">
5464
<p>a maintenace update for GNOME 46</p>
5565
<ul>
56-
<li>Writing more list items will be automatic if you start list items with the "-". "*" or "+" symbols for unordered lists, and numbers for ordered lists.</li>
5766
<li>Added or updated the French, Occitan, Spanish, Italian and Turkish translations</li>
5867
</ul>
5968
</description>

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.2.1',
2+
version: '0.2.6',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)