Skip to content

Commit 01b6c97

Browse files
committed
release: 8.22
1 parent c5a55c2 commit 01b6c97

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ project(gwtoolbox)
88

99
set(GWTOOLBOXEXE_VERSION "4.6")
1010
set(GWTOOLBOXEXE_MODULE_VERSION "4,6,0,0") # used for exe module info. See GWToolbox/GWToolbox.rc
11-
set(GWTOOLBOXDLL_VERSION "8.21")
11+
set(GWTOOLBOXDLL_VERSION "8.22")
1212
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
13-
set(GWTOOLBOX_MODULE_VERSION "8,21,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
13+
set(GWTOOLBOX_MODULE_VERSION "8,22,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
1414

1515

1616
if(MSVC_TOOLSET_VERSION LESS 143)

site/site.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{ "label": "Kamadan", "url": "https://kamadan.gwtoolbox.com/", "desc": "Kamadan AE1 trade chat archive" },
1111
{ "label": "Ascalon", "url": "https://ascalon.gwtoolbox.com/", "desc": "Ascalon AE1 trade chat archive" }
1212
],
13-
"toolboxVersion": "8.19",
13+
"toolboxVersion": "8.22",
1414
"fallbackDownloadUrl": "https://github.com/gwdevhub/GWToolboxpp/releases/latest/download/gwtoolbox.exe",
1515
"issueUrls": {
1616
"bug": "https://github.com/gwdevhub/GWToolboxpp/issues/new?labels=bug&title=%5BBug%5D+",

site/src/content/docs/history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ section: meta
66
Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for
77
the latest version, go to the [Home Page](./) instead.
88

9+
## Version 8.22
10+
* [Fix] Fixed a crash when trying to bulk sell items
11+
912
## Version 8.21
1013
* [Fix] Fixed a crash when trying to custom sort party members
1114

0 commit comments

Comments
 (0)