….143.0
##### [\`0.143.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.143.0)
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](https://github.com/Floppy) in [#6227](manyfold3d/manyfold#6227)
- Add UI elements for editing file relationships by [@Floppy](https://github.com/Floppy) in [#6240](manyfold3d/manyfold#6240)
- Update F3D to enable STEP file rendering by [@Floppy](https://github.com/Floppy) in [#6245](manyfold3d/manyfold#6245)
- Combine all linked files in UI, not just supported/unsupported by [@Floppy](https://github.com/Floppy) in [#6256](manyfold3d/manyfold#6256)
##### 🐛 Bug Fixes 🐛
- Fix bad link generation for model file edit pages by [@Floppy](https://github.com/Floppy) in [#6231](manyfold3d/manyfold#6231)
- Fix show error with files *only* viewable via render derivative by [@Floppy](https://github.com/Floppy) in [#6244](manyfold3d/manyfold#6244)
- Don't show related file tabs if there aren't any by [@Floppy](https://github.com/Floppy) in [#6259](manyfold3d/manyfold#6259)
- Copy file metadata when converting file formats by [@Floppy](https://github.com/Floppy) in [#6260](manyfold3d/manyfold#6260)
##### 🔋 Sustainability & Performance 🔋
- Improve performance of file handler code by [@Floppy](https://github.com/Floppy) in [#6252](manyfold3d/manyfold#6252)
##### 🌍 Internationalization 🌏
- Translations updated: de by [@Floppy](https://github.com/Floppy) in [#6254](manyfold3d/manyfold#6254)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#6253](manyfold3d/manyfold#6253)
##### 🛠️ Other Improvements 🛠️
- Improve rendering of 2D DXF files by [@Floppy](https://github.com/Floppy) in [#6246](manyfold3d/manyfold#6246)
- Update Bundler platforms by [@Floppy](https://github.com/Floppy) in [#6258](manyfold3d/manyfold#6258)
- Remove unnecessary translation key by [@Floppy](https://github.com/Floppy) in [#6276](manyfold3d/manyfold#6276)
**Full Changelog**: <manyfold3d/manyfold@v0.142.0...v0.143.0>
---
##### [\`v0.142.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.142.0)
This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.
There are also a number of fixes to metadata scanning and other background jobs, as well as a large behind-the-scenes refactor of presupported relationships which will lead to some new features in the next release.
#### What's Changed
##### ✨ New Features ✨
- Allow video files to be used as previews by [@Floppy](https://github.com/Floppy) in [#6194](manyfold3d/manyfold#6194)
- Add indexer support for DragonFruit VOXL files by [@Floppy](https://github.com/Floppy) in [#6209](manyfold3d/manyfold#6209)
##### 🐛 Bug Fixes 🐛
- Fix bug where updating ignored problems caused background job failure by [@Floppy](https://github.com/Floppy) in [#6205](manyfold3d/manyfold#6205)
- Always generate file derivatives when analysing files by [@Floppy](https://github.com/Floppy) in [#6203](manyfold3d/manyfold#6203)
- Fall back to matching creators and collections by name when parsing datapackages by [@Floppy](https://github.com/Floppy) in [#6207](manyfold3d/manyfold#6207)
- Handle stack overflows during analysis of some 3MF files by [@Floppy](https://github.com/Floppy) in [#6208](manyfold3d/manyfold#6208)
- Avoid IOErrors by reloading attachment data after detecting inefficient file formats by [@Floppy](https://github.com/Floppy) in [#6210](manyfold3d/manyfold#6210)
##### 🌍 Internationalization 🌏
- Translations updated: de by [@Floppy](https://github.com/Floppy) in [#6226](manyfold3d/manyfold#6226)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#6218](manyfold3d/manyfold#6218)
##### 🛠️ Other Improvements 🛠️
- Add Relationship model to support generic relationships between models, files, links etc. by [@Floppy](https://github.com/Floppy) in [#6196](manyfold3d/manyfold#6196)
- Handle bad unicode when parsing README files by [@Floppy](https://github.com/Floppy) in [#6206](manyfold3d/manyfold#6206)
- Change presupported file link to use new Relationship model by [@Floppy](https://github.com/Floppy) in [#6217](manyfold3d/manyfold#6217)
**Full Changelog**: <manyfold3d/manyfold@v0.141.0...v0.142.0>
---
##### [\`0.142.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.142.0)
This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.
There are also a number of fixes to metadata scanning and other background jobs, as well as a large behind-the-scenes refactor of presupported relationships which will lead to some new features in the next release.
##### What's Changed
##### ✨ New Features ✨
- Allow video files to be used as previews by [@Floppy](https://github.com/Floppy) in [#6194](manyfold3d/manyfold#6194)
- Add indexer support for DragonFruit VOXL files by [@Floppy](https://github.com/Floppy) in [#6209](manyfold3d/manyfold#6209)
##### 🐛 Bug Fixes 🐛
- Fix bug where updating ignored problems caused background job failure by [@Floppy](https://github.com/Floppy) in [#6205](manyfold3d/manyfold#6205)
- Always generate file derivatives when analysing files by [@Floppy](https://github.com/Floppy) in [#6203](manyfold3d/manyfold#6203)
- Fall back to matching creators and collections by name when parsing datapackages by [@Floppy](https://github.com/Floppy) in [#6207](manyfold3d/manyfold#6207)
- Handle stack overflows during analysis of some 3MF files by [@Floppy](https://github.com/Floppy) in [#6208](manyfold3d/manyfold#6208)
- Avoid IOErrors by reloading attachment data after detecting inefficient file formats by [@Floppy](https://github.com/Floppy) in [#6210](manyfold3d/manyfold#6210)
##### 🌍 Internationalization 🌏
- Translations updated: de by [@Floppy](https://github.com/Floppy) in [#6226](manyfold3d/manyfold#6226)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#6218](manyfold3d/manyfold#6218)
##### 🛠️ Other Improvements 🛠️
- Add Relationship model to support generic relationships between models, files, links etc. by [@Floppy](https://github.com/Floppy) in [#6196](manyfold3d/manyfold#6196)
- Handle bad unicode when parsing README files by [@Floppy](https://github.com/Floppy) in [#6206](manyfold3d/manyfold#6206)
- Change presupported file link to use new Relationship model by [@Floppy](https://github.com/Floppy) in [#6217](manyfold3d/manyfold#6217)
**Full Changelog**: <manyfold3d/manyfold@v0.141.0...v0.142.0>
No description provided.