Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:14
· 37 commits to master since this release

ainuKey v0.1.0 — first working Rust IME

The initial Rust rewrite of the Ainu Text Services Framework (TSF) input processor for Windows — a minimal, working romaji → katakana IME.

Features

  • Romaji → katakana via ainconv.
  • Underlined preedit composition; Space/Enter commits, Backspace/Esc edits/cancels.
  • A clean in-process COM DLL (windows-rs) registered as a TSF text-input processor.

Install

Run ainuKey-0.1.0-x86_64-windows-setup.exe (or the portable zip), then Win+Space → ainuKey and type romaji.

First release — built from the original v0.1.0 source (commit 82c52fb); only the build/packaging recipe was updated so the release could be produced.