diff options
| author | Papoteur <papoteur@mageia.org> | 2026-05-12 18:32:20 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2026-05-12 18:32:20 +0200 |
| commit | 9def5b1a9a1a2817cea82bbbfa366b1326b28f09 (patch) | |
| tree | 655dbde08b319345b23fe8b522638e2fe9675930 | |
| parent | ae1b3370f9fab38bfb13e9b94ab3e43234698984 (diff) | |
| download | draksnapshot-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-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 15 |
2 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = draksnapshot -VERSION:=0.20.6 +VERSION:=0.21.0 NAME = draksnapshot SUBDIRS = data po @@ -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 |
