Skip to content

Commit

Permalink
Version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Oct 9, 2020
1 parent 34eeda4 commit b0a7824
Show file tree
Hide file tree
Showing 2 changed files with 11 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.0")
set(GWTOOLBOXDLL_VERSION "4.1")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOBOX_MODULE_VERSION "4.0.0.0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOBOX_MODULE_VERSION "4.1.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
9 changes: 9 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ 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.1
* [Fix] Fixed GWToolbox not working for Windows 7/8 users
* [Fix] Fixed wrong character name in window title
* [Fix] Re-fixed click to move on minimap when autorunning after recent GW update
* [Fix] Fixed wrong icon for faction leaderboard in toolbox main window
* [Fix] Fixed "Hello (null)!" message when starting toolbox without being in a map

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

## Version 4.0
* [New] Added option to improve move-to-cast to better avoid getting aggro when auto-moving to cast range for a spell
* [New] Updated icons for all widgets and windows
Expand Down

0 comments on commit b0a7824

Please sign in to comment.