Skip to content

Commit

Permalink
4.9 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Apr 8, 2021
1 parent a6869d0 commit 2ae6013
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16)

project(gwtoolbox)

set(GWTOOLBOXDLL_VERSION "4.8")
set(GWTOOLBOXDLL_VERSION "4.9")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOBOX_MODULE_VERSION "4,8,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOBOX_MODULE_VERSION "4,9,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})
Expand Down
12 changes: 12 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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.9
* [Minor] Added option to disable right click context menu in outpost/explorable
* [Minor] Added option to disable wiki link on context menu
* [Minor] Tweak info window to show relative speed of an agent
* [Fix] Fixed ctrl+click not storing in current storage pane if set
* [Fix] Fixed foundry room 4 not being triggered in objective timer
* [Fix] Fixed exhaustion room not being triggered in Urgoz' Warren
* [Fix] Fixed crashes when using /tell, /whisper, /t and /w
* [Fix] Fixed GWToolbox not working after GW update 37112

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

## 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
Expand Down

0 comments on commit 2ae6013

Please sign in to comment.