From a801cfab26ef65f6e966c61f4a8d96b588f5acf8 Mon Sep 17 00:00:00 2001 From: aclist Date: Mon, 2 Jan 2023 10:15:36 +0900 Subject: [PATCH] docs: Bump version --- changelog.md | 11 +++++++++-- dzgui.sh | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index d55b58c..8c4cfff 100644 --- a/changelog.md +++ b/changelog.md @@ -6,11 +6,18 @@ - Standardize dialogs - Validate BM API key -## [3.1.1-3] 2022-12-10 +## [3.1.5] 2023-01-01 +### Fixed +- Validate BM key on initial setup +- Fix history menu not parsing query ports correctly +### Changed +- More permissive Steam client discovery for tiling WMs + +## [3.1.4] 2022-12-10 ### Fixed - Issue #43: Hotfix for workspace-driven WMs -## [3.1.1-3] 2022-12-06 +## [3.1.3] 2022-12-06 ### Fixed - Explicitly require Python 3 diff --git a/dzgui.sh b/dzgui.sh index 9f49eec..ecab0ee 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.1.4 +version=3.1.5 aid=221100 game="dayz"