Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
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)
v1.20.0
1.20.0 (2024-12-10)
Features
- diagnostics: Ability to load a replay of diagnostics events from file (#270) (648c3d6)
v1.19.1
1.19.1 (2024-10-30)
Bug Fixes
- debugger: Always filewatch .map and .js from sourceMapRoot, but optionally /reload minecraft. (#249) (20f66f4)
v1.19.0
1.19.0 (2024-10-29)
Features
- debugger: Update filewatch to look for .map and .js and send /reload to MC (#248) (e63585a), closes #130
v1.18.1
1.18.1 (2024-10-25)
Bug Fixes
- diagnostics: Updated client timing chart to no longer be sqrt Y scaling (#247) (2b1b24f)
v1.18.0
1.18.0 (2024-10-24)
Features
- diagnostics: Add a reload command and support command keybinds (#245) (d860411)
v1.17.0
1.17.0 (2024-10-23)
Features
- diagnostics: auto select the first element in the client or plugin dropdowns when opening the diagnostics panel. (#244) (af23871), closes #144