summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2026-05-12 18:32:20 +0200
committerPapoteur <papoteur@mageia.org>2026-05-12 18:32:20 +0200
commit9def5b1a9a1a2817cea82bbbfa366b1326b28f09 (patch)
tree655dbde08b319345b23fe8b522638e2fe9675930
parentae1b3370f9fab38bfb13e9b94ab3e43234698984 (diff)
downloaddraksnapshot-9def5b1a9a1a2817cea82bbbfa366b1326b28f09.tar
draksnapshot-9def5b1a9a1a2817cea82bbbfa366b1326b28f09.tar.gz
draksnapshot-9def5b1a9a1a2817cea82bbbfa366b1326b28f09.tar.bz2
draksnapshot-9def5b1a9a1a2817cea82bbbfa366b1326b28f09.tar.xz
draksnapshot-9def5b1a9a1a2817cea82bbbfa366b1326b28f09.zip
0.21.00.21.0
-rw-r--r--Makefile2
-rw-r--r--NEWS15
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 103ce76..78f572a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = draksnapshot
-VERSION:=0.20.6
+VERSION:=0.21.0
NAME = draksnapshot
SUBDIRS = data po
diff --git a/NEWS b/NEWS
index e62efcd..0db573c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+
+Version 0.21.0 - 12 May 2026, David Geiger
+ Fix Gtk3 function for exiting in draksnapshot-applet
+ HAL.pm: fix a test, suppress warnings, fix a regex
+ Suppress a warning on $opt not initialized
+ Suppress a warning of unitialized value $p{AUTOSTART}
+ draksnapshot-config: user feedback and error handling in save path
+ The Apply button previously gave no feedback to the user and silently
+ ignored write failures. Fix this by:
+ - Reporting success or disabled-backup status after a successful save
+ - Catching and displaying errors from save_keyword() and
+ generate_cron_entry() via info_dialog()
+ - Verifying unlink() and output_with_perm() results in cron entry
+ generation, collecting failures and surfacing them to the user
+
Version 0.20.6 - 13 April 2026, David Geiger
- translation updates