- readline: on WindowsTerminal: Support Variation Selectors of Unicode
- (#397) Add scoop subcommand completion (
use "subcomplete.lua") (Thx @tomato3713) - Completion: make English case of completed word to the shortest candidate
- (#398) Fix: the default value for io.popen's second parameter did not work (Thx @ironsand)
- (#399) Improve utf8 offset (Thx @masamitsu-murase)
- Support ALT-/ key bind (Thx @masamitsu-murase) nyaosorg/go-readline-ny#1
- readline: Fix the problem that emoji and circled digits could not be input in WindowsTerminal 1.5
- WindowsTerminal利用下の一行入力で Unicode の異体字をサポート
- (#397) scoopコマンドのサブコマンド補完を追加 (
use "subcomplete.lua") (Thx @tomato3713) - 補完時に最も短い候補に英大文字/小文字をあわせるようにした
- (#398) io.popen の第二引数のデフォルトが機能していなかった (Thx @ironsand)
- (#399) utf8 offset の改良 (Thx @masamitsu-murase)
- ALT-/ キーバインドのサポート (Thx @masamitsu-murase) nyaosorg/go-readline-ny#1
- WindowsTerminal 1.5 で絵文字や丸数字が入力できなくなっていた問題を修正