From 4945059047ec1dff12afd2977f4471c608154658 Mon Sep 17 00:00:00 2001 From: Laurent Dufresne Date: Wed, 16 Oct 2019 19:46:37 +0200 Subject: [PATCH] Release 2.27 --- GWToolbox/GWToolbox/Defines.h | 2 +- docs/_config.yml | 2 +- docs/history.md | 9 +++++++++ resources/toolboxversion.txt | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/GWToolbox/GWToolbox/Defines.h b/GWToolbox/GWToolbox/Defines.h index d6f893bd8..289b70ffa 100644 --- a/GWToolbox/GWToolbox/Defines.h +++ b/GWToolbox/GWToolbox/Defines.h @@ -1,6 +1,6 @@ #pragma once -#define GWTOOLBOX_VERSION "2.26" // Enter main version here. Should match with server version file. +#define GWTOOLBOX_VERSION "2.27" // 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 c17e16d6f..c907b6f27 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.14_Release/GWToolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: "2.26" +toolbox_version: "2.27" diff --git a/docs/history.md b/docs/history.md index 15021282f..e4d3658ca 100644 --- a/docs/history.md +++ b/docs/history.md @@ -8,6 +8,15 @@ 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.27 +* [New] Added support for adrenaline skill with /useskill command. +* [New] Added /resignlog command. +* [New] You can now use the command /tp and /to with the prefix of an outpost to teleport to the outpost. +* [Fix] Reduced the connection spams to kamadan.decltype.org when the site is down. +* [Fix] Fixed bug when game process name wasn't "Gw.exe". +* [Fix] Fixed bug related to player status introduced in recent game update. +* [Minor] Several improvements in GWCA and updated 3rd party libraries. + ## Version 2.26 * [Fix] Fixed bug with friend status message. diff --git a/resources/toolboxversion.txt b/resources/toolboxversion.txt index 804f8bffe..5dde2ab0f 100644 --- a/resources/toolboxversion.txt +++ b/resources/toolboxversion.txt @@ -1 +1 @@ -2.26 \ No newline at end of file +2.27 \ No newline at end of file