From 8cf29595960ce08eca778fb787b6b522d6043dea Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jun 2024 11:12:19 +0100 Subject: [PATCH] Release note --- GWToolboxdll/Modules/ToolboxSettings.cpp | 2 ++ docs/history.md | 1 + 2 files changed, 3 insertions(+) diff --git a/GWToolboxdll/Modules/ToolboxSettings.cpp b/GWToolboxdll/Modules/ToolboxSettings.cpp index c98153273..b126aedae 100644 --- a/GWToolboxdll/Modules/ToolboxSettings.cpp +++ b/GWToolboxdll/Modules/ToolboxSettings.cpp @@ -189,7 +189,9 @@ namespace { PartyStatisticsWindow::Instance(), DupingWindow::Instance(), ArmoryWindow::Instance(), +#ifdef _DEBUG EnemyWindow::Instance() +#endif }; bool modules_sorted = false; diff --git a/docs/history.md b/docs/history.md index ca1482be0..60c187020 100644 --- a/docs/history.md +++ b/docs/history.md @@ -8,6 +8,7 @@ Previous releases are available on Github as dll files. There is no support for the latest version, go to the [Home Page](./) instead. ## Version 6.22 +* [Minor] Changed UI layout of travel window * [Minor] /tp [zm, zv, zb] now does the same as /zm take or /zm travel * [New] Added highlight info and right click menu to daily quests window to make doing dailies easier * [New] Added option to hide gw compass when toolbox minimap is active