Skip to content

fut 3.2.5

Compare
Choose a tag to compare
@pfusik pfusik released this 27 Jun 19:33
· 30 commits to master since this release

How to install:

  • Windows: download and run fut-3.2.5-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.2.5-1_amd64.deb
  • Fedora 38+: download and install fut-3.2.5-1.x86_64.rpm

Changes since 3.2.4:

  • Unique dynamic references transpiled to C++ std::unique_ptr
  • Unique dynamic array references transpiled to C malloc/free with no reference counting
  • Improved error checking for base
  • Improved local const array names in C#
  • The Visual Studio extension is now signed