Releases: xpdustry/slf4md
Releases · xpdustry/slf4md
v1.3.0 release
Changes & New features
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
Maintenance
- Bump mindustry min version to v157 (
5c5d0df)
v1.2.0 release
Changes & New features
- Added
slf4mdcommands. 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
Bugfixes
- Fixed SLF4MD crashing if the
JVMis missingjava.util.loggingclasses.
v1.1.2 release
v1.1.1 release
Bugfixes
- Fixed invalid
mod.json, making the mod crash.
v1.1.0 release
Changes
- Converted this plugin into a mod, for compatibility with mods.
- Now compatible with android.
v1.0.4 release
Bugfixes
- HOTFIX: Fix
SimpleLoggerProviderinitialization issues.
v1.0.3 release
Changes
- Now compatible with Mindustry v8.
v1.0.2 release
Chores
- Updated dependencies.
- Replaced checker annotations with jspecify.