Skip to content

fut 3.2.6

Compare
Choose a tag to compare
@pfusik pfusik released this 12 Aug 16:54
· 35 commits to master since this release

How to install:

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

Changes since 3.2.5:

  • float overloads of Math methods (#172)
  • native can be used inside classes (#168)
  • Restored indented preprocessor directives that stopped working in 3.2.0 (#165)
  • Integer Math.Min/Max/Clamp in C
  • Fixed compound assignments in JavaScript where one side is long
  • Hover info in Visual Studio Code