Skip to content

Releases: aternosorg/codex-minecraft

v3.6.0

06 Nov 15:01
f85d637
Compare
Choose a tag to compare

What's Changed

  • Detect + add latest logs for Forge 1.21.3 (client+server) and NeoForge 1.21.3 (client+server) by @pavog in #95
  • Detect more crash reports from NeoForge + detect version in crash reports from NeoForge by @pavog in #94

Full Changelog: v3.5.0...v3.6.0

v3.5.0

18 Oct 15:26
874a5d1
Compare
Choose a tag to compare

What's Changed

  • Remove ".paper-remapped/" from plugin path by @pavog in #91
    • Added
      • PluginFileProblem which is a base class for all problems that are related to a plugin file. It holds the plugin file path and offers a generic function (setMatches) to extract the plugin file name and path from the errors, as well as adding the solutions PluginInstallDifferentVersionSolution and PluginInstallDifferentVersionSolution and FileDeleteSolution
      • Function correctPluginPath to PluginProblem that corrects the ".paper-remapped" in the plugin path
      • Function extractPluginName to PluginProblem that extracts the plugin name from the plugin path
      • Function extractPluginFileName to PluginProblem that extracts the plugin file name from the plugin path
    • Changed
      • AmbiguousPluginNameProblem now extends PluginProblem
      • PluginDependenciesProblem now extends PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
      • PluginDependencyProblem now extends the PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
      • PluginLoadProblem now extends PluginFileProblem
      • UnsupportedApiVersionProblem now extends PluginFileProblem
      • UnsupportedClassVersionProblem now extends PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
      • PluginRegionalTickingProblem now extends PluginFileProblem and suggests the PluginInstallDifferentVersionSolution
      • ApiVersionLowerThanPluginProblem now extends PluginFileProblem
    • Added test logs
      • paper-multiple-dependencies-1-21-1
      • paper-plugin-api-version-too-low-1-21-1
      • paper-plugin-dependency-1-21-1
      • paper-plugin-unsupported-class-version-1-21-1
      • paper-unsupported-api-version-1-21-1

Full Changelog: v3.4.0...v3.5.0

v3.4.0

01 Oct 09:35
7e72b14
Compare
Choose a tag to compare

What's Changed

  • Use MultiPatternDetector for all client logs and crash reports by @pavog in #88
  • Paper: "Ambiguous plugin name" problem in 1.21.1 by @pavog in #90
  • Fix detecting vanilla version on neoforge by @JulianVennen in #89

Full Changelog: v3.3.0...v3.4.0

v3.3.0

02 Sep 14:32
c0d2f94
Compare
Choose a tag to compare

What's Changed

  • Detect new versions of Purpur by @pavog in #86

Full Changelog: v3.2.0...v3.3.0

v3.2.0

08 Aug 14:07
7fce147
Compare
Choose a tag to compare

What's Changed

  • Add problem and solution for Auth server unreachable by @tomjpeg in #85

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

08 Jul 10:13
44e1fa2
Compare
Choose a tag to compare

What's Changed

  • Detect UnsupportedClassVersionErrors in newer versions of Paper by @pavog in #78
  • Detect UnsupportedApiVersionErrors in newer versions of Paper by @pavog in #79
  • Detect AmbiguousPluginNameErrors in newer versions of Paper by @pavog in #80
  • Detect missing / unknown dependencies errors in newer versions of Paper by @pavog in #81
  • Detect new versions of Paper and Folia by @pavog in #83
  • add translations by @DominikDoemsky in #82
  • Paper: Detect problem "Plugin API version ... is lower than the minimum allowed version. " by @pavog in #84

Full Changelog: v3.0.2...v3.1.0

v3.0.2

19 Jun 15:40
7206b8a
Compare
Choose a tag to compare

What's Changed

  • Detect Fabric loom logs in #77

Full Changelog: v3.0.1...v3.0.2

v3.0.1

18 Jun 07:25
61517e0
Compare
Choose a tag to compare

v3.0.0

17 Jun 16:05
0149dc6
Compare
Choose a tag to compare

What's Changed

  • Added network protocol error reports by @matthi4s in #75
    • ⚠️ Some crash report classes were moved/renamed for this
  • Detect more CustomSkinLoader logs by @JulianVennen in #76

Full Changelog: v2.10.2...v3.0.0

v2.10.2

14 Jun 17:06
6d344ee
Compare
Choose a tag to compare

What's Changed

  • Detect fabric mod dependency problems if the mod is installed in the wrong version
  • Detect forge side and mcversion for very old Minecraft versions
  • Detect various crash reports even if there's another character before it in the first line
  • Detect neoforge early (Fixes #70)

Full Changelog: v2.10.1...v2.10.2