Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
v1.22.0
1.22.0 (2025-05-19)
Features
- Adds Minecraft Run Command and Reload World on Restart Option (#312) (faaa2f5)
v1.21.7
1.21.7 (2025-02-19)
Bug Fixes
- lint: adjust eslint settings and fix warnings (#304) (be138ee)
v1.21.6
1.21.6 (2025-02-18)
Bug Fixes
- source-maps: Use alternate source map bias only if the default returns null and the alternate does not. Remove as user option to reduce config confusion. (#303) (01f4937)
v1.21.5
1.21.5 (2025-02-14)
Bug Fixes
- source-maps: Improve error messages and logs when working with source maps. (#301) (14f35cc)
v1.21.4
1.21.4 (2025-01-28)
Bug Fixes
- refactor: Breakpoints list in map type can't be undefined. (#286) (8e87fc4)
v1.21.3
1.21.3 (2025-01-28)
Bug Fixes
- breakpoints: Breakpoints could get overwritten when multiple TS files map to a single JS file. (#285) (a7e542f)
v1.21.2
1.21.2 (2024-12-18)
Bug Fixes
- style: Conform to kebab case for all source files (except the React components) (#275) (5ac9c64)
v1.21.1
1.21.1 (2024-12-13)
Bug Fixes
- diagnostics: fix diagnostics replay restart (#274) (6af0405)
v1.21.0
1.21.0 (2024-12-13)
Features
- diagnostics: support compressed .mcstats streams, add tests for processing stream. (#273) (623301d)
v1.20.1
1.20.1 (2024-12-10)
Bug Fixes
- diag: stats replay would stop when reaching eof, should go until buffer has been processed. (#271) (c7fd5c7)