Releases: Mojang/minecraft-debugger
Releases · Mojang/minecraft-debugger
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
v1.16.1
1.16.1 (2024-10-22)
Bug Fixes
- graphs: Fix css colors for diagnostic charts tool tips, improve contrast. (fixes #146) (#243) (2a289e4)
v1.16.0
1.16.0 (2024-10-22)
Features
- sourcemaps: Add tests for SourceMap.ts, generate test source maps (internal and external) and verify line translations. (#242) (0fbc64f)
v1.15.1
1.15.1 (2024-10-22)
Bug Fixes
- sourcemaps: Fix inline source map regex match pattern if no tags in match string. (#241) (509d5b3)
v1.15.0
1.15.0 (2024-10-16)
Features
- profiler: Script profiler can be initiated from from VSCode, captures visible in MC home panel. (#240) (3c85cd3)
v1.14.0
1.14.0 (2024-10-08)
Features
- diag: Save and restore current diagnostics tab when panel leaves and enters focus. (#238) (a4ef3de)