From 418675bd32870b7a5ff022c393c003f874a71092 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 20 Nov 2024 21:56:19 +0000 Subject: [PATCH] 6.25 notes --- docs/_config.yml | 4 ++-- docs/history.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index c13284330..5aeb37329 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,6 +6,6 @@ show_downloads: true google_analytics: UA-75239620-2 theme: jekyll-theme-midnight -download_url: https://github.com/gwdevhub/GWToolboxpp/releases/download/6.21_Release/gwtoolbox.exe +download_url: https://github.com/gwdevhub/GWToolboxpp/releases/download/6.25_Release/gwtoolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: "6.24" +toolbox_version: "6.25" diff --git a/docs/history.md b/docs/history.md index a4ee858fb..5cb35ce77 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,20 @@ layout: default Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for the latest version, go to the [Home Page](./) instead. +## Version 6.25 +* [New] Code overhaul to GWCA and GWToolbox to work with vs2022 compiler update +* [New] Added pathing to mission map +* [New] Added ability to trigger hotkeys on key up instead of key down +* [Fix] Fixed bug causing the "are you sure" dialog for entering a mission to show in error - added an option to disable this feature +* [Fix] Fixed crash when dropping zaishen coins with salvage info module enabled +* [Fix] Fixed occasional crashes when using any widget that is snapped to the party health bars +* [Fix] Fixed a bug causing incoming messages getting mixed up with other messages that have been blocked by toolbox +* [Fix] Fixed text glitches for text sizes > 16 +* [Fix] Fixed bugs with quest markers not showing or showing incorrectly +* [Fix] Fixed autologin not working when injecting via gwlauncher +* [Removed] Removed option specifically related to holding a button down to toggle mouse walking - use `/pref disablemousewalking [0|1]` in combination with hotkey key up/down +* [Removed] Removed Pathfinding window from release, not used. + ## Version 6.24 * [New] Slightly optimised GW's dat loading ccode * [New] Added EnemyWindow (party window but for enemies)