diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d24abf..2eb7f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # ChocoButler Changelog -## Unreleased - +## [[v0.1.3](https://github.com/cokelid/ChocoButler/releases/tag/v0.1.3)] 2021-09-19 +New silent option added to settings. ### Added * New `silent` option in settings file to allow suppression of pop-ups. Pop-ups will still be shown for errors and warnings, even if this setting is turned on. @@ -23,3 +23,4 @@ Only changes to test_mode. ## [[v0.1.0](https://github.com/cokelid/ChocoButler/releases/tag/v0.1.0)] 2021-09-13 First Release! + diff --git a/README.md b/README.md index fc6801f..9b1530d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Rather than running upgrades on a fixed schedule, ChocoButler alerts you when up ## Installation & Running -In short: [download](https://github.com/cokelid/ChocoButler/archive/refs/tags/v0.1.2.zip) the files, unzip to a folder, double-click the `choco_butler.bat` file. +In short: [download](https://github.com/cokelid/ChocoButler/archive/refs/tags/v0.1.3.zip) the files, unzip to a folder, double-click the `choco_butler.bat` file. Alternatively clone the [github repo](https://github.com/cokelid/ChocoButler.git) and run the `choco_butler.bat` file. @@ -106,3 +106,4 @@ The above changes allow you to quickly test the main check->upgrade workflow, wi 1) Add option/setting to prevent the update-window from closing when complete 1) Create a chocolatey install package for ChocoButler, so it can be installed via chocolatey +