Skip to content

Releases: constellation-mc/dark-matter

0.8.0-1.19.3

23 Jul 10:18
Compare
Choose a tag to compare

What's new:

Breaking changes for the Mixpanel module, notable ones for others.

Analytics

  • Fixed new users getting null IDs.
  • ID will only be assigned if analytics are enabled.
  • Now, handlers will handle messages if either analytics or crashlytics are on.
  • Added null checks for various method arguments.
  • Mixpanel module has undergone a rewrite:
    • org.json and mixpanel dependencies were dropped.
    • mixpanel was condensed into a single MixpanelAPI class, which immediately sends your request.
    • MessageProvider no longer requires you to return anything.

Content

  • Non-prefixed methods in ItemGroupExtensions are now deprecated.

Danger

  • Danger will no longer auto-start with the game.
    • You no longer need "dark-matter-danger:instrumentation" in your fabric.mod.json.

Enums

  • EnumWrapper now uses values()[0] just in case anything gets renamed.

Recipe Book

  • Non-prefixed methods in PaginatedRecipeGroupButtonWidget and PaginatedRecipeBookWidget are now deprecated.
  • Removed ApiStatus annotation from classes.

0.8.0-1.19.2

23 Jul 10:12
Compare
Choose a tag to compare

What's new:

Breaking changes for the Mixpanel module, notable ones for others.

Analytics

  • Fixed new users getting null IDs.
  • ID will only be assigned if analytics are enabled.
  • Now, handlers will handle messages if either analytics or crashlytics are on.
  • Added null checks for various method arguments.
  • Mixpanel module has undergone a rewrite:
    • org.json and mixpanel dependencies were dropped.
    • mixpanel was condensed into a single MixpanelAPI class, which immediately sends your request.
    • MessageProvider no longer requires you to return anything.

Content

  • Non-prefixed methods in ItemGroupExtensions are now deprecated.

Danger

  • Danger will no longer auto-start with the game.
    • You no longer need "dark-matter-danger:instrumentation" in your fabric.mod.json.

Enums

  • EnumWrapper now uses values()[0] just in case anything gets renamed.

Recipe Book

  • Non-prefixed methods in PaginatedRecipeGroupButtonWidget and PaginatedRecipeBookWidget are now deprecated.
  • Removed ApiStatus annotation from classes.

0.8.0-1.18.2

23 Jul 10:11
Compare
Choose a tag to compare

What's new:

Breaking changes for the Mixpanel module, notable ones for others.

Analytics

  • Fixed new users getting null IDs.
  • ID will only be assigned if analytics are enabled.
  • Now, handlers will handle messages if either analytics or crashlytics are on.
  • Added null checks for various method arguments.
  • Mixpanel module has undergone a rewrite:
    • org.json and mixpanel dependencies were dropped.
    • mixpanel was condensed into a single MixpanelAPI class, which immediately sends your request.
    • MessageProvider no longer requires you to return anything.

Content

  • Non-prefixed methods in ItemGroupExtensions are now deprecated.

Danger

  • Danger will no longer auto-start with the game.
    • You no longer need "dark-matter-danger:instrumentation" in your fabric.mod.json.

Enums

  • EnumWrapper now uses values()[0] just in case anything gets renamed.

Recipe Book

  • Non-prefixed methods in PaginatedRecipeGroupButtonWidget and PaginatedRecipeBookWidget are now deprecated.
  • Removed ApiStatus annotation from classes.

0.7.0-1.20

20 Jul 07:13
Compare
Choose a tag to compare

What's new:

Analytics

  • New analytics module! analytics-crashes
    • Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
  • Analytics config moved to JSON + new option for Crashlytics.

Minecraft

  • Fixed matrices not getting popped after rendering tooltips. (1.20+)

0.7.0-1.19.4

20 Jul 07:12
Compare
Choose a tag to compare

What's new:

Analytics

  • New analytics module! analytics-crashes
    • Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
  • Analytics config moved to JSON + new option for Crashlytics.

Minecraft

  • Fixed matrices not getting popped after rendering tooltips. (1.20+)

0.7.0-1.19.3

20 Jul 07:11
Compare
Choose a tag to compare

What's new:

Analytics

  • New analytics module! analytics-crashes
    • Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
  • Analytics config moved to JSON + new option for Crashlytics.

Minecraft

  • Fixed matrices not getting popped after rendering tooltips. (1.20+)

0.7.0-1.19.2

20 Jul 07:10
Compare
Choose a tag to compare

What's new:

Analytics

  • New analytics module! analytics-crashes
    • Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
  • Analytics config moved to JSON + new option for Crashlytics.

Minecraft

  • Fixed matrices not getting popped after rendering tooltips. (1.20+)

0.7.0-1.18.2

20 Jul 07:11
Compare
Choose a tag to compare

What's new:

Analytics

  • New analytics module! analytics-crashes
    • Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
  • Analytics config moved to JSON + new option for Crashlytics.

Minecraft

  • Fixed matrices not getting popped after rendering tooltips. (1.20+)

v0.6.2-1.20

17 Jul 00:24
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/1.19.4-fabric' into 1.20-fabric

v0.6.2-1.19.4

17 Jul 00:23
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/1.19.3-fabric' into 1.19.4-fabric