Skip to content

4.0.9_11

Choose a tag to compare

@hymkor hymkor released this 11 Dec 17:48
· 3886 commits to master since this release
  • Build with go 1.5.2
  • Readline: support Ctrl-C as interrupt on isearch (#98 Thx @hattya)
  • Add suppression options (#95,#97 Thx @hattya)
    • Add /q option to copy,move,del,erase and rmdir.
  • ls: calculate width of file size field for each directory (#94 Thx @hattya)
  • move: be able to override files (api: MoveFileW -> MoveFileExW) (#93 Thx @hattya)
  • Fixed lua-function 'set' did not expand env-var including _ (#92)
  • Fixed typographical error(s)
  • nyagos.command_not_found became deprecated.
    • Removed from Document (it gets deprecated)
    • Removed catalog.d/ezoe.lua
  • To avoid crash (#89)
    • Forbade nyagos.prompt to execute background
    • Forbade using Lua on background or not 1st command of pipeline

  • Go 1.5.2 でビルド
  • インクリメンタルサーチを Ctrl-C で中止できるようにした(#98 Thx @hattya)
  • 問合せ抑制オプションを追加(#95,#97 Thx @hattya)
    • /q オプションを copy,move,del,erase,rmdir に追加
  • ls: ファイルサイズの幅をディレクトリ毎に計算するようにした (#94 Thx @hattya)
  • move: 上書きできるようにした(MoveFileW API を MoveFileExW へ) (#93 Thx @hattya)
  • 【蟲繕】lua関数set で _ を含む変数を展開していなかった (#92)
  • 【蟲繕】スペルミスを修正
  • nyagos.command_not_found は非推奨とした
    • ドキュメントから削除
    • catalog.d/ezoe.lua を削除
  • クラッシュ回避のため(#98)
    • nyagos.prompt をバックグラウンドで実行させるのを禁止
    • パイプラインの2番目以降か、バックグラウンドでの Lua の使用禁止