Releases
4.0.5_0
hymkor
released this
07 Feb 10:10
Changes Since 4.0.4_0
cd -N (N:digit): move the N-th previous directory.
cd -h , cd ? : print current directory history.
pwd -N (N:digit): print the N-th previous directory.
%CD% , %ERRORLEVEL% are able to be completed.
Bugfix
Lua-function 'include' didn't report error
Command-name completion printed same-name in diffent directories.
ReadLine sometimes left trash at replacing string
Could not complete path including ./ #45
Could not broken symbolic link with DEL #44
Files contains '&' was not enclosed with ".." at completion.
Trivial fix
make.cmd: add echo off a lot
Let make.cmd on the top directory without arguments copy EXE top
4.0.4_0 以降の修正
cd -N (N:数字): N回前のカレントディレクトリに移動
cd -h , cd ? : カレントディレクトリのヒストリを表示
pwd -N (N:数字): N回前のカレントディレクトリを表示
%CD% や %ERRORLEVEL% といった変数も補完可能になった
不具合修正
nyagos.lua で定義されたLua関数 include がエラーを表示しなかった
コマンド名補完で別ディレクトリの重複する名前を表示していた
一行入力で文字列を置き換えた時に末尾にゴミが残る時があった
./ を含むパスが補完できなかった
DELコマンドで壊れたシンボリックリンクを削除できなかった
& を含むファイル名が補完される時に引用符で囲まれていなかった
内部的な修正
make.cmd でエコーを一部抑制
トップの make.cmd で実行ファイルをトップにもコピーするようにした。
You can’t perform that action at this time.