1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

Update API

This commit is contained in:
aclist 2022-10-12 00:13:30 +09:00
parent 5c80c3ed59
commit fe580f04d4
3 changed files with 17 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=2.7.2
version=3.0.0
aid=221100
game="dayz"

2
news
View file

@ -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.