Release v0.49.0

15 July 2023

This release sees big performance improvements in rendering, along with a bunch of improvements around large files. Now you can see what size files are, control whether files over a certain size should auto-render (or turn it off entirely), and detect inefficiently-encoded files that are wasting disk space!

What’s Changed

✨ New Features ✨

  • Analyse and show file size for model files by @Floppy in #1333
  • Setting to autoload preview only up to a set size, then click to load by @Floppy in #1335
  • Detect ASCII STL files and warn user that they’re inefficient by @Floppy in #1341
  • New scanning option to just check/analyse existing files by @Floppy in #1342
  • Raise inefficiency warnings for OBJ and ASCII PLY files by @Floppy in #1343
  • Add paginate and severity colouring for Problem list by @Floppy in #1345

    🛠️ Other Improvements 🛠️

  • Add sponsor link to footer by @Floppy in #1337
  • Improve rendering performance and avoid WebGL context exhaustion by @Floppy in #604

Full Changelog: v0.48.0…v0.49.0

See the original release on GitHub: v0.49.0