From b16b16d2cedc89c29d026add5007552af69def1a Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 29 Jun 2024 10:25:03 +0200 Subject: [PATCH] for 6.22 release --- CMakeLists.txt | 2 +- docs/history.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 852af7ed7..42d6264ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(gwtoolbox) set(GWTOOLBOXEXE_VERSION "4.1") set(GWTOOLBOXDLL_VERSION "6.22") -set(GWTOOLBOXDLL_VERSION_BETA "beta2") # can be anything. Marks beta version if not empty. +set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. set(GWTOOLBOX_MODULE_VERSION "6,22,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc # this is no longer required, but in case we have to add an installer again some day diff --git a/docs/history.md b/docs/history.md index 6251cfb85..ca1482be0 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,10 +10,11 @@ the latest version, go to the [Home Page](./) instead. ## Version 6.22 * [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 (refresh on map change) +* [New] Added option to hide gw compass when toolbox minimap is active * [Fix] Fixed compass being hidden when toolbox starts * [Fix] Fixed alcohol being spammed too much * [Fix] Fixed rounding issues for SkillMonitor width causing wrong pixel offsets +* [Fix] Fixed crash when offering an item to trade that is already already offered ## Version 6.21 * [Fix] Party widgets do not disappear when party members are out of compass range