Skip to content

Latest commit

 

History

History
195 lines (119 loc) · 6.36 KB

CHANGELOG.md

File metadata and controls

195 lines (119 loc) · 6.36 KB

Change Log

All notable changes to the "cobweb" Minecraft mod will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Crystal Nest Semantic Versioning.

  • Nothing new.

v1.0.0 - 2024/06/18

  • Stable version release.

v0.5.9-beta - 2024/06/18

  • 1.18.2 only: Revert Mixin Squared update

v0.5.8-beta - 2024/06/18

  • 1.18.2 only: Update to the latest Mixin Squared dependency version.

v0.5.7-beta - 2024/06/18

  • 1.18.2 only: Revert Mixin Squared dependency version change.

v0.5.6-beta - 2024/06/17

  • 1.18.2 only: Changed Mixin Squared dependency.

v0.5.5-beta - 2024/06/17

  • Fixed accesswidener for Fabric.

v0.5.4-beta - 2024/06/11

  • Fixed dynamic datapacks for Fabric.

v0.5.3-beta - 2024/06/11

  • Dynamic datapacks for tags now build lazily.

v0.5.2-beta - 2024/06/11

  • Add dynamic datapacks for tags.

v0.5.1-beta - 2024/06/09

  • Exposed unified registering API.

v0.5.0-beta - 2024/06/08

  • Removed redundant methods in config helpers, namely the ones without the mod ID as parameter.
  • Added unified registering API.

v0.4.0-beta - 2024/06/08

  • Added some Internal annotations.
  • Added a few overloads for some TierUtils methods.
  • 1.18.2 only: Integrate Fabric Polyfill backported event.

Legacy

Click to expand

1.18.2-0.0.3.7-beta - 2024/05/30

  • Backport to 1.18.2.

1.19.2-0.0.3.7-beta - 2024/05/29

  • Fix missing nightconfig dependency on dependants.

1.19.2-0.0.3.6-beta - 2024/05/29

  • Backport to 1.19.2.

1.19.4-0.0.3.6-beta - 2024/05/28

  • Backport to 1.19.4.

1.20.2-0.0.3.6-beta - 2024/05/28

  • Fix NeoForge build.

1.20.2-0.0.3.5-beta - 2024/05/27

  • Fix Forge distribution.

1.20.4-0.0.3.5-beta - 2024/05/26

  • Improve Forge distribution.

1.20.4-0.0.3.4-beta - 2024/05/26

  • Fix Forge distribution.

1.20.4-0.0.3.3-beta - 2024/05/26

  • Nothing new, just a test.

1.20.4-0.0.3.2-beta - 2024/05/26

  • Revert to working version.

1.20.4-0.0.3.1-beta - 2024/05/26

  • Attempt to fix Forge distribution, but instead broke everything.

1.20.4-0.0.3.0-beta - 2024/05/18

  • Fixed declared related dependencies on CurseForge.
  • Changed declared related dependencies.
  • Fixed NPE when using config with NeoForge.
  • Made FCAP an optional dependency in development environments too.
  • Moved the services into a more proper class.
  • Improved tool tiers API.
  • Fixed rare NPE.
  • Improved tool tiers API.
  • Added tool tiers API.
  • Fixed Fabric jar.
  • Updated in-game icons and readme.
  • Made FCAP an actual optional dependency at runtime.
  • Added utility to retrieve in-game IDs.
  • Added first draft of a unified configuration system.
  • Added Fabric specific registering system.