From eb38c395572372391952439f9103926edd09d7bc Mon Sep 17 00:00:00 2001 From: deeplow Date: Wed, 30 Nov 2022 17:21:47 +0000 Subject: [PATCH] Changelog: add exit confirmation feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a93c7..d31da39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Feature: Support bulk conversion to safe PDFs ([issue #77](https://github.com/freedomofpress/dangerzone/issues/77)) - Feature: Option to archive unsafe directories ([issue #255](https://github.com/freedomofpress/dangerzone/pull/255)) - Feature: Support python 3.10 +- Feature: When quitting while still converting, confirm if user is sure - Bug fix: Fix unit tests on Windows - Bug fix: Do not hardcode "docker" in help messages, now that Podman is also used ([issue #122](https://github.com/freedomofpress/dangerzone/issues/122)) - Bug fix: Failed execution no longer produces an empty "safe" documents ([issue #214](https://github.com/freedomofpress/dangerzone/issues/214))