Skip to content

Commit c1b9b3a

Browse files
authored
update rel notes
1 parent 0f7ee2e commit c1b9b3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/localization.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
s.close()
2525

2626
# Set application version, and icon
27-
v = "3.2.3"
27+
v = "3.2.4"
2828
icon = "io.github.vikdevelop.SaveDesktop"
2929
rel_notes = "<ul>\
30-
<li>Fixed bug with stopping saving configuration</li>\
30+
<li>Added support for the Rust version of the COSMIC environment</li>\
31+
<li>Fixed bug with opening folder with saved configuration archive</li>\
3132
<li>Updated translations</li>\
3233
</ul>"
3334

0 commit comments

Comments
 (0)