mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Update API
This commit is contained in:
parent
5c80c3ed59
commit
fe580f04d4
3 changed files with 17 additions and 2 deletions
15
changelog.md
15
changelog.md
|
@ -5,6 +5,21 @@
|
||||||
- Custom query API
|
- Custom query API
|
||||||
- Standardize dialogs
|
- 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
|
## [2.7.2] 2022-10-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix internal URL
|
- Fix internal URL
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.7.2
|
version=3.0.0
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
2
news
2
news
|
@ -1 +1 @@
|
||||||
NEWS: Next update will have a simplified mod installation method. Ensure that your system has wmctrl or xdotool installed.
|
NEWS: Streamlined manual mod subscription. Automatic mod installation enters testing.
|
||||||
|
|
Loading…
Reference in a new issue