mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
chore: bump version
This commit is contained in:
parent
a35499e706
commit
155f27c126
2 changed files with 11 additions and 1 deletions
10
changelog.md
10
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
|
||||
|
|
2
dzgui.sh
2
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"
|
||||
|
|
Loading…
Reference in a new issue