github nyaosorg/nyagos 4.4.5_3

latest releases: 4.4.19_0, 4.4.18_1, 4.4.18_0...
6 years ago
  • UNC Path Cache is saved to ~/appdata/local/nyaos_org/computers.txt rather than ~/appdata/local/nyaos.org/computers.txt because other features use nyaos_org folder.
  • Sub command completion(complete_for) now matches command-name ignoring its suffix
  • Compressed the executable by upx.exe
  • Lua function bit32.* are not available because github.com/BixData/gluabit32 is 404.
  • Use Windows10's native ansi-escape-sequence through mattn/go-colorable
  • Fix that echo $(gawk "BEGIN{ print \"\x22\x22\" }") could not print double-quatations

  • UNCパスのキャッシュを ~/appdata/local/nyaos.org/computers.txt ではなく ~/appdata/local/nyaos_org/computers.txt にセーブするようにした ( 他の機能は nyaos_org フォルダーを使っているため )
  • サブコマンド補完(complete_for)では拡張子は無視してコマンドのマッチングを行うようにした
  • UPX.EXE で、実行ファイルを圧縮するようにした
  • github.com/BixData/gluabit32 が 404 になって、Lua関数 bit32.* が利用できなくなった。
  • Windows10 のネイティブANSIエスケープシーケンスも mattn/go-colorable 経由で利用するようにした。
  • echo $(gawk "BEGIN{ print \"\x22\x22\" }") で二重引用符が出ない不具合を修正

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.