Skip to content

4.4.6_0

Compare
Choose a tag to compare
@hymkor hymkor released this 08 May 13:46
· 892 commits to master since this release
  • Implement: %DATE% and %TIME%
  • nyagos.envdel now returns removed directories.
  • use github.com/zetamatta/go-windows-netresource instead of dos/net*.go
  • (#379) Add: nyagos.preexechook & postexechook
  • (#383) Fixed the bug to go into an infinite loop when the terminal crashes
  • Tab-key after start completes as a command name as which
  • Fix: when cd x:\y\z failed, the current directory is moved to x:\ (root)

  • %DATE% と %TIME% を実装した。
  • nyagos.envdel は削除したディレクトリを戻り値として返すようになった。
  • dos/net*.go などを github.com/zetamatta/go-windows-netresource へ移行
  • (#379) nyagos.preexechook & postexechook を追加
  • (#383) 端末がクラッシュした時、無限ループに突入してしまう不具合を修正
  • start の後のタブキーは which のようにコマンド名補完をするようにした
  • cd x:\y\z が失敗した時、x:\ (ルートディレクトリ)に移動する不具合を修正した