Skip to content

Releases: linuxserver/docker-manyfold

v0.134.0-ls136

09 Mar 14:15
51a7456

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.134.0-ls136/index.html

LinuxServer Changes:

Full Changelog: v0.133.1-ls135...v0.134.0-ls136

Remote Changes:

This release adds a whole new feature - lists! Logged-in users can now create private lists of models, maybe to "print later", track "already printed", or otherwise collect in whatever way they like. Lists are distinct from collections, which are shared; these are just yours (though we might add sharing in future).

As well as creating your own lists, there's a special one more oriented towards social use... "Liked"! This links up to the new "like" button you'll see on model cards and pages. In a future release we'll federate the likes between instances too so you can get an accurate count, but it's just local for now.

We've also got a new "open in" ability for Creality Print, and also for a really fun project called FlockXR, a 3D creation tool for young people with a Scratch-like interface, whom we met through our NGI Zero funding and are happy to support!

What's Changed

✨ New Features ✨

🐛 Bug Fixes 🐛

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.133.1...v0.134.0

v0.133.1-ls135

02 Mar 21:42
5325fb3

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.133.1-ls135/index.html

LinuxServer Changes:

Full Changelog: v0.133.0-ls134...v0.133.1-ls135

Remote Changes:

A quick bugfix release for some UI and CORS issues, and a moderate level security fix.

What's Changed

🔒 Security 🔒

🐛 Bug Fixes 🐛

Full Changelog: manyfold3d/manyfold@v0.133.0...v0.133.1

v0.133.1-ls134

26 Feb 16:28
d0ea5e3

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.133.1-ls134/index.html

LinuxServer Changes:

No changes

Remote Changes:

A quick bugfix release for some UI and CORS issues, and a moderate level security fix.

What's Changed

🔒 Security 🔒

🐛 Bug Fixes 🐛

Full Changelog: manyfold3d/manyfold@v0.133.0...v0.133.1

v0.133.0-ls134

25 Feb 11:37
d0ea5e3

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.133.0-ls134/index.html

LinuxServer Changes:

Full Changelog: v0.132.1-ls133...v0.133.0-ls134

Remote Changes:

This is a big one! At long last, Manyfold can now create static image previews of your 3D models thanks to our new friends at F3D, so you can see exactly what you've got without having to load the whole model - but of course, you can still click to load the real thing.

Screen.Recording.2026-02-24.at.15.24.57.mov

This features is disabled by default, but you can turn it on in the "File Derivatives" settings area. It will start generating images straight away. Beware though, it will use up some disk space, and for large libraries, it will take a while to complete!

There are a couple of high-priority security fixes in this release. The first is a rare problem with session leakage when using an intervening cache, in particular Nginx Proxy Manager. The other was potentially more serious, but was only in unreleased code for a few days, so unless you run edge you couldn't have been affected.

We've also got bugfixes for permission editing, sensitive content display, and a few behind-the-scenes issues.

What's Changed

✨ New Features ✨

🔒 Security 🔒

🐛 Bug Fixes 🐛

🔋 Sustainability & Performance 🔋

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.132.1...v0.133.0

v0.132.1-ls133

16 Feb 21:31
a24536e

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.132.1-ls133/index.html

LinuxServer Changes:

Full Changelog: v0.132.1-ls132...v0.132.1-ls133

Remote Changes:

This is a bugfix release, with a fixes for a few high-profile bugs in signup, dropdowns, and preview settings. There are also some performance improvements, particularly around the download size of client-side Javascript code.

What's Changed

🐛 Bug Fixes 🐛

🔋 Sustainability & Performance 🔋

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.132.0...v0.132.1

v0.132.1-ls132

09 Feb 23:25
bee43ce

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.132.1-ls132/index.html

LinuxServer Changes:

Full Changelog: v0.132.0-ls131...v0.132.1-ls132

Remote Changes:

This is a bugfix release, with a fixes for a few high-profile bugs in signup, dropdowns, and preview settings. There are also some performance improvements, particularly around the download size of client-side Javascript code.

What's Changed

🐛 Bug Fixes 🐛

