From de22fdfd59150639bbddb001bda30960c225ccae Mon Sep 17 00:00:00 2001 From: HasKha Date: Mon, 5 Feb 2018 17:38:46 -0800 Subject: [PATCH] 2.7 --- GWToolbox/GWToolbox/Defines.h | 2 +- docs/_config.yml | 2 +- docs/history.md | 8 +++++++- resources/toolboxversion.txt | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/GWToolbox/GWToolbox/Defines.h b/GWToolbox/GWToolbox/Defines.h index a73c09e78..da7f52431 100644 --- a/GWToolbox/GWToolbox/Defines.h +++ b/GWToolbox/GWToolbox/Defines.h @@ -1,6 +1,6 @@ #pragma once -#define GWTOOLBOX_VERSION "2.6" // Enter main version here. Should match with server version file. +#define GWTOOLBOX_VERSION "2.7" // 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 ccf4e15d8..cc8810373 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.6_Release/GWToolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: 2.6 +toolbox_version: 2.7 diff --git a/docs/history.md b/docs/history.md index 85594ca66..3d9414b82 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,7 +7,13 @@ 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.6 +## Version 2.7 +* [New] Can now omit the town in `/tp [town] [district] to change district. +* [Fix] Fixed the "Close other windows..." option. + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/2.7_Release/GWToolbox.dll) + +## Version 2.6 * [New] You can now add or remove any window to the main toolbox window - check Settings -> Toolbox Settings. * [New] Added a new Window to create and load hero team builds. * [New] Added support for the new Lunars (year of the dog). diff --git a/resources/toolboxversion.txt b/resources/toolboxversion.txt index c20c8ac5c..e6b7b6233 100644 --- a/resources/toolboxversion.txt +++ b/resources/toolboxversion.txt @@ -1 +1 @@ -2.6 \ No newline at end of file +2.7 \ No newline at end of file