From 155f27c126a5cb132de117612e6f52216c31d0ed Mon Sep 17 00:00:00 2001 From: aclist Date: Thu, 19 Jan 2023 20:23:57 +0900 Subject: [PATCH] chore: bump version --- changelog.md | 10 ++++++++++ dzgui.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 497f014..31d5a99 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,16 @@ - Custom query API - Standardize dialogs +## [3.2.0-rc.2] 2023-01-19 +### Fixed +- Don't check mod version timestamps if no mods installed +- Don't continuously force popup to top of stack +- Fix for repeated key input in console +### Added +- Parameterize native/Flatpak steam selection +- Toggle native/Flatpak steam from options menu +- Clarify popup wording + ## [3.2.0-rc.1] 2023-01-01 ### Fixed - History menu not parsing ports correctly diff --git a/dzgui.sh b/dzgui.sh index 9e93f32..ab38fac 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.2.0-rc.1 +version=3.2.0-rc.2 aid=221100 game="dayz"