mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 04:23:00 +02:00
chore: bump version
This commit is contained in:
parent
f4d153bad5
commit
9fe300cfe4
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [4.1.0] 2023-12-03
|
## [4.1.0] 2023-12-03
|
||||||
|
|
||||||
|
This update adds support for DayZ servers running on a local area network. To connect or add to your server list, supply the server IP and query port in the format IP:PORT.
|
||||||
|
|
||||||
|
Support for Steam Deck Game Mode has also been restored, with a new dialog format that allows for virtual keyboard input. This should allow you to enter text in form fields by activating the Steam button + X. In addition, you can unlock the mouse and keyboard input when launching DZGUI through Steam by using an internal binding provided by Steam Deck: long-press the three dots button on the right of the device for three seconds to toggle the input state. This allows you to use mouse and keyboard-style bindings on Game Mode and vice versa.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Virtual keyboard support for text entry fields on Steam Deck Game Mode
|
- Virtual keyboard support for text entry fields on Steam Deck Game Mode
|
||||||
- Validate and connect to LAN server IPs
|
- Validate and connect to LAN server IPs
|
||||||
|
@ -19,8 +24,7 @@
|
||||||
|
|
||||||
## [4.0.1] 2023-11-22
|
## [4.0.1] 2023-11-22
|
||||||
### Fixed
|
### Fixed
|
||||||
- Emergency hotfix to remove build artifacts leaking into main script: if you updated DZGUI from 3.3.18 to 4.0.0 between 2023-11-22 15:00:02 and 2023-11-22 15:03:37 GMT, there is a small chance it
|
- Emergency hotfix to remove build artifacts leaking into main script: if you updated DZGUI from 3.3.18 to 4.0.0 between 2023-11-22 15:00:02 and 2023-11-22 15:03:37 GMT, there is a small chance it will be unable to launch correctly. If so, please follow the instructions on the manual to reinstall.
|
||||||
will be unable to launch correctly. If so, please follow the instructions on the manual to reinstall.
|
|
||||||
|
|
||||||
## [4.0.0] 2023-11-22
|
## [4.0.0] 2023-11-22
|
||||||
|
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=4.1.0.rc-8
|
version=4.2.0.rc-1
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue