Skip to content

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