Skip to content

Commit 31a9609

Browse files
committed
chore: update CHANGELOG.md
1 parent 80abcae commit 31a9609

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1033
## [1.2.1] - 2025-06-05
1134

1235
### Changed
@@ -940,8 +963,14 @@ For lip and tooth-hub test only.
940963
[#1631]: https://github.com/LiteLDev/LeviLamina/issues/1631
941964
[#1636]: https://github.com/LiteLDev/LeviLamina/issues/1636
942965
[#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
945974
[1.2.1]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0...v1.2.1
946975
[1.2.0]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...v1.2.0
947976
[1.2.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.1...v1.2.0-rc.2

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"github.com/LiteLDev/levilamina-loc": "1.5.*",
2020
"github.com/LiteLDev/PeEditor": "3.9.*",
2121
"github.com/LiteLDev/PreLoader": "1.15.3",
22-
"github.com/LiteLDev/bedrock-runtime-data": "1.21.80-server.2"
22+
"github.com/LiteLDev/bedrock-runtime-data": "1.21.80-server.4"
2323
},
2424
"assets": [
2525
{

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656

5757
if is_server then
5858
if is_windows then
59-
add_requires("bedrockdata 1.21.80-server.4")
59+
add_requires("bedrockdata v1.21.80-server.4")
6060
end
6161
else
6262
if is_windows then

0 commit comments

Comments
 (0)