From 4d4e22379e622e6e1ec8a91f5003509cf8f474d2 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:21:45 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f06aa3..19fad69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -## v0.4 - 2020- +## v0.4 - 2020-10-19 - you can now set script variables as an argument in the form `VARIABLE=value`. More detail on this in the README file, 'Configuration from Arguments.' (#26, #50, #72, and #73) - change `downloadFromGit` to match file types better (#58) - implemented a workaround for changed behavior of `xpath` in Big Sur (#80) +- added an option `prompt_user_the_kill` to `BLOCKING_PROCESS_ACTION` which will kill the process after the third unsuccessful attempt to quit (#78, thanks Patrick Atoon @raptor399) +- added several new labels for total of 116 + ## v0.3 - 2020-07-23