Skip to content

Commit

Permalink
6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Apr 13, 2024
1 parent 954d512 commit d45075e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.14"
toolbox_version: "6.15"
3 changes: 2 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d45075e

Please sign in to comment.