Update CHANGELOG-2.x.md

This commit is contained in:
slawkens
2026-01-04 13:17:03 +01:00
parent dcdaa5ef43
commit 3ea2b68561

View File

@@ -1,9 +1,12 @@
## [2.0-dev - x.x.2025] ## [2.0-dev - x.x.2025]
### Added
* Add an "access" option to Menus (#340)
* Possibility to hide menus for unauthorized users
* Add the possibility to fetch skills in the getTopPlayers function
### Changed ### Changed
* Better handling of vocations: (#345) * Better handling of vocations: (#345)
* Load from vocations.xml (No need to manually set) * Load from vocations.xml (No need to manually set)
* Support for Monk vocation * Support for Monk vocation
* Add an access option to Menus (#340)
* Possibility to hide menus for unauthorized users
* Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289) * Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289)