File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0] - 2025-01-25
11
+
12
+ ### Added
13
+
14
+ - Add uncheck hook option and fix test @RimuruChan
15
+ - Add Sentry support @dreamguxiang @Dofes @OEOTYAN @ShrBox
16
+
17
+ ### Changed
18
+
19
+ - Release function when event cancelled @OEOTYAN
20
+
21
+ ### Fixed
22
+
23
+ - Fix hook origin type check @RimuruChan
24
+ - Reorganize CompoundTagVariant member layout @Dofes
25
+ - Fix default copyers generator @OEOTYAN @RimuruChan
26
+
10
27
## [ 1.0.0-rc.3] - 2025-01-11
11
28
12
29
### Added
@@ -752,7 +769,8 @@ For lip and tooth-hub test only.
752
769
[ #1610 ] : https://github.com/LiteLDev/LeviLamina/issues/1610
753
770
[ #1611 ] : https://github.com/LiteLDev/LeviLamina/issues/1611
754
771
755
- [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...HEAD
772
+ [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.0.0...HEAD
773
+ [ 1.0.0 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...v1.0.0
756
774
[ 1.0.0-rc.3 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...v1.0.0-rc.3
757
775
[ 1.0.0-rc.2 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.1...v1.0.0-rc.2
758
776
[ 1.0.0-rc.1 ] : https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " github.com/LiteLDev/LeviLamina" ,
4
- "version" : " 1.0.0-rc.3 " ,
4
+ "version" : " 1.0.0" ,
5
5
"info" : {
6
6
"name" : " LeviLamina" ,
7
7
"description" : " A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition." ,
8
8
"author" : " levimc" ,
9
9
"tags" : []
10
10
},
11
- "asset_url" : " https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.3 /levilamina-release-windows-x64.zip" ,
11
+ "asset_url" : " https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0/levilamina-release-windows-x64.zip" ,
12
12
"dependencies" : {
13
13
"github.com/LiteLDev/bds" : " 1.21.50" ,
14
14
"github.com/LiteLDev/CrashLogger" : " 1.2.x" ,
You can’t perform that action at this time.
0 commit comments