Skip to content

Update ghcr.io/manyfold3d/manyfold Docker tag to v0.146.0#216

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-manyfold3d-manyfold-0.x
Open

Update ghcr.io/manyfold3d/manyfold Docker tag to v0.146.0#216
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-manyfold3d-manyfold-0.x

Conversation

@renovate

@renovate renovate Bot commented May 3, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/manyfold3d/manyfold minor 0.64.00.146.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)

v0.146.0

Compare Source

This is the sort of release that's huge and tiny at the same time: we've added a plugin system! Plugins are optional components that you can add to your Manyfold instance that can add extra UI, file types, APIs, all sorts of things. This means that (a) we can add more optional features without bloating the core too much and (b) it should be much easier for other people to write code that slots into Manyfold.

You can manage plugins on a new page in the settings area, and you can see a list of available plugins on the main website. For now, it's a very small list, but we hope it will expand a lot! Over time, we may also move some existing features out into plugins, so that the main app can be slimmed down a bit.

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.145.1...v0.146.0

v0.145.1

Compare Source

Quick bugfix release for an S3 storage scanning problem.

What's Changed

🐛 Bug Fixes 🐛

Full Changelog: manyfold3d/manyfold@v0.145.0...v0.145.1

v0.145.0

Compare Source

It's printing time! Now you can print pre-sliced files straight from Manyfold (given the right file and printer!). Configure your local printer connection in settings, and then you can send GCODE or SL1 files straight from the file menu! Admins automatically have print permissions, but you can assign the 'printer' role to other accounts as well, if you're feeling brave!

At this point we have support for sending GCODE to Octoprint & Klipper, and GCODE and SL1 to printers with PrusaLink. We also have SL1 support for printers running Odyssey, the open source firmware from Open Resin Alliance, who recently released the DragonFruit slicer. We want to add more support in future, and if you want to help get it working with your printer, take a look at our issue list and join the development channel on Matrix.

IMPORTANT: this is all pretty tricky to test without actually having a bank of different printers, so there may well be bugs. Don't print anything unattended until you're sure it's working properly, and if you have any problems, please report it on GitHub.

VERY IMPORTANT: Manyfold doesn't actually know if a sliced file is physically compatible with your printer, so it's completely on you to check before you print!

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.144.1...v0.145.0

v0.144.1

Compare Source

A small bugfix for an error when using custom lists.

What's Changed

🐛 Bug Fixes 🐛
  • Fix page errors caused by using default parameter in nested blocks by @​Floppy in #​6397

Full Changelog: manyfold3d/manyfold@v0.144.0...v0.144.1

v0.144.0

Compare Source

Been doing some digital kitbashing and lost track of which models are based on which? Now you can mark a model as a "remix" of other models, as many as you like! Just go to the edit page, add a relationship, and search for the model you want to link up. Remixes and sources are shown in the model page sidebar.

We've also added thumbnail extraction from GCODE files, and added indexing for a number of new formats that F3D can create static renders of: DICOM, CityGML, Point clouds, VTK, OFF, DirectX, XBF, Quake MDL, IFC, MetaIO, NRRD, and Splat/Spz for 3D Gaussian Splatting.

What's Changed

✨ New Features ✨
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.143.2...v0.144.0

v0.143.2

Compare Source

A small bugfix for a couple of visual problems.

What's Changed

🐛 Bug Fixes 🐛
🌍 Internationalization 🌏

Full Changelog: manyfold3d/manyfold@v0.143.1...v0.143.2

v0.143.1

Compare Source

Bug fixes, and a fix for a fairly major performance problem when loading model pages with lots of files. Also, this version now uses the Redis store for caching, which should improve general site performance.

What's Changed

🐛 Bug Fixes 🐛
🔋 Sustainability & Performance 🔋
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.143.0...v0.143.1

v0.143.0

Compare Source

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 ✨
🐛 Bug Fixes 🐛
🔋 Sustainability & Performance 🔋
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.142.0...v0.143.0

v0.142.0

