mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
docs: Bump version
This commit is contained in:
parent
d411dcd749
commit
a801cfab26
2 changed files with 10 additions and 3 deletions
11
changelog.md
11
changelog.md
|
@ -6,11 +6,18 @@
|
||||||
- Standardize dialogs
|
- Standardize dialogs
|
||||||
- Validate BM API key
|
- 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
|
### Fixed
|
||||||
- Issue #43: Hotfix for workspace-driven WMs
|
- Issue #43: Hotfix for workspace-driven WMs
|
||||||
|
|
||||||
## [3.1.1-3] 2022-12-06
|
## [3.1.3] 2022-12-06
|
||||||
### Fixed
|
### Fixed
|
||||||
- Explicitly require Python 3
|
- Explicitly require Python 3
|
||||||
|
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue