From eed3681118da336740a0cd74c7ab5acd4d9a023c Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:28:56 +0200 Subject: [PATCH] added changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da9ffb8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## v0.3 - 2020-07- + +- added several new labels for total of +- removed the powershell labels, since the installer is not notarized +- when run without any arguments, the script now lists all labels +- changed how zips are expanded because this was broken on Mojave +- improved logging in some statements +- several more minor improvements + +## v0.2 - 2020-06-09 + +- many fixes for broken URLs and other bugs +- the `pkgInDmg` and `pkgInZip` now search for a pkg file in the archive in case the file name varies with the version +- notification on successful installation can be suppressed with the `NOTIFY` variable +- Apple signed installers and apps that don’t have a Team ID are verified correctly now +improved logging +- several new applications: count increased from 62 in 0.1 to 87 in 0.2 + +## v0.1 - 2020-05-12 \ No newline at end of file