Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Dec 21, 2024
1 parent f27613f commit 2f90f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(gwtoolbox)
set(GWTOOLBOXEXE_VERSION "4.2")
set(GWTOOLBOXEXE_MODULE_VERSION "4,2,0,0") # used for exe module info. See GWToolbox/GWToolbox.rc
set(GWTOOLBOXDLL_VERSION "7.0")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOXDLL_VERSION_BETA "beta1") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "7,0,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc


Expand Down
5 changes: 4 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: default
Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for
the latest version, go to the [Home Page](./) instead.

## Version 7.0
## Version 7.0 beta1
* [Fix] Fixed occasional crashing when disabling or enabling modules whilst toolbox is running
* [Fix] Fixed bug mixing up messages if a previous message is received (and blocked) from an ignored player
* [Fix] Fixed issue preventing compass drawing
Expand All @@ -20,9 +20,12 @@ the latest version, go to the [Home Page](./) instead.
* [Fix] Fixed /cam fog working the wrong way round
* [Fix] Fixed crash when using /reinvite command
* [Fix] Fixed custom markers not showing immediately by default
* [Fix] Fixed disconnect on map load when using an equip item hotkey on map entry
* [Minor] Challenge mission outposts work with /travel now
* [Minor] Re-enabled cursor fix module
* [Minor] Allowed more fine grained control over text size for skillbar, clock and effect monitor widgets
* [Minor] Added auto resize option for all widgets and windows
* [Minor] Show/Hide position and size settings when lock position/size is checked
* [New] Added option to disable pcons on mission complete, vanquish complete and dungeon complete
* [New] Added option to assign multiple character names to a single hotkey
* [New] Added custom marker context menu to mission map
Expand Down

0 comments on commit 2f90f59

Please sign in to comment.