Skip to content

Commit

Permalink
Release 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
reduf committed Apr 12, 2019
1 parent d940293 commit 1fc5593
Show file tree
Hide file tree
Showing 4 changed files with 14 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.22.1" // Enter main version here. Should match with server version file.
#define GWTOOLBOX_VERSION "2.23" // 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.14_Release/GWToolbox.exe
discord_url: https://discord.gg/pGS5pFn
toolbox_version: "2.22.1"
toolbox_version: "2.23"
11 changes: 11 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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.23
* [New] Added an option to disable the prompt when selling green and gold items.
* [New] Added an option to show a notification when a friend come online or goes offline.
* [Fix] Fixed ctrl+click with new storage pannels.
* [Fix] Fixed bug when selling rare materials with quantity smaller than 10.
* [Minor] Extended `/flag` command to flag on a given coordinate.
* [Minor] Added more bosses to minimap.
* [Minor] Added map id of the event version of Kamadan to disable trade chat.

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

## Version 2.22.1
* [Fix] Material buying and auto-manage gold

Expand Down
2 changes: 1 addition & 1 deletion resources/toolboxversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.1
2.23

0 comments on commit 1fc5593

Please sign in to comment.