Skip to content

Commit

Permalink
chore: update CHANGELOG.md & tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 25, 2025
1 parent d4ee77f commit 46f19ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2025-01-25

### Added

- Add uncheck hook option and fix test @RimuruChan
- Add Sentry support @dreamguxiang @Dofes @OEOTYAN @ShrBox

### Changed

- Release function when event cancelled @OEOTYAN

### Fixed

- Fix hook origin type check @RimuruChan
- Reorganize CompoundTagVariant member layout @Dofes
- Fix default copyers generator @OEOTYAN @RimuruChan

## [1.0.0-rc.3] - 2025-01-11

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

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...v1.0.0
[1.0.0-rc.3]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...v1.0.0-rc.1
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.",
"author": "levimc",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.3/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.21.50",
"github.com/LiteLDev/CrashLogger": "1.2.x",
Expand Down

0 comments on commit 46f19ba

Please sign in to comment.