diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 24e6694d..802b760d 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,9 +1,11 @@ ## [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, balance and frags in the getTopPlayers function (#347) +* Menus: Add an "access" option to Menus (#340) + * Possibility to hide menus for unauthorized users +* Settings: Add Reset button (https://github.com/slawkens/myaac/commit/7104c2258fd724a55239821b46a616dab845b22a, https://github.com/slawkens/myaac/commit/e274b8350451a20c24e652ea05ed1964ebb86b54) +* Functions: Add the possibility to fetch skills, balance and frags in the getTopPlayers function (#347) +* Plugins: autoload init-priority option (https://github.com/slawkens/myaac/commit/f1aa12840875960849fa0c99a2bbe0ad2949bbec) ### Changed * Better handling of vocations: (#345) @@ -11,6 +13,7 @@ * Support for Monk vocation * Better gallery, loads images from images/gallery folder * Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289) +* Make myaac_config table columns bigger (https://github.com/slawkens/myaac/commit/2c62a97160a3ffe9976ee5bd1d770a0abc576742) * Admin Panel: save menu collapse state (https://github.com/slawkens/myaac/commit/55da00520df7463a1d1ca41931df1598e9f2ffeb) ### Internal