Skip to content

4.2.0_5

Choose a tag to compare

@hymkor hymkor released this 16 Aug 14:59
· 2925 commits to master since this release
  • Fix: Building on Windows7, the version information was not written into the property of the executable because the script to make JSON for goversioninfo required the method ConvertTo-JSON of PowerShell 3.0 but Windows 7 does not support it.
  • Fix: nyagos.box(LIST) ignored the order of LIST (The order of C-o is not sorted)

  • Windows7 でのビルドで、バージョン情報が実行ファイルのプロパティーに記入されない問題があり、修正した。原因は goversioninfo 向けの JSON を作るスクリプトが PowerShell 3.0 の ConvertTo-JSON メソッドを必要としていたが、Windows 7 はサポートしていなかった。
  • nyagos.box(LIST)関数が LIST の順番を無視していた (C-o の際の順番がソートされていなかった)