From 8a248b9cec74650511c8172be23bdb5258a7047d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:47:08 +0900 Subject: [PATCH] Bump version --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 0a595b6..be2cfa0 100644 --- a/changelog.md +++ b/changelog.md @@ -12,7 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Attempt to find DayZ path and write to config on first boot - Check if mod dir is sane before allowing List Mods option +## [1.1.3] 2022-06-12 +### Fixed +- Mod validation process now uses faster, single-pass API query +- Improved logger output when setting fav server + +### Added +- In-app changelog + ## [1.1.2] 2022-06-08 +### Fixed - Fix array used for mod concatenation; fetch post-sanitized list of mods ## [1.1.1] 2022-06-05