Skip to content

Commit

Permalink
prepare for 6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Apr 12, 2024
1 parent 4b28a49 commit a322ee3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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$<$<CONFIG:Debug>:Debug>")

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 10 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a322ee3

Please sign in to comment.