From: Stephen Seo Date: Thu, 10 Oct 2024 01:55:14 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.2~1 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=1b7bfde4587cf6ea66e54208760b20ef0ac142ce;p=SimpleArchiver Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 22cc3ab..104d300 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ ## Upcoming Changes +Proper handling of Ctrl+C (SIGINT). This prevents temporary files from +persisting by doing a proper cleanup before stopping the program. + ## Version 1.1 More robust handling of de/compression process (handling SIGPIPE).