Skip to content

Commit

Permalink
Release 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
reduf committed Mar 27, 2020
1 parent e9a5164 commit 4b6d6d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GWToolbox/GWToolbox/Defines.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define GWTOOLBOX_VERSION "2.33" // Enter main version here. Should match with server version file.
#define GWTOOLBOX_VERSION "2.34" // Enter main version here. Should match with server version file.
#define BETA_VERSION "" // enter something like "Beta 1". Internally we only check if not empty
#define GWTOOLBOX_WEBSITE "https://haskha.github.io/GWToolboxpp/"

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/2.29_Release/GWToolbox.exe
discord_url: https://discord.gg/pGS5pFn
toolbox_version: "2.33"
toolbox_version: "2.34"
5 changes: 5 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Previous releases are provided as dll files. In order to use it, you need to use
[AutoIt Launcher](https://raw.githubusercontent.com/HasKha/GWToolboxpp/master/AutoitLauncher/Inject.au3) - Source, requires AutoIt3. Right click -> Save link as...


## Version 2.34
* [Fix] Fix crashes with enemies count in info window.

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

## Version 2.33
* [Fix] Fix crashes when trying to drop gold coins.
* [Fix] Fix a long due bug that caused random crashes, often when using the minimap.
Expand Down
2 changes: 1 addition & 1 deletion resources/toolboxversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33
2.34

0 comments on commit 4b6d6d8

Please sign in to comment.