diff --git a/changelog.md b/changelog.md index b271056..f3b2a09 100644 --- a/changelog.md +++ b/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 diff --git a/dzgui.sh b/dzgui.sh index a2a8283..665bf69 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=2.7.2 +version=3.0.0 aid=221100 game="dayz" diff --git a/news b/news index 4c1eda9..c62f490 100644 --- a/news +++ b/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.