Translations updated: de#6254
Merged
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (66305f8) 7068 5901 83.49% Head commit (bf95dec) 7068 (+0) 5901 (+0) 83.49% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#6254) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
doonga
pushed a commit
to greyrock-labs/home-ops
that referenced
this pull request
Jun 2, 2026
….0 ) (#176) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bjw-s-labs/manyfold](https://ghcr.io/bjw-s-labs/manyfold) ([source](https://github.com/manyfold3d/manyfold)) | minor | `0.141.0` → `0.143.0` | --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/bjw-s-labs/manyfold)</summary> ### [`v0.143.0`](https://github.com/manyfold3d/manyfold/releases/tag/v0.143.0) [Compare Source](manyfold3d/manyfold@v0.141.0...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> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDYuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/176
sdwilsh
pushed a commit
to sdwilsh/ansible-playbooks
that referenced
this pull request
Jun 6, 2026
….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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action