- Fix: the replacing result for %DATE% was not compatible with CMD.EXE's output on codepage 437
- go-readline-ny v0.4.13: Support Mathematical Bold Capital (U+1D400 - U+1D7FF) on the Windows Terminal
- Even if the option -o is given, remove ESC[0m from the output of redirected ls
- Fix: (#411) the document that English part and Japanese were written in inverse places (Thx! @tomato3713)
- Organize and automate the test-codes
- コードページ437 で、%DATE% の置換結果が CMD.EXE 非互換になっている不具合を修正
- go-readline-ny v0.4.13: Windows Terminal で Mathematical Bold Capital (U+1D400 - U+1D7FF) の編集をサポート
- -oオプションがついていも、リダイレクトされた ls の出力から ESC[0m を除くようにした
- (#411) 英語部と日本語部が入れ変わっていたドキュメントを修正 (Thx! @tomato3713)
- テストコードの整理、自動化