- nyagos.d/aliases.lua: abspath can be given wildcard names
- Raise a suitable error when
OLEOBJECT._release()is used instead ofOLEOBJECT:_release()on Lua script by updating the package glua-ole. echooutputs a double-quatation same as CMD.EXE does- Fix that
"..\"..\".."was changed to"..\"..".."as raw-string on parsing. - (#410) Stop to ignore SIGTERM to shutdown immediately when terminal's close button is pressed (Thx @nocd5)
- On WindowsTerminal (1.8~) ,
clonestarts a new shell in the same Window's other tab - Fix: clone command did not work on WindowsTerminal because wt.exe was not available via apppath
- Fix: su: the network drives were not connected
- Use Makefile(GNU Make) to build instead of PowerShell(make.cmd)
- Can build on Linux
- nyagos.d/aliases.lua: abspath をワイルドカード対応にした
- Luaで、
OLEOBJECT:_release()ではなく、OLEOBJECT._release()が使われた時に適切なエラーが起こされるようにした(glua-oleパッケージを更新) - CMD.EXE と同様、echo で二重引用符を出力させるようにした
"..\"..\".."という文字列が字句解析の結果、"..\"..".."になってしまう不具合を修正- (#410) 端末の閉じるボタンが押された時にただちに終了させるため SIGTERM を無視しないようにした (Thx @nocd5)
- WindowsTerminal 1.8 以降で、cloneコマンドは同じウインドウの別タブで起動するようにした
- アプリ実行エイリアス経由で wt.exe が呼べず、WindowsTerminal下で clone コマンドが動かなくなっていた問題を修正
- suでネットワークドライブが引き継がれてない不具合を修正
- ビルドするのに PowerShell(make.cmd) ではなく Makefile(GNU Make)を使うようにした
- Linux でもビルドできるようにした