From b0a782460cbe3f7767914fa8d7719faab3ba6486 Mon Sep 17 00:00:00 2001 From: Jon <> Date: Fri, 9 Oct 2020 23:45:10 +0100 Subject: [PATCH] Version 4.1 --- CMakeLists.txt | 4 ++-- docs/history.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21a7e07f2..ee0be19eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16) project(gwtoolbox) -set(GWTOOLBOXDLL_VERSION "4.0") +set(GWTOOLBOXDLL_VERSION "4.1") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. -set(GWTOOBOX_MODULE_VERSION "4.0.0.0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc +set(GWTOOBOX_MODULE_VERSION "4.1.0.0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc # Updates toolboxversion.txt after changes in the above version (make sure to run cmake .. or build the project) file(WRITE "resources/toolboxversion.txt" ${GWTOOLBOXDLL_VERSION}) diff --git a/docs/history.md b/docs/history.md index 36bb44064..50c09882a 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,15 @@ Previous releases are provided as dll files. If you are looking for the latest v In order to use these older DLL versions, you need to put `GWToolboxdll.dll` in the same folder as `GWToolbox.exe`, run the exe with the `/localdll` parameter, and disable automatic updates from within GWToolbox. +## Version 4.1 +* [Fix] Fixed GWToolbox not working for Windows 7/8 users +* [Fix] Fixed wrong character name in window title +* [Fix] Re-fixed click to move on minimap when autorunning after recent GW update +* [Fix] Fixed wrong icon for faction leaderboard in toolbox main window +* [Fix] Fixed "Hello (null)!" message when starting toolbox without being in a map + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/4.1_Release/GWToolboxdll.dll) + ## Version 4.0 * [New] Added option to improve move-to-cast to better avoid getting aggro when auto-moving to cast range for a spell * [New] Updated icons for all widgets and windows