Skip to content

Commit

Permalink
for 6.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jun 29, 2024
1 parent 363181f commit b16b16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(gwtoolbox)

set(GWTOOLBOXEXE_VERSION "4.1")
set(GWTOOLBOXDLL_VERSION "6.22")
set(GWTOOLBOXDLL_VERSION_BETA "beta2") # can be anything. Marks beta version if not empty.
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,22,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc

# this is no longer required, but in case we have to add an installer again some day
Expand Down
3 changes: 2 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ the latest version, go to the [Home Page](./) instead.
## Version 6.22
* [Minor] /tp [zm, zv, zb] now does the same as /zm take or /zm travel
* [New] Added highlight info and right click menu to daily quests window to make doing dailies easier
* [New] Added option to hide gw compass when toolbox minimap is active (refresh on map change)
* [New] Added option to hide gw compass when toolbox minimap is active
* [Fix] Fixed compass being hidden when toolbox starts
* [Fix] Fixed alcohol being spammed too much
* [Fix] Fixed rounding issues for SkillMonitor width causing wrong pixel offsets
* [Fix] Fixed crash when offering an item to trade that is already already offered

## Version 6.21
* [Fix] Party widgets do not disappear when party members are out of compass range
Expand Down

0 comments on commit b16b16d

Please sign in to comment.