We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888c5d0 commit 3167f2cCopy full SHA for 3167f2c
src/localization.py
@@ -24,14 +24,10 @@
24
s.close()
25
26
# Set application version, and icon
27
-v = "3.2.2"
+v = "3.2.3"
28
icon = "io.github.vikdevelop.SaveDesktop"
29
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>\
+<li>Fixed bug with stopping saving configuration</li>\
35
<li>Updated translations</li>\
36
</ul>"
37
0 commit comments