Skip to content

Commit ebda779

Browse files
committed
release: 8.24
1 parent 1aac99c commit ebda779

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.23")
11+
set(GWTOOLBOXDLL_VERSION "8.24")
1212
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
13-
set(GWTOOLBOX_MODULE_VERSION "8,23,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
13+
set(GWTOOLBOX_MODULE_VERSION "8,24,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.23",
13+
"toolboxVersion": "8.24",
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.24
10+
* [Fix] Fixed an imgui bug causing some elements to be duplicated
11+
912
## Version 8.23
1013
* [Fix] Various bug fixes
1114
* [New] Added texmod module to load texmods without needing to pre-launch umod/texmod/gmod

0 commit comments

Comments
 (0)