Added 1.20.x support
This release includes an exclusive version optimized for Paper 1.19.3+ called LogFilter-Paper. For older versions, simply use LogFilter-Bukkit
What's Changed
- Configure Renovate in https://github.com/4drian3d/LogFilter/pull/4
- fix(deps): update dependency org.spongepowered:spongeapi to v8.1.0 in https://github.com/4drian3d/LogFilter/pull/5
- chore(deps): update dependency gradle to v7.6 in https://github.com/4drian3d/LogFilter/pull/6
- chore(deps): update dependency org.gradlex.extra-java-module-info to v1.3 in https://github.com/4drian3d/LogFilter/pull/8
- chore(deps): update dependency org.spongepowered.gradle.plugin to v2.1.1 in https://github.com/4drian3d/LogFilter/pull/9
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/LogFilter/pull/10
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/LogFilter/pull/11
- chore(deps): update dependency gradle to v8 in https://github.com/4drian3d/LogFilter/pull/15
- Add Paper Plugins support in https://github.com/4drian3d/LogFilter/pull/18
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.20.0 in https://github.com/4drian3d/LogFilter/pull/20
- feat: implement paper runtime downloading
Full Changelog: https://github.com/4drian3d/LogFilter/compare/3.0.4...3.0.5
LogFilter will now have an exclusive version for Paper 1.19.3 and higher, it is part of the new category of Paper Plugins https://docs.papermc.io/paper/reference/paper-plugins
This allows to download dependencies in runtime and to be able to filter messages in console in advance.
What's Changed
- Migrate Krypton Module to Kotlin in https://github.com/4drian3d/LogFilter/pull/3
- fix: Fixed Velocity module name
- fix: Fixed configurate shading in Krypton module
- feat: Improved build plugins
Full Changelog: https://github.com/4drian3d/LogFilter/compare/3.0.3...3.0.4
Fixed Velocity load order
What's Changed
- fix: Fixed Paper load order
Before this change, the plugin was loaded after loading the worlds, so some messages might not be filtered
From now on the plugin will be distributed with a different jar for each platform. this allows different versions to run on different java versions, as well as versions such as Sponge, which already contain Configurate, to be lighter.
What's Changed
- Multi Release Jars by @4drian3d in https://github.com/4drian3d/LogFilter/pull/2
- feat: Implemented Bungee support
Requirements for this version
- Java 8+
From now on the plugin will be distributed with a different jar for each platform. this allows different versions to run on different java versions, as well as versions such as Sponge, which already contain Configurate, to be lighter.
What's Changed
- Multi Release Jars by @4drian3d in https://github.com/4drian3d/LogFilter/pull/2
- feat: Implemented Bungee support
Requirements for this version
- Java 11+
- Velocity 1.1.x|3.0.x|3.1.x|3.2.0
From now on the plugin will be distributed with a different jar for each platform. this allows different versions to run on different java versions, as well as versions such as Sponge, which already contain Configurate, to be lighter.
What's Changed
- Multi Release Jars by @4drian3d in https://github.com/4drian3d/LogFilter/pull/2
- feat: Implemented Bungee support
Requirements for this version
- Java 8+
Implemented Sponge, Krypton and Paper Platforms
Compatibility
- Sponge 8+
- Velocity 3.0+
- Bukkit 1.8.8+
- Krypton 0.66.3+
2.0.0 Release | Migrated to Configurate and Filter performance improvements
by 4drian3d on Aug 18, 2022What's Changed
- fix: Replace Toml4j usage with Configurate 3
- misc!: Migrated from TOML format to HOCON config format
- perf: Improved filters performance
- build: Added module-info | Java 9 Modules Support
- chore: Change package
Full Changelog: https://github.com/4drian3d/LogFilter/compare/1.0.1...2.0.0