Skip to content

Releases: Mojang/minecraft-debugger

v1.19.1

30 Oct 19:06
20f66f4
Compare
Choose a tag to compare

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

29 Oct 18:44
e63585a
Compare
Choose a tag to compare

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

25 Oct 22:30
2b1b24f
Compare
Choose a tag to compare

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

24 Oct 16:25
d860411
Compare
Choose a tag to compare

1.18.0 (2024-10-24)

Features

  • diagnostics: Add a reload command and support command keybinds (#245) (d860411)

v1.17.0

23 Oct 18:20
af23871
Compare
Choose a tag to compare

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

22 Oct 22:36
2a289e4
Compare
Choose a tag to compare

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

22 Oct 19:54
0fbc64f
Compare
Choose a tag to compare

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

22 Oct 17:49
509d5b3
Compare
Choose a tag to compare

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

16 Oct 20:36
3c85cd3
Compare
Choose a tag to compare

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

08 Oct 22:52
a4ef3de
Compare
Choose a tag to compare

1.14.0 (2024-10-08)

Features

  • diag: Save and restore current diagnostics tab when panel leaves and enters focus. (#238) (a4ef3de)