Skip to content

Commit

Permalink
6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Jun 14, 2024
1 parent f78102e commit 29feda3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.19")
set(GWTOOLBOXDLL_VERSION "6.20")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,19,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOLBOX_MODULE_VERSION "6,20,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
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.19"
toolbox_version: "6.20"
2 changes: 1 addition & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.19
## Version 6.20
* [Minor] Added warning message when rerolling to a character that is currently in a map that toolbox won't work in e.g. guild hall
* [Minor] `/tb load` now dynamically enables/disables modules when run
* [Minor] Fixed some layout errors when Party damage widget is snapped to the in-game UI.
Expand Down

0 comments on commit 29feda3

Please sign in to comment.