Skip to content

Releases: xpdustry/slf4md

v1.3.0 release

22 May 19:13
0590b9a

Choose a tag to compare

Changes & New features

⚠️ Soft breaking change ⚠️

The configuration system of slf4md has been overhauled (#68) (0590b9a).
It's now stored in settings.bin instead of a dedicated json file.
The json file will not be automatically migrated to the new system.

Maintenance

  • Updated slf4j monorepo to v2.0.18 (03056e8)

v1.2.1 release

14 Apr 23:39
e84b24d

Choose a tag to compare

Maintenance

  • Bump mindustry min version to v157 (5c5d0df)

v1.2.0 release

16 Jan 17:36
ff34663

Choose a tag to compare

Changes & New features

  • Added slf4md commands. You can now control individual loggers log level.

Bugfixes

  • Fix colors in non-headless environments (69538b1)

Maintenance

  • Refactored internals to be simpler.

v1.1.3 release

26 Sep 11:51
7759b61

Choose a tag to compare

Bugfixes

  • Fixed SLF4MD crashing if the JVM is missing java.util.logging classes.

v1.1.2 release

26 Sep 11:22
e59c831

Choose a tag to compare

Bugfixes

  • Fixed JSON deserialization of mod/plugin descriptors (#45). Thank @ZetaMap.

Chores

  • Bumped most of the dependencies.

v1.1.1 release

21 Jul 00:57
87e8c07

Choose a tag to compare

Bugfixes

  • Fixed invalid mod.json, making the mod crash.

v1.1.0 release

21 Jul 00:52
4e6c02e

Choose a tag to compare

Changes

  • Converted this plugin into a mod, for compatibility with mods.
  • Now compatible with android.

v1.0.4 release

24 Jun 12:57
ba2a82c

Choose a tag to compare

Bugfixes

  • HOTFIX: Fix SimpleLoggerProvider initialization issues.

v1.0.3 release

24 Jun 12:47
8676c29

Choose a tag to compare

Changes

  • Now compatible with Mindustry v8.

v1.0.2 release

23 Jun 20:31
11927d0

Choose a tag to compare

Chores

  • Updated dependencies.
  • Replaced checker annotations with jspecify.