Releases: aternosorg/codex-minecraft
Releases · aternosorg/codex-minecraft
v2.1.0
What's Changed
- detect spigot jenkins builds with letters at the end by @JulianVennen in #29
- fabric crash report support by @JulianVennen in #30
- detect forge version in crash reports by @JulianVennen in #31
- Fabric crash report version by @JulianVennen in #32
- detect java version in crash reports by @JulianVennen in #33
- add version range dependency error by @JulianVennen in #34
- detect plugins that were compiled with a more recent java version by @JulianVennen in #35
- add translations by @DominikDoemsky in #36
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- 2.0 by @matthi4s in #28
- Updated aternos/codex to 2.0.0
- Increased minimum PHP version: 8.1
- Added correct return/argument/property types to all classes (
⚠️ This might affect child classes) - Entry level as enum (
⚠️ $entry->getLevel()
should probably be replaced by$entry->getLevel()->asString()
). - Refactored automatic tests to use generated JSON files instead of comparing dump output.
- Restructured
Log
classes for proper client log/crash report support (⚠️ The namespace and name of allLog
classes have changed) - Added support for client logs (Currently Vanilla/Forge/Fabric/Quilt)
- Added standard function to get log type, name, version, as well as a combined title.
- Added support for Mohist crash reports
- Added support for PolyMC client logs (if not already detected as a different log type)
- Fixed Forge log level detection for STDERR output
Full Changelog: v1.13.1...v2.0.0
v1.13.1
v1.13.0
v1.12.1
What's Changed
- add translations by @DominikDoemsky in #25
- fixed detection for mohist 1.18 in 7ee2ac5
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- detect quilt and quilt versions by @JulianVennen in #23
- Add additional bukkit dependency error by @JulianVennen in #22
Full Changelog: v1.11.4...v1.12.0
v1.11.4
What's Changed
- Add new translations by @DominikDoemsky in #20
- Add support for Minecraft Bedrock Edition content log files by @KurtThiemann in #21
New Contributors
- @DominikDoemsky made their first contribution in #20
- @KurtThiemann made their first contribution in #21
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- add fabric entry point error by @JulianVennen in #19
- add edge case detection to forge dependency regex by @JulianVennen in #18
Full Changelog: v1.11.2...v1.11.3
v1.11.2
What's Changed
- Update fabric dependencies pattern by @JulianVennen in #16
- detect pre releases and release candidates by @JulianVennen in #17
Full Changelog: v1.11.1...v1.11.2