github nyaosorg/nyagos 4.4.10_0

latest releases: 4.4.19_0, 4.4.18_1, 4.4.18_0...
5 years ago
  • nyagos.d/aliases.lua: abspath can be given wildcard names
  • Raise a suitable error when OLEOBJECT._release() is used instead of OLEOBJECT:_release() on Lua script by updating the package glua-ole.
  • echo outputs 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~) , clone starts 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 でもビルドできるようにした

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.