Skip to content

Releases: isXander/Debugify

v1.20.1+1.0

12 Jun 16:45

Choose a tag to compare

  • Added error handling to bug fixes to sometimes catch errors and continue loading.
  • Fixed issue with MC-176559 bugfix where continuously breaking blocks would glitch out. (#247)

v1.20+1.1

08 Jun 17:17

Choose a tag to compare

  • Fix crash when opening chat menu with MC-122627 enabled

v1.20+1.0

07 Jun 21:40

Choose a tag to compare

  • Update to 1.20
  • Removed MC-162253 as it was fixed in 1.20 snapshots.

v1.19.4+2.2

21 Apr 15:26

Choose a tag to compare

  • Fix crash when MC-59810 is enabled

v1.19.4+2.1

19 Apr 18:29

Choose a tag to compare

  • Fix crash relating to MC-122477 on Linux

v1.19.4+2.0

17 Apr 16:58

Choose a tag to compare

  • Add fix explanations and effects to most bug fixes
  • Fix crash relating to MC-162253
  • Improve MC-183990 to fix more mobs

v1.19.4+1.1

16 Apr 19:46

Choose a tag to compare

  • Fixed issues with the MC-46766 fix
  • Fixed a lot of client bug fixes silently failing to be applied fully
    • MC-108948
    • MC-127970
    • MC-143474
    • MC-162253
    • MC-215531
    • MC-217716
    • MC-227169
    • MC-22882
    • MC-237493 - this fixes the telemetry fix not properly clearing the telemetry info screen
    • MC-577
    • MC-59810
    • MC-79545
    • MC-90683
    • MC-12829
    • MC-140646
  • Prevent mixins from failing silently in the future
  • Publish sources jar to maven
  • Add Traditional Chinese translation

v1.19.4+1.0

15 Mar 18:22

Choose a tag to compare

  • Update to 1.19.4
  • Removed MC-165595 as it was fixed in 1.19.4

v1.19.3+1.1

15 Dec 17:38

Choose a tag to compare

  • Re-compile with latest version of YetAnotherConfigLib as new version JAR isn't backwards compatible

v1.19.3+1.0

07 Dec 16:27

Choose a tag to compare

Updated to 1.19.3

New & improved Telemetry Fix

New telemetry menu in 1.19.3 allows you to set telemetry from Minimal to Full, Debugify adds a third option,
off, that fully turns off and prevents Minecraft from connecting to Mojang telemetry services.

This also allows for a tooltip explaining each type of telemetry option.

Technical Details

Debugify adds another option in options.txt named debugifyTelemetry where
0 = off, 1 = minimal and 2 = full. Debugify internally sets the vanilla option
to minimal if off or minimal so if you delete Debugify you would not be defaulted
to full.

Options GUI improvements

You can now search for fixes using their descriptions as well as their bug ID.

'Server' fixes have been renamed to 'Main' fixes because previous wording was misleading
that they only applied on a server.

'Main' and 'Client' are now categories instead of groups while 'Basic' and 'Gameplay' have
taken their place as groups rather than categories. The gameplay warning and multiplayer toggle
are mirrored in both categories.

Fix groups are now expanded by default.

New versioning system

Due to how intertwined Debugify is with Minecraft versions, starting 1.19.3, a new versioning
system for Debugify is being adopted. The version will reset on every Minecraft version bump, including
patches. An example version is 1.19.3+1.0, the major version will change when Debugify adds new fixes or
any significant changes to the mod itself happens, the minor version will change if Debugify makes any small
changes such as a bug fix or a text localisation update.

This has been made because the current system was very confusing and wasn't clear
when there should ever be a major bump.

Removed bugs fixed in 1.19.3

Bug ID Name Fixed in
MC-26757 Large item tooltips can get cut off at the edges of the screen 22w42a
MC-135973 Can't hold Q to drop items rapidly from container inventories 22w42a
MC-145748 Clicking a settings button when there's a slider under the mouse in the next screen plays the click sound twice 22w42a
MC-84873 DeathTime values 20+ cause corrupted mobs 22w43a
MC-147605 Text cursors can exist in multiple fields 22w46a
MC-151412 "Edit Server Info" window does not focus "Server Name" text field automatically 22w46a
MC-233042 Server Address field isn't focused when Direct Connection menu is opened 22w46a
MC-249059 Loading terrain screen cannot close before 2 seconds have passed 22w46a
MC-228976 Entity collision is run on render thread 1.19.3-pre3