🔋 Sustainability & Performance 🔋

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.132.0...v0.132.1

v0.132.0-ls131

09 Feb 21:46
7961946

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.132.0-ls131/index.html

LinuxServer Changes:

Full Changelog: v0.132.0-ls130...v0.132.0-ls131

Remote Changes:

In the last release, we added "user groups" for creators, letting you more easily manage large groups of users who you want to give permissions on models. This was aimed at supporting creators like the many on Patreon who create models for their subscribers. This release adds the remaining features to support that process.

You can now add people to groups based on their email address, and if they don't have a local account, they'll automatically be invited to create one! Existing users are also notified when they're added to a group.

All this can be acheived through the API as well as manually through a browser, so now OAuth apps and API keys can now be created by any user with "contributor" permission or above; i.e. anyone with upload permission. We'll be writing a guide soon on exactly how to use the API and a tool like Zapier to connect up a Patreon tier to a Manyfold group, so you can fully automate distributing your content!

There are also a pile of bugfixes and minor improvements, as well as added support for opening 3MF files directly in Bambu Studio (other files formats don't seem to work directly via their URLs, so you'll still have to download STLs for now).

What's Changed

✨ New Features ✨

🔒 Security 🔒

🐛 Bug Fixes 🐛

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.131.0...v0.132.0

v0.132.0-ls130

02 Feb 23:29
e34c162

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.132.0-ls130/index.html

LinuxServer Changes:

Full Changelog: v0.132.0-ls129...v0.132.0-ls130

Remote Changes:

In the last release, we added "user groups" for creators, letting you more easily manage large groups of users who you want to give permissions on models. This was aimed at supporting creators like the many on Patreon who create models for their subscribers. This release adds the remaining features to support that process.

You can now add people to groups based on their email address, and if they don't have a local account, they'll automatically be invited to create one! Existing users are also notified when they're added to a group.

All this can be acheived through the API as well as manually through a browser, so now OAuth apps and API keys can now be created by any user with "contributor" permission or above; i.e. anyone with upload permission. We'll be writing a guide soon on exactly how to use the API and a tool like Zapier to connect up a Patreon tier to a Manyfold group, so you can fully automate distributing your content!

There are also a pile of bugfixes and minor improvements, as well as added support for opening 3MF files directly in Bambu Studio (other files formats don't seem to work directly via their URLs, so you'll still have to download STLs for now).

What's Changed

✨ New Features ✨

🔒 Security 🔒

🐛 Bug Fixes 🐛

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.131.0...v0.132.0

v0.132.0-ls129

29 Jan 15:27
980b843

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.132.0-ls129/index.html

LinuxServer Changes:

Full Changelog: v0.131.0-ls128...v0.132.0-ls129

Remote Changes:

In the last release, we added "user groups" for creators, letting you more easily manage large groups of users who you want to give permissions on models. This was aimed at supporting creators like the many on Patreon who create models for their subscribers. This release adds the remaining features to support that process.

You can now add people to groups based on their email address, and if they don't have a local account, they'll automatically be invited to create one! Existing users are also notified when they're added to a group.

All this can be acheived through the API as well as manually through a browser, so now OAuth apps and API keys can now be created by any user with "contributor" permission or above; i.e. anyone with upload permission. We'll be writing a guide soon on exactly how to use the API and a tool like Zapier to connect up a Patreon tier to a Manyfold group, so you can fully automate distributing your content!

There are also a pile of bugfixes and minor improvements, as well as added support for opening 3MF files directly in Bambu Studio (other files formats don't seem to work directly via their URLs, so you'll still have to download STLs for now).

What's Changed

✨ New Features ✨

🔒 Security 🔒

🐛 Bug Fixes 🐛

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.131.0...v0.132.0

v0.131.0-ls128

26 Jan 21:24
6c25a1f

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.131.0-ls128/index.html

LinuxServer Changes:

Full Changelog: v0.131.0-ls127...v0.131.0-ls128

Remote Changes:

This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files.

We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready.

What's Changed

✨ New Features ✨

🐛 Bug Fixes 🐛

🌍 Internationalization 🌏

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.130.4...v0.131.0