Skip to content

Commit 3167f2c

Browse files
authored
Update localization.py
1 parent 888c5d0 commit 3167f2c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/localization.py

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

2626
# Set application version, and icon
27-
v = "3.2.2"
27+
v = "3.2.3"
2828
icon = "io.github.vikdevelop.SaveDesktop"
2929
rel_notes = "<ul>\
30-
<li>Improved application header bar style (#246)</li>\
31-
<li>Added support for importing configuration in CLI (Command line interface) (#254), more informations are available on the Github wiki</li>\
32-
<li>Added Hindi translations, thanks to @Scrambled777</li>\
33-
<li>Added Portuguese translations, thanks to @ezileicorreia</li>\
34-
<li>Added Romanian translations, thanks to @GabsEdits</li>\
30+
<li>Fixed bug with stopping saving configuration</li>\
3531
<li>Updated translations</li>\
3632
</ul>"
3733

0 commit comments

Comments
 (0)