diff --git a/CMakeLists.txt b/CMakeLists.txt index 919eff154..018fdfc99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_GENERATOR_PLATFORM win32) project(gwtoolbox) set(GWTOOLBOXEXE_VERSION "4.0") -set(GWTOOLBOXDLL_VERSION "6.14") +set(GWTOOLBOXDLL_VERSION "6.15") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. set(GWTOOLBOX_MODULE_VERSION "6,14,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc diff --git a/docs/_config.yml b/docs/_config.yml index 4dbb3fa88..5138be7ed 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/6.0_Release/gwtoolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: "6.14" +toolbox_version: "6.15" diff --git a/docs/history.md b/docs/history.md index 18b3cc76e..e571cc292 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,13 +7,14 @@ layout: default Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for the latest version, go to the [Home Page](./) instead. -## Version 6.14 +## Version 6.15 * [Minor] `/dialog take` can now be used the take bounties * [Minor] Current character is highlighted in Reroll window now * [Minor] Added option to colour outgoing whispers blue, instead of always doing so * [Fix] Fixed dialog hotkeys * [Fix] Fixed salvaging and storing functionality * [Fix] Disabled toolbox in PvP explorables as well +* [Fix] Fixed bug preventing minimap flag buttons from working * [Fix] Capitalised chat aliases work again * [Fix] Fixed autoclicker not being possible to turn off * [Fix] Completionwindow EotN is correctly tracked again