diff --git a/CMakeLists.txt b/CMakeLists.txt index 41fba5192..651ae1128 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16) project(gwtoolbox) -set(GWTOOLBOXDLL_VERSION "4.4") +set(GWTOOLBOXDLL_VERSION "4.5") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. -set(GWTOOBOX_MODULE_VERSION "4,4,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc +set(GWTOOBOX_MODULE_VERSION "4,5,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/_config.yml b/docs/_config.yml index 2ab71a9a1..3deebf6d5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,4 +8,4 @@ theme: jekyll-theme-midnight download_url: https://github.com/HasKha/GWToolboxpp/releases/download/4.3_Release/GWToolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: "4.4" \ No newline at end of file +toolbox_version: "4.5" \ No newline at end of file diff --git a/docs/history.md b/docs/history.md index c44528dbf..c28d98deb 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,13 @@ 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.5 +* [Fix] Fixed a crash issue with withdrawing gold from chest +* [Fix] Fixed some issues with the objective timer +* [Fix] Fixed some issues with `/reinvite` + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/4.5_Release/GWToolboxdll.dll) + ## Version 4.4 * [New] Timer and objective timer now tracks real-time since (first) loading screen. Added options to have the old behavior. * [New] Added more detailed timers for DoA in the objective timer. diff --git a/resources/toolboxversion.txt b/resources/toolboxversion.txt index 30a59a8b7..958d30d86 100644 --- a/resources/toolboxversion.txt +++ b/resources/toolboxversion.txt @@ -1 +1 @@ -4.4 \ No newline at end of file +4.5 \ No newline at end of file