Skip to content

Commit 46f19ba

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent d4ee77f commit 46f19ba

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1027
## [1.0.0-rc.3] - 2025-01-11
1128

1229
### Added
@@ -752,7 +769,8 @@ For lip and tooth-hub test only.
752769
[#1610]: https://github.com/LiteLDev/LeviLamina/issues/1610
753770
[#1611]: https://github.com/LiteLDev/LeviLamina/issues/1611
754771

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
756774
[1.0.0-rc.3]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...v1.0.0-rc.3
757775
[1.0.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.1...v1.0.0-rc.2
758776
[1.0.0-rc.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...v1.0.0-rc.1

tooth.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LeviLamina",
4-
"version": "1.0.0-rc.3",
4+
"version": "1.0.0",
55
"info": {
66
"name": "LeviLamina",
77
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.",
88
"author": "levimc",
99
"tags": []
1010
},
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",
1212
"dependencies": {
1313
"github.com/LiteLDev/bds": "1.21.50",
1414
"github.com/LiteLDev/CrashLogger": "1.2.x",

0 commit comments

Comments
 (0)