Skip to content

1.4.3

Choose a tag to compare

@aai2k aai2k released this 01 Aug 09:53
· 148 commits to main since this release

Changelog

v1.4.3

Added

  • Linux version (tested on Ubuntu 26.04)

Changed

  • The transfer-matrix engine is now a standalone package, tmmcore, which TFStudio depends on. Identical results, and its accuracy can now be verified without installing TFStudio.

Fixed

  • Building from source no longer needs the Emscripten SDK. The prebuilt WebAssembly kernel ships with the dependency, so source builds get the fast path instead of silently falling back to the 8-16x slower JavaScript one.

Note on linux build

1.4.3 failed to start properly on Linux in two ways:

App ran but no window appeared - on Wayland systems without full GPU access (VMs, remote desktops). Workaround was launching with --ozone-platform=x11.
.tar.gz crashed immediately on Ubuntu 24.04+ with a sandbox error. Workaround was --no-sandbox.

Both issues will be fixed in next release. New .deb package will be the recommended install.