Skip to content

Releases: constellation-mc/blame-log

0.5.0 (1.18-1.21)

02 Aug 16:25
4cd61c1
Compare
Choose a tag to compare

What's new:

  • Updated Dark Matter to fix a crash.
  • Some minor internal refactors.

0.4.1 (1.18-1.20.4)

12 Apr 08:49
Compare
Choose a tag to compare

What's new:

  • Updated Dark Matter

0.4.0 (1.18-1.20.4)

16 Dec 13:13
Compare
Choose a tag to compare

What's new:

  • Added a very simple config to change the default pattern.
    • Supported args are:
    • {class} - The full class name.
    • {method} - The calling method.
    • {simpleClass} - The simple class name. (without the package)
    • {methodParams} - Simple method parameter array.
    • {methodReturnType} - The return type of the method.
  • The new default pattern is [{simpleClass}#{method}] {message}
    • The old one is [{class}#{method}] {message}
  • Fixed issues on Connector.
  • Updated Dark Matter

0.3.2 (1.18-1.20.1)

16 Aug 10:39
Compare
Choose a tag to compare

What's new:

  • Updated Dark Matter

v0.3.1-1.18

17 Jul 01:03
Compare
Choose a tag to compare
I <3 crashes

v0.3.0-1.18

29 Jun 17:22
Compare
Choose a tag to compare
Version name

v0.2.2-1.18

30 Apr 18:52
Compare
Choose a tag to compare

What's new:

  • Better Mixin handling. Now net.minecraft is replaced by the mixin class if the method was injected.
    • These can get hilariously long:
    • [de.keksuccino.drippyloadingscreen.mixin.mixins.client.MixinLoadingOverlay#handler$enb000$drippyloadingscreen$onConstruct]
    • [net.mehvahdjukaar.supplementaries.mixins.SheetsClassloadingFixHackMixin#handler$mnf000$supplementaries$whyDoIHaveToDoThis]
  • Added 2 more checks, 1. If class name ends with Logging 2. If a method is called log.

v0.2.1-1.18

28 Apr 15:00
Compare
Choose a tag to compare
publish

v0.2.0-1.19.4

17 Apr 12:23
Compare
Choose a tag to compare
The bus has already left. Well, 2 of them...

v0.2.0-1.19.3

17 Apr 05:16
Compare
Choose a tag to compare
Quilt hack-fix