Skip to content

Releases: Mojang/minecraft-debugger

v1.21.2

18 Dec 23:01
5ac9c64
Compare
Choose a tag to compare

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

13 Dec 19:49
6af0405
Compare
Choose a tag to compare

1.21.1 (2024-12-13)

Bug Fixes

  • diagnostics: fix diagnostics replay restart (#274) (6af0405)

v1.21.0

13 Dec 18:15
623301d
Compare
Choose a tag to compare

1.21.0 (2024-12-13)

Features

  • diagnostics: support compressed .mcstats streams, add tests for processing stream. (#273) (623301d)

v1.20.1

10 Dec 20:06
c7fd5c7
Compare
Choose a tag to compare

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

10 Dec 17:34
648c3d6
Compare
Choose a tag to compare

1.20.0 (2024-12-10)

Features

  • diagnostics: Ability to load a replay of diagnostics events from file (#270) (648c3d6)

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