v1.16.0
Changes in v1.16.0 (English)
- Added support for the ConEmu terminal. (#42)
- ConEmu is detected when the
ConEmuPIDenvironment variable is defined. - The following behavior is used:
- Code points U+10000 and above (UTF-16 surrogate pairs) are unsupported.
→ As before, they are displayed as<XXXXX>. - Zero Width Joiner Sequences are supported.
- Variation Sequences are supported.
- Emoji Modifier Sequences are unsupported.
- Code points U+10000 and above (UTF-16 surrogate pairs) are unsupported.
- Related issue: nyaosorg/nyagos #510
- ConEmu is detected when the
- Update go-ttyadapter to v0.7.0 (#41)
- Open/Close TTY only when not already opened (#41)
Changes in v1.16.0 (Japanese)
- 端末 ConEmu をサポートしました (#42)
- 環境変数 ConEmuPID の定義されていると ConEmu と認識します
- 次のような仕様を想定します
- U+10000 以上のコードポイント(UTF-16 の Surrogate Pair)は無効
→従来と変わらず、<XXXXX>と代替表示される - Zero Width Joiner Sequence が有効
- Variation Sequence が有効
- Emoji Modifier Sequence は無効
- U+10000 以上のコードポイント(UTF-16 の Surrogate Pair)は無効
- 関連issue: nyaosorg/nyagos #510
- go-ttyadapter を v0.7.0 へ更新 (#41)
- 端末入力がすでにOpen されていない時だけ、Open/Close を実行するようにした (#41)
Thanks to @tsuyoshicho