From 491048ac5a21a3ec3c114a1cfbdee3e6c00fa44e Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 14 Jan 2023 02:29:47 +0100 Subject: [PATCH] Release v2023.01.11 Signed-off-by: Haru --- CHANGELOG.md | 22 ++++++++++++++++++++++ doc/constants_pre-re.md | 2 +- doc/constants_re.md | 2 +- src/config/core.h | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f55f00260d..e9bb7c46344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,27 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2023.01.11] `January 11 2023` + +### Added + +- Added a skeleton function for generating an auth token. This doesn't add actual token generation capabilities at this time, but allows plugins to hook into it to implement custom behavior. (#3183) +- Added the missing effects of Fire Expansion level 3 and 4 (#2920) + +### Changed + +- Changed `validateinterfaces.py` to run on python3. (#3185) +- Changed the CI builds to use python3 instead of python2, as it's getting removed by linux distributions including debian unstable. (part of #3185) +- Changed the `show_monster_hp_bar` option to show the HP bar on WoE guardians when it's enabled for Emperium (flag '2', disabled by default) instead of when it's enabled for MvPs/bosses (flag '4', also disabled by default.) (#2931, related to #2008, #2912) + +### Fixed + +- Fixed a missing package `php-dom` in CI builds. (part of #3185) + +### Other + +- Updated copyright headers for year 2023. + ## [v2022.12.07] `December 07 2022` ### Added @@ -2622,6 +2643,7 @@ If you are reading this in a text editor, simply ignore this section - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2023.01.11]: https://github.com/HerculesWS/Hercules/compare/v2022.12.07...v2023.01.11 [v2022.12.07]: https://github.com/HerculesWS/Hercules/compare/v2022.11.02+1...v2022.12.07 [v2022.11.02+1]: https://github.com/HerculesWS/Hercules/compare/v2022.11.02...v2022.11.02+1 [v2022.11.02]: https://github.com/HerculesWS/Hercules/compare/v2022.10.05...v2022.11.02 diff --git a/doc/constants_pre-re.md b/doc/constants_pre-re.md index c15cec67f17..efe750c7a29 100644 --- a/doc/constants_pre-re.md +++ b/doc/constants_pre-re.md @@ -4814,7 +4814,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202212070 +- `HERCULES_VERSION`: 202301110 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/doc/constants_re.md b/doc/constants_re.md index 2dd06f8c183..83dcb126a61 100644 --- a/doc/constants_re.md +++ b/doc/constants_re.md @@ -4814,7 +4814,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202212070 +- `HERCULES_VERSION`: 202301110 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/src/config/core.h b/src/config/core.h index 8a35c02fcec..2f1371b4f94 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H // from tag vXXXXXXXX.Y -> XXXXXXXXY -#define HERCULES_VERSION 202212070 +#define HERCULES_VERSION 202301110 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10