Skip to content

Releases: erudites-dev/koreanify

Koreanify 0.1.10 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 06:04

Requirements

  • Java 25
  • Minecraft 26.1-26.2
  • Fabric loader 0.19.3
  • NeoForge 26.1-26.2

Changes (0.1.10)

  • Fixed hangul splitting into jamo in mod search fields that write the typed text back into the box, such as JEI's search bar

Koreanify 0.1.9 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 02:39

Requirements

  • Java 25
  • Minecraft 26.1-26.2
  • Fabric loader 0.19.3
  • NeoForge 26.1-26.2

Changes (0.1.9)

  • Added search matching for hangul typed with the ime off, with a config toggle (ekdl → 다이아)
  • Added korean search to the game rule filter
  • Improved creative search by reusing item names instead of rebuilding them on every keystroke
  • Fixed hangul detection treating other scripts as hangul, and the search toggle not applying until the query changed

Koreanify 0.1.8 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 05:30

Requirements

  • Java 25
  • Minecraft 26.1-26.2
  • Fabric loader 0.19.3
  • NeoForge 26.1-26.2

Changes (0.1.8)

  • Fixed ime keeping an invisible composition when the text field has no room left

Koreanify 0.1.7 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:07

Requirements

  • Java 25
  • Minecraft 26.1-26.2
  • Fabric loader 0.19.3
  • NeoForge 26.1-26.2

Changes (0.1.7)

  • Fixed ime composition surviving preedit reset and candidate window position not being reported

Koreanify 0.1.6 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 20 May 09:32

Requirements

  • Java 25
  • Minecraft 26.1.x
  • Fabric loader 0.19.2
  • NeoForge 26.1.0.x

Changes (0.1.6)

  • Fixed preedit responder firing on focus resubmit when composition unchanged (#3)
  • Tightened method parameter contracts with final and nullable annotation across mixins and helpers

Koreanify 0.1.5 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 15 May 10:55

Requirements

  • Java 25
  • Minecraft 26.1.x
  • Fabric loader 0.19.2
  • NeoForge 26.1.0.x

Changes (0.1.5)

  • Added option to force halfwidth when Windows ime fullshape bit gets stuck

Koreanify 0.1.4 for Minecraft 26.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Apr 07:46

Requirements

  • Java 25
  • Minecraft 26.1.x
  • Fabric loader 0.19.2
  • NeoForge 26.1.0.x

Changes (0.1.4)

  • Refactored config save to preserve comments and support field migration
  • Fixed ime force-enabled on EditBox setValue without composition (#1)

Koreanify 0.1.3 for Minecraft 26.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 15:36

Requirements

  • Java 25
  • Minecraft 26.1
  • Fabric loader 0.18.6
  • NeoForge 26.1.0.19-beta

Changes (0.1.3)

  • Added Korean IME preedit support for command tab suggestions
  • Added configurable Korean-only command search option
  • Added Sodium config API integration

Koreanify 0.1.2 for Minecraft 26.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 08:26

Requirements

  • Java 25
  • Minecraft 26.1
  • Fabric loader 0.18.6
  • NeoForge 26.1.0.19-beta

Changes (0.1.2)

  • Applied mod-id prefix to mixin method names for better compatibility

Koreanify 0.1.1 for Minecraft 26.1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 05:07

Requirements

  • Java 25
  • Minecraft 26.1
  • Fabric loader 0.18.5
  • NeoForge 26.1.0.19-beta

Changes (0.1.1)

  • Refactored mixin accessors and duck interfaces to use dollar sign prefix for better compatibility
  • Refactored preedit logic into PreeditHandler to reduce duplication across mixins