Skip to content

4.4.5_3

Choose a tag to compare

@hymkor hymkor released this 08 Mar 05:31
· 1262 commits to master since this release
  • 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\" }") で二重引用符が出ない不具合を修正