Compare Source

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 ✨
🐛 Bug Fixes 🐛
  • Fix bug where updating ignored problems caused background job failure by @​Floppy in #​6205
  • Always generate file derivatives when analysing files by @​Floppy in #​6203
  • Fall back to matching creators and collections by name when parsing datapackages by @​Floppy in #​6207
  • Handle stack overflows during analysis of some 3MF files by @​Floppy in #​6208
  • Avoid IOErrors by reloading attachment data after detecting inefficient file formats by @​Floppy in #​6210
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️
  • Add Relationship model to support generic relationships between models, files, links etc. by @​Floppy in #​6196
  • Handle bad unicode when parsing README files by @​Floppy in #​6206
  • Change presupported file link to use new Relationship model by @​Floppy in #​6217

Full Changelog: manyfold3d/manyfold@v0.141.0...v0.142.0

v0.142.0

Compare Source

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 ✨
🐛 Bug Fixes 🐛
  • Fix bug where updating ignored problems caused background job failure by @​Floppy in #​6205
  • Always generate file derivatives when analysing files by @​Floppy in #​6203
  • Fall back to matching creators and collections by name when parsing datapackages by @​Floppy in #​6207
  • Handle stack overflows during analysis of some 3MF files by @​Floppy in #​6208
  • Avoid IOErrors by reloading attachment data after detecting inefficient file formats by @​Floppy in #​6210
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️
  • Add Relationship model to support generic relationships between models, files, links etc. by @​Floppy in #​6196
  • Handle bad unicode when parsing README files by @​Floppy in #​6206
  • Change presupported file link to use new Relationship model by @​Floppy in #​6217

Full Changelog: manyfold3d/manyfold@v0.141.0...v0.142.0

v0.141.0

Compare Source

This release adds a couple of new features, and a few bugfixes, as well as some internal refactoring and improved tests. You can now set a preferred "landing page", like "my models" or "all creators", as well as the current "dashboard" - and that can be site-wide, or per-user. And, due to some of that internal refactoring, we now have syntax highlighting for some text files (e.g. Javascript).

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️
  • Improve setup and user handling in request tests by @​Floppy in #​6155
  • Unify file handling into a single system for server, browser and client, to allow customisation of viewers and apps by @​Floppy in #​6160

Full Changelog: manyfold3d/manyfold@v0.140.1...v0.141.0

v0.140.1

Compare Source

A small bugfix release for a couple of errors recently introduced in the metadata parsing.

What's Changed

🐛 Bug Fixes 🐛
🌍 Internationalization 🌏

Full Changelog: manyfold3d/manyfold@v0.140.0...v0.140.1

v0.140.0

Compare Source

This release includes some features requested by XRForge, a system for hosting XR content which is built atop a custom Manyfold configuration. There's also a high-priority security bugfix to prevent path traversal attacks when renaming files.

On the feature side, you can now specify the text to be used for links, rather than just showing the domain or the preset text we have for some sites. You can also now specify a main "entrypoint" file for a model (a bit like index.html for web pages) and a starting XRFragment, which is pretty handy when hosting virtual environments!

What's Changed

✨ New Features ✨
🔒 Security 🔒
  • Sanitize filenames to avoid path traversal and other security issues by @​Floppy in #​6122
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.139.3...v0.140.0

v0.139.3

Compare Source

Another bundle of bugfixes, both around collection relationships and a number of other areas.

What's Changed

🐛 Bug Fixes 🐛

Full Changelog: manyfold3d/manyfold@v0.139.2...v0.139.3

v0.139.2

Compare Source

Just a few bugfixes for collection editing, form style, and API uploads.

What's Changed

🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️
  • Add info on alternative docker image sources to example compose file by @​Floppy in #​6078

Full Changelog: manyfold3d/manyfold@v0.139.1...v0.139.2

v0.139.1

Compare Source

A small bugfix release, mainly to fix an error that happened during datapackage tag parsing.

What's Changed

🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.139.0...v0.139.1

v0.139.0

Compare Source

Back onto organisation tools for this release, with some long-requested additions. Collections can now have a cover image, or alternatively you can manually set the preview model used! You can also now add models to more than one collection, and have multiple collections in path templates.

NOTE: when you upgrade, it may appear that the collections have disappeared from your models. Don't worry! An automatic process is updating them to the new database structure, and after a few minutes, they should all be back.

What's Changed

