This release adds "alternative format" links between files. Now, when you convert a file to another format, they'll be automatically linked together, in the same way as supported files.
There's a new UI for editing these relationships, you can switch between them with tabs, and they will be collapsed into one in the listings. There's more possibilities here for different relationship types in future, so let us know what you'd like to see!
We've also got a long-requested feature, static rendering for STEP files! We can't show them interactively yet, but at least you can see which file is which!
What's Changed
✨ New Features ✨
- Automatically add links between files during format conversion by @Floppy in #6227
- Add UI elements for editing file relationships by @Floppy in #6240
- Update F3D to enable STEP file rendering by @Floppy in #6245
- Combine all linked files in UI, not just supported/unsupported by @Floppy in #6256
🐛 Bug Fixes 🐛
- Fix bad link generation for model file edit pages by @Floppy in #6231
- Fix show error with files only viewable via render derivative by @Floppy in #6244
- Don't show related file tabs if there aren't any by @Floppy in #6259
- Copy file metadata when converting file formats by @Floppy in #6260
🔋 Sustainability & Performance 🔋
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️
- Improve rendering of 2D DXF files by @Floppy in #6246
- Update Bundler platforms by @Floppy in #6258
- Remove unnecessary translation key by @Floppy in #6276
Full Changelog: v0.142.0...v0.143.0