From f0e51fa758483cfbf25ba15810dc1b3834ec2175 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 16 May 2026 21:31:22 +0900 Subject: [PATCH] chore: bump version --- dzgui/data/CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dzgui/data/CHANGELOG.md b/dzgui/data/CHANGELOG.md index 0b03c65..30c1729 100644 --- a/dzgui/data/CHANGELOG.md +++ b/dzgui/data/CHANGELOG.md @@ -32,20 +32,26 @@ - Refresh servers button - Early load alerts button - Preconnect dialog +- Preconnect warnings/failsafes like filesize + ## Changed - Reduce padding on keys button - Boldface breadcrumbs - Bold labels inside frames -- Sidebar buttos do not steal focus +- Sidebar buttons do not steal focus - Copy IP copies IP:queryport only instead of IP:gameport:queryport, mimics syntax needed by add by ip method - Load new model into view without flushing - Cull servers with abnormal queue values (integer overflow: 2147483647) - Packaging structure +- Suppress log messages from imported modules +- Embed Workshop link in Options menu ## Dropped - Debug mode - Branch switching +- Manual mod install mode (describe rationale) +- Force update mods ## Fixed - Longstanding issue with left clicks not registering as tree selection changes after spamming keyboard input @@ -57,12 +63,10 @@ - Load offline mods - Choose to jump into splash screen instead of server - Setup wizard -- Move debug mode to developers only - Local documentation +- Raw debug command in context menu ## Developer-facing - Add pyproject.toml file - Show deprecation warnings - Options -> Dev page -- Raw debug command -- Moved debug log to this mode diff --git a/pyproject.toml b/pyproject.toml index 1bf83b6..5b1fa34 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.0" +version = "7.0.0-beta.1" license = "GPL-3.0-or-later" license-files = ["LICENSE"] readme = "README.md"