Skip to content

PolyFit_v1.5

Choose a tag to compare

@LiangliangNan LiangliangNan released this 27 Jan 16:05

ATTENTION: A major bug was fixed in this release. Do NOT use previous versions.

  • Bug fixes.
  • HighDPI support (fixing UI layout issue on macOS).
  • Binary files for Windows, macOS, and Linux.

For Linux users:

  • FUSE (Filesystem in Userspace) might be needed to run AppImage files if not installed yet. You can install it using the following commands (for Ubuntu/Debian):
    • sudo apt update
    • sudo apt install libfuse2