mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
Update API
This commit is contained in:
parent
5c80c3ed59
commit
fe580f04d4
15
changelog.md
15
changelog.md
@ -5,6 +5,21 @@
|
||||
- Custom query API
|
||||
- Standardize dialogs
|
||||
|
||||
## [3.0.0] 2022-10-12
|
||||
### Added
|
||||
- Foreground progress of manual mod subscriptions
|
||||
- Automatic mod helper through steamcmd
|
||||
- Forum link
|
||||
- Enforce Steam API
|
||||
### Dropped
|
||||
- Stop retrieving extra metadata from BM
|
||||
### Changed
|
||||
- Reorder main menu
|
||||
- More verbose error messages
|
||||
- Better abstraction of URLs
|
||||
### Fixed
|
||||
- Width and text of some popups on Steam Deck
|
||||
|
||||
## [2.7.2] 2022-10-07
|
||||
### Fixed
|
||||
- Fix internal URL
|
||||
|
||||
2
dzgui.sh
2
dzgui.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.7.2
|
||||
version=3.0.0
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user