diff --git a/CMakeLists.txt b/CMakeLists.txt index 56e6050ae..13efaaa4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16) project(gwtoolbox) -set(GWTOOLBOXDLL_VERSION "4.7.1") +set(GWTOOLBOXDLL_VERSION "4.8") set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty. -set(GWTOOBOX_MODULE_VERSION "4,7,1,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc +set(GWTOOBOX_MODULE_VERSION "4,8,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc # Updates toolboxversion.txt after changes in the above version (make sure to run cmake .. or build the project) file(WRITE "resources/toolboxversion.txt" ${GWTOOLBOXDLL_VERSION}) diff --git a/docs/_config.yml b/docs/_config.yml index 966c3a834..26c65b0ea 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/HasKha/GWToolboxpp/releases/download/4.3_Release/GWToolbox.exe +download_url: https://github.com/HasKha/GWToolboxpp/releases/download/4.8_Release/GWToolbox.exe discord_url: https://discord.gg/pGS5pFn -toolbox_version: "4.7.1" \ No newline at end of file +toolbox_version: "4.8" \ No newline at end of file diff --git a/docs/history.md b/docs/history.md index b6d119c27..bcf61793b 100644 --- a/docs/history.md +++ b/docs/history.md @@ -7,6 +7,26 @@ Previous releases are provided as dll files. If you are looking for the latest v In order to use these older DLL versions, you need to put `GWToolboxdll.dll` in the same folder as `GWToolbox.exe`, run the exe with the `/localdll` parameter, and disable automatic updates from within GWToolbox. +## Version 4.8 +* [New] Added "Seek Party" to top of trade window when in Kamadan to avoid having to use party search window to buy/sell +* [New] Right click context menu for materials shows option to store all into chest +* [New] Added context menu option to store all materials, tomes and upgrade mods when right clicking those item types +* [New] Added context menu option to go to Guild Wars Wiki on right click +* [New] Added chat filter for player item pickup and salvage messages +* [New] Automatically cancel UA if already maintained when recasting +* [Minor] Added option to disable item sparkles without texmod +* [Minor] Double clicking an item in chest whilst trading now automatically withdraws it into inventory +* [Minor] `/useskill` limited to 1 skill instead of being able to chain skills. +* [Minor] Clicking on your status on the friend list widget will change it in-game +* [Fix] Fixed issue preventing some DoA objectives not being flagged as done when a run is completed. +* [Fix] Fixed bugs related to printing timestamps on objective timer window +* [Fix] Fixed occasional rupt/energy waste when using move-to-cast +* [Fix] Fixed bug preventing GWToolbox from closing gracefully when closing GW window +* [Fix] Fixed right click not always working when clicking on an item +* [Fix] Fixed bug that showed the bulk buy option when using materials window whilst ctrl is held + +[Download](https://github.com/HasKha/GWToolboxpp/releases/download/4.8_Release/GWToolboxdll.dll) + ## Version 4.7.1 * [New] Double click to send items to trade window when trade is open; works with material storage and chest items without having to withdraw them * [New] Added option to move entire stacks to trade window by default