✨ New Features ✨
🔒 Security 🔒
  • Change CLI password reset command to send reset mail if possible by @​Floppy in #​6049
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.138.0...v0.139.0

v0.138.0

Compare Source

This release focuses on federation of some social features. We've improved how new model posts appear on other services like Mastodon, and you can now quote those messages as well! We also count up likes from other servers for the original model, letting you know just how popular your work is!

What's Changed

✨ New Features ✨
🔒 Security 🔒
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.137.0...v0.138.0

v0.137.0

Compare Source

Following on from last release, Manyfold now has support for comment federation! If you reply to a post made by Manyfold on (for instance) Mastodon, it will get pulled back into the model page and displayed as a comment! This should open up a new world of simple feedback for your models, and there's still more to come!

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Internationalization 🌏

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from fd9eefe to b50f553 Compare May 12, 2024 18:30
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.65.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.0 May 12, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from b50f553 to 77a3a2b Compare May 13, 2024 07:46
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.1 May 13, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 77a3a2b to 7608237 Compare May 13, 2024 14:07
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.2 May 13, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 7608237 to 16c3c57 Compare May 17, 2024 17:39
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.66.2 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.67.0 May 17, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 16c3c57 to 500e25e Compare May 29, 2024 13:43
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.67.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.68.0 May 29, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 500e25e to 1d47cad Compare June 20, 2024 10:16
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.68.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.69.0 Jun 20, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 1d47cad to db5efe8 Compare June 29, 2024 12:07
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.69.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.0 Jun 29, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from db5efe8 to c541a26 Compare June 29, 2024 21:12
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.1 Jun 29, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from c541a26 to f35d168 Compare July 1, 2024 12:24
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.2 Jul 1, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from f35d168 to 8e258a3 Compare July 1, 2024 19:03
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.2 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.3 Jul 1, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 8e258a3 to 2dcf73e Compare July 6, 2024 13:31
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.70.3 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.71.0 Jul 6, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 2dcf73e to d5d8004 Compare July 11, 2024 13:42
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.71.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.0 Jul 11, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from d5d8004 to 04b4ac5 Compare July 15, 2024 13:42
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.1 Jul 15, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 04b4ac5 to 35147f6 Compare July 15, 2024 18:13
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.2 Jul 15, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 35147f6 to efaf230 Compare July 19, 2024 11:19
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.72.2 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.73.0 Jul 19, 2024
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.75.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.76.0 Aug 21, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from f9a8363 to e53d588 Compare August 22, 2024 13:21
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.76.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.76.1 Aug 22, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from e53d588 to a039395 Compare September 4, 2024 16:31
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.76.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.0 Sep 4, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from a039395 to 956a7b6 Compare September 4, 2024 23:29
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.1 Sep 4, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 956a7b6 to 97ead10 Compare September 5, 2024 18:28
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.2 Sep 5, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 97ead10 to a3de878 Compare September 5, 2024 21:27
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.2 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.3 Sep 5, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from a3de878 to 1cff9a1 Compare September 10, 2024 16:34
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.77.3 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.78.0 Sep 10, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 1cff9a1 to 49682b8 Compare September 11, 2024 20:15
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.78.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.78.1 Sep 11, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 49682b8 to 1e8d973 Compare September 18, 2024 13:03
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.78.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.79.0 Sep 18, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 1e8d973 to 295016a Compare September 24, 2024 16:02
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.79.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.80.0 Sep 24, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 295016a to 7a01133 Compare September 25, 2024 09:22
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.80.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.80.1 Sep 25, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 7a01133 to 6a62b78 Compare October 7, 2024 12:23
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.80.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.81.0 Oct 7, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 6a62b78 to 9b72e2e Compare October 13, 2024 16:02
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.81.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.82.0 Oct 13, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 9b72e2e to 065a598 Compare October 14, 2024 19:56
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.82.0 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.82.1 Oct 14, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-manyfold3d-manyfold-0.x branch from 065a598 to 9d3be0f Compare October 17, 2024 11:34
@renovate renovate Bot changed the title Update ghcr.io/manyfold3d/manyfold Docker tag to v0.82.1 Update ghcr.io/manyfold3d/manyfold Docker tag to v0.83.0 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants