Skip to content

Commit

Permalink
5.6 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Sep 19, 2021
1 parent 7327d27 commit b302f74
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 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 "5.5")
set(GWTOOLBOXDLL_VERSION "5.6")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOBOX_MODULE_VERSION "5,5,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOBOX_MODULE_VERSION "5,6,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
22 changes: 22 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ 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 5.6

* [Minor] Hide pointless quest marker for zaishen scout in all outposts
* [Minor] Renamed Missions window to Completion window
* [New] "Enter new stack size" prompt is now shown when ctrl + shift clicking an item in inventory/chest
* [New] Prophecies/Factions dupe skills are checked and swapped in when loading a skillbar
* [New] Kurzick/Luxon skills are checked and swapped in when loading a skillbar based on title progress
* [New] Added PvE skill tracker to Completion window
* [New] Added Elite skill tracker to Completion window
* [New] Added extra context menu option to withdraw or store all of the same item
* [New] Disable hotkeys on pvp characters by default; added a tickbox to re-enable a hotkey when playing a pvp only character
* [New] Added `/toggle` command as a shortcut to `/hide` or `/show` depending on UI
* [New] Added `/toggle helm, custome, costume_head, cape`
* [New] Added `/pcons refill` and `/pcons refill <pcon_name>`
* [New] Added `/target [name|model_id] [index]` to target nth NPC by name or model_id oin distance order
* [Fix] Fixed ctrl + shift + h and shoft + print scrn not hiding toolbox UI
* [Fix] Fixed crashing on character select, map load, and talking to NPCs for some clients
* [Fix] Fixed bug causing `/target` command to target dead NPCs
* [Fix] Fixed bug when using `/target` to target signposts

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

## Version 5.5

* [Fix] Removed unusable settings for world map widget
Expand Down
2 changes: 1 addition & 1 deletion resources/toolboxversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5
5.6

0 comments on commit b302f74

Please sign in to comment.