diff --git a/CMakeLists.txt b/CMakeLists.txt index 13efaaa4f..76aafe4bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16) project(gwtoolbox) -set(GWTOOLBOXDLL_VERSION "4.8") +set(GWTOOLBOXDLL_VERSION "4.9") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. -set(GWTOOBOX_MODULE_VERSION "4,8,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc +set(GWTOOBOX_MODULE_VERSION "4,9,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 bcf61793b..56b0a50a3 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,18 @@ 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.9 +* [Minor] Added option to disable right click context menu in outpost/explorable +* [Minor] Added option to disable wiki link on context menu +* [Minor] Tweak info window to show relative speed of an agent +* [Fix] Fixed ctrl+click not storing in current storage pane if set +* [Fix] Fixed foundry room 4 not being triggered in objective timer +* [Fix] Fixed exhaustion room not being triggered in Urgoz' Warren +* [Fix] Fixed crashes when using /tell, /whisper, /t and /w +* [Fix] Fixed GWToolbox not working after GW update 37112 + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/4.9_Release/GWToolboxdll.dll) + ## Version 4.8 * [New] Added "Seek Party" to top of trade window when in Kamadan to avoid having to use party search window to buy/sell * [New] Right click context menu for materials shows option to store all into chest