@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.3.0] - 2025-06-11
11
+
12
+ ### Added
13
+
14
+ - Added new hash combiner & fix [ #1673 ] @OEOTYAN
15
+ - Added early return to event publish, resolve [ #1668 ] @OEOTYAN
16
+ - Added enum flags reflection, resolve [ #1669 ] @OEOTYAN
17
+ - Added hookEx and hookOptions (#1676 ) @ShrBox
18
+
19
+ ### Changed
20
+
21
+ - Updated to Minecraft 1.21.80.3 @OYOTYAN @ShrBox @xiaoqch
22
+ - Removed unused hook @xiaoqch
23
+
24
+ ### Fixed
25
+
26
+ - Added new mc color format code convertion, fix [ #1671 ] OEOTYAN 25-6-7 下午5:22fix: add new mc color format code convertion, fix [ #1671 ] @OEOTYAN
27
+ - Fixed [ #1670 ] @OEOTYAN
28
+ - Fixed Logger @xiaoqch
29
+ - Fixed CommandParameterData @xiaoqch
30
+ - Fixed StdMemoryAllocator @xiaoqch
31
+ - Include <expected > only when C++23 is supported @xiaoqch
32
+
10
33
## [ 1.2.1] - 2025-06-05
11
34
12
35
### Changed
@@ -940,8 +963,14 @@ For lip and tooth-hub test only.
940
963
[ #1631 ] : https://github.com/LiteLDev/LeviLamina/issues/1631
941
964
[ #1636 ] : https://github.com/LiteLDev/LeviLamina/issues/1636
942
965
[ #1664 ] : https://github.com/LiteLDev/LeviLamina/issues/1664
943
-
944
- [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.1...HEAD
966
+ [ #1668 ] : https://github.com/LiteLDev/LeviLamina/issues/1668
967
+ [ #1669 ] : https://github.com/LiteLDev/LeviLamina/issues/1669
968
+ [ #1670 ] : https://github.com/LiteLDev/LeviLamina/issues/1670
969
+ [ #1671 ] : https://github.com/LiteLDev/LeviLamina/issues/1671
970
+ [ #1673 ] : https://github.com/LiteLDev/LeviLamina/issues/1673
971
+
972
+ [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.3.0...HEAD
973
+ [ 1.3.0 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.1...v1.3.0
945
974
[ 1.2.1 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0...v1.2.1
946
975
[ 1.2.0 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...v1.2.0
947
976
[ 1.2.0-rc.2 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.1...v1.2.0-rc.2
0 commit comments