ls -?for help instead ofls -h- Building with
go buildinstead of make.cmd, print version assnapshot-GOARCH - Show an error when
type DIRECTORYis executed. - Made error message simple on
del NOTEXISTFILE - Fix: #279 Substitution on Environment variable (%VAR:OLD=NEW%) did not ignore case
- Fix: #281
cd \\server\folder ; open->C:\Windows\system32was open. - Fix: #286 A tilde(~) after whitespace enclosed with double quotations was interpreted same as %USERPROFILE%
- #287 On the last entry of the history, do nothing for typing ARROW-DOWN
ls -hのかわりにls -?をヘルプに用意した- make.cmd のかわりに go build でビルドした時、バージョンを
snapshot-GOARCHと表示するようにした type DIRECTORYが実行された時にエラーにするようにした。del 存在しないファイルを実行した時のエラーをシンプルにした.- #279 環境変数置換(%VAR:OLD=NEW%)で、英大文字/小文字を区別していた不具合を修正
- #281
cd \\server\folder ; openでC:\Windows\system32開く不具合を修正 - #286 Fix: 二重引用符内の空白に続く ~ が %USERPROFILE% と解釈されていた不具合を修正
- #287 ヒストリの最後のエントリの時、↓をタイプしても何もしないようにした