The 1.4.6 release
Release 1.4.6 which adds 10:15pm-related sounds
New release, v1.4.6
Audio for new syringe placed/taken times
Uninitialized value on import
Thanks for the bug report, but this issue was fixed in kpcli-4.0: hightowe@eden ~/src/perl/kpcli-code/releases $ diff 3.x/kpcli-3.8.pl 4.x/kpcli-4.0.pl | grep -A 3 6832c8527 6832c8527 < if (! (-f -e $kpxc_exe)) { return 0; } --- > if (! (defined($kpxc_exe) && -f -e $kpxc_exe)) { return 0; } It would be nice if Debian would advance the kpcli version. I'm not sure why it has not upgraded in so long...
Added the -attachment feature to find
Couple of minor utf8-related bug fixes