Skip to content

Releases: KaikiDaemon/Mine-ChatCorrect

Mine-ChatCorrect 0.1.3

Choose a tag to compare

@KaikiDaemon KaikiDaemon released this 14 Jul 10:31

Mine-ChatCorrect 0.1.3 adds tested Fabric 1.21.1 support alongside NeoForge.

Highlights:

  • Added a genuine Fabric client build and entry point.
  • Added Fabric keybinding integration for the settings screen.
  • Made shared client initialization and configuration paths loader-neutral.
  • Embedded the Gradle project version in both loader metadata files.
  • Kept the mod client-side only; servers do not need it installed.

Tested:

  • Minecraft 1.21.1 with Fabric Loader 0.16.14 and Fabric API 0.116.13+1.21.1
  • 37 automated tests
  • Clean NeoForge and Fabric Gradle builds

Artifacts:

  • mine_chatcorrect-0.1.3.jar (NeoForge)
  • mine_chatcorrect-fabric-0.1.3.jar (Fabric)

Mine-ChatCorrect 0.1.2

Choose a tag to compare

@KaikiDaemon KaikiDaemon released this 11 Jul 06:26

Mine-ChatCorrect 0.1.2

This release stabilizes dictionary importing, improves chat correction usability, and adds documentation/test coverage.

Highlights:

  • Improved chat correction button placement and focus recovery.
  • Fixed underline alignment for misspelled words.
  • Added clearer imported dictionary enabled/disabled state and multi-dictionary selection.
  • Added local import-folder workflow for installing dictionary files.
  • Changed the default dictionary URL to the en-wl / SCOWL Aspell English release.
  • Added support for DICT/FreeDict .index and .index.gz headword parsing.
  • Fixed .tar.gz archive imports that previously hit the gzip per-entry limit.
  • Added import validation/safety helpers for archive paths, size limits, downloads, metadata, accepted words, and parsing.
  • Added JUnit validation coverage for dictionary parsing/import behavior, accepted words, correction suggestions, archive safety, and large import handling.
  • Added MIT LICENSE file and expanded README documentation.

Tested:

  • ./gradlew test
  • ./gradlew build
  • Minecraft client launch and single-player world load
  • Chat highlighting, suggestion cycling, replacement, and focus after correction actions
  • .tar.bz2 URL import
  • Multiple dictionary URL import paths

Artifact:

  • mine_chatcorrect-0.1.2.jar

Mine-ChatCorrect 0.1.1

Choose a tag to compare

@KaikiDaemon KaikiDaemon released this 09 Jul 00:47

Initial working release of Mine-ChatCorrect for Minecraft 1.21.1 NeoForge.