Skip to content

Releases: Mojang/minecraft-debugger

v1.22.0

19 May 16:30
faaa2f5
Compare
Choose a tag to compare

1.22.0 (2025-05-19)

Features

  • Adds Minecraft Run Command and Reload World on Restart Option (#312) (faaa2f5)

v1.21.7

19 Feb 01:32
be138ee
Compare
Choose a tag to compare

1.21.7 (2025-02-19)

Bug Fixes

  • lint: adjust eslint settings and fix warnings (#304) (be138ee)

v1.21.6

18 Feb 20:29
01f4937
Compare
Choose a tag to compare

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

14 Feb 21:01
14f35cc
Compare
Choose a tag to compare

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

28 Jan 18:59
8e87fc4
Compare
Choose a tag to compare

1.21.4 (2025-01-28)

Bug Fixes

  • refactor: Breakpoints list in map type can't be undefined. (#286) (8e87fc4)

v1.21.3

28 Jan 16:40
a7e542f
Compare
Choose a tag to compare

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

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)