diff --git a/CMakeLists.txt b/CMakeLists.txt index 1750142e4..919eff154 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ set(CMAKE_GENERATOR_PLATFORM win32) project(gwtoolbox) set(GWTOOLBOXEXE_VERSION "4.0") -set(GWTOOLBOXDLL_VERSION "6.13") +set(GWTOOLBOXDLL_VERSION "6.14") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. -set(GWTOOLBOX_MODULE_VERSION "6,13,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc +set(GWTOOLBOX_MODULE_VERSION "6,14,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 # configure_file(${PROJECT_SOURCE_DIR}/gwtoolbox.wxs.in ${PROJECT_SOURCE_DIR}/gwtoolbox.wxs @ONLY) @@ -35,12 +35,7 @@ add_compile_definitions( add_compile_options(/MP /permissive-) -if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.12.25835) - set(CMAKE_CXX20_STANDARD_COMPILE_OPTION "-std:c++latest") - set(CMAKE_CXX20_EXTENSION_COMPILE_OPTION "-std:c++latest") -endif() - -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") diff --git a/docs/_config.yml b/docs/_config.yml index 61211afc8..4dbb3fa88 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.13" +toolbox_version: "6.14" diff --git a/docs/history.md b/docs/history.md index f3ae9f505..680d7ce3f 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,16 @@ 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 +* [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] Capitalised chat aliases work again +* [Fix] Fixed autoclicker not being possible to turn off +* [Fix] Completionwindow EotN is correctly tracked again + ## Version 6.13 * [Update] Compatibility with GW Version 37.363 * [Removed] Toolbox no longer works in PvP. This is intentional.