Skip to content

Commit

Permalink
4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HasKha committed Dec 27, 2020
1 parent 71d98a8 commit 1675da7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16)

project(gwtoolbox)

set(GWTOOLBOXDLL_VERSION "4.5")
set(GWTOOLBOXDLL_VERSION "4.6")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOBOX_MODULE_VERSION "4,5,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOBOX_MODULE_VERSION "4,6,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc

# Updates toolboxversion.txt after changes in the above version (make sure to run cmake .. or build the project)
file(WRITE "resources/toolboxversion.txt" ${GWTOOLBOXDLL_VERSION})
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/4.3_Release/GWToolbox.exe
discord_url: https://discord.gg/pGS5pFn
toolbox_version: "4.5"
toolbox_version: "4.6"
7 changes: 7 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Previous releases are provided as dll files. If you are looking for the latest v

In order to use these older DLL versions, you need to put `GWToolboxdll.dll` in the same folder as `GWToolbox.exe`, run the exe with the `/localdll` parameter, and disable automatic updates from within GWToolbox.

## Version 4.6
* [New] Added `/herobuild` command to load hero teambuild
* [New] Timer improvements and new options.
* [Fix] Fixed a crash bug with the objective timer in Deep

[Download](https://github.com/HasKha/GWToolboxpp/releases/download/4.6_Release/GWToolboxdll.dll)

## Version 4.5
* [Fix] Fixed a crash issue with withdrawing gold from chest
* [Fix] Fixed some issues with the objective timer
Expand Down
2 changes: 1 addition & 1 deletion resources/toolboxversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5
4.6

0 comments on commit 1675da7

Please sign in to comment.