From 3dfc258fa414d62a8c201bdaad29fbe6128280e2 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 11 Oct 2024 12:34:51 +0900 Subject: [PATCH] Version 1.2 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 104d300..5c14874 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## Version 1.2 + Proper handling of Ctrl+C (SIGINT). This prevents temporary files from persisting by doing a proper cleanup before stopping the program.