diff --git a/CHANGELOG.md b/CHANGELOG.md index 188c9ac..80ebab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ - Disable overlay scrollbars on server tables - Reduce size of geolocation DB on disk (~100MB) - Enable LAN page Empty/Full filters on first run of app +- Propagate subscribed mods to Steam client ## Dropped - Debug mode diff --git a/dzgui/data/CHANGELOG.md b/dzgui/data/CHANGELOG.md index 59243cc..80ebab0 100644 --- a/dzgui/data/CHANGELOG.md +++ b/dzgui/data/CHANGELOG.md @@ -40,6 +40,7 @@ - Preboot progress dialog - Choose to jump into splash screen instead of server - Collapsible connection panel +- Play offline (load mods directly) ## Changed - Conform to PEP 440 versioning for beta versions @@ -56,6 +57,7 @@ - Disable overlay scrollbars on server tables - Reduce size of geolocation DB on disk (~100MB) - Enable LAN page Empty/Full filters on first run of app +- Propagate subscribed mods to Steam client ## Dropped - Debug mode diff --git a/dzgui/util/strings.py b/dzgui/util/strings.py index 060dcd8..85f1f88 100644 --- a/dzgui/util/strings.py +++ b/dzgui/util/strings.py @@ -367,6 +367,7 @@ thanks = Thanks( "Johnofwrong", "MatheusLasserr", "nolan-perez", + "OnniSaarni", "scandalouss", "SnackSBR", "StevelDusa", diff --git a/pyproject.toml b/pyproject.toml index 8e1cddc..17af853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "DayZ server browser and mod manager for Linux" authors = [ {name = "aclist"} ] -version = "7.0.0b11" +version = "7.0.0b12" license = "GPL-3.0-or-later" license-files = ["LICENSE"] readme = "README.md"