From 495bf8b9ced9b3eda79df59615199ac05082585c Mon Sep 17 00:00:00 2001 From: Laurent Dufresne Date: Sat, 15 Feb 2020 19:23:42 +0100 Subject: [PATCH] 2.32 Release --- GWToolbox/GWToolbox/Defines.h | 2 +- docs/_config.yml | 2 +- docs/history.md | 5 +++++ resources/toolboxversion.txt | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/GWToolbox/GWToolbox/Defines.h b/GWToolbox/GWToolbox/Defines.h index 0d00df8f2..fb936a3cd 100644 --- a/GWToolbox/GWToolbox/Defines.h +++ b/GWToolbox/GWToolbox/Defines.h @@ -1,6 +1,6 @@ #pragma once -#define GWTOOLBOX_VERSION "2.31" // Enter main version here. Should match with server version file. +#define GWTOOLBOX_VERSION "2.32" // 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/" diff --git a/docs/_config.yml b/docs/_config.yml index ac8f7ad90..98c4babb3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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.31" +toolbox_version: "2.32" diff --git a/docs/history.md b/docs/history.md index af45acd51..084449906 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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.32 +* [Fix] Fix crashes caused because of bad header values. + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/2.32_Release/GWToolbox.dll) + ## Version 2.31 * [Fix] Fixes following February 14 update. diff --git a/resources/toolboxversion.txt b/resources/toolboxversion.txt index d5402a9f6..183cc887c 100644 --- a/resources/toolboxversion.txt +++ b/resources/toolboxversion.txt @@ -1 +1 @@ -2.31 \ No newline at end of file +2.32 \ No newline at end of file