- Support Windows10's native ESCAPE SEQUENCE processing with --no-go-colorable and --enable-virtual-terminal-processing
- For #304,#312, added options to search for the executable from the current directory
- --look-curdir-first: do before %PATH% (compatible with CMD.EXE)
- --look-curdir-last : do after %PATH% (compatible with PowerShell)
- --look-curdir-never: never (compatible with UNIX Shells)
- nyagos.prompt can now be assigned string literal as prompt template directly.
- Fix #314 rmdir could not remove junctions.
--no-go-colorableと--enable-virtual-terminal-processingで、Windows10 ネイティブのエスケープシーケンスをサポート- #304,#312, カレントディレクトリから実行ファイルを探す時のオプションを追加
- --look-curdir-first: %PATH% より前に探す(デフォルト:CMD.EXE互換動作)
- --look-curdir-last : %PATH% より後に探す(PowerShell互換動作)
- --look-curdir-never: %PATH% だけから実行ファイルを探す(UNIX Shells互換動作)
- nyagos.prompt にプロンプトテンプレートの文字列を直接代入できるようになった。
- #314 rmdir がジャンクションを削除できなかった問題を修正