Skip to content

Releases: linuxserver/docker-manyfold

v0.109.2-ls78

06 May 18:00
dc44f1c

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.109.2-ls78/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

We had a bug with saving user preferences in the last release, due to a dependency upgrade. We should have caught it, but it slipped by us. It's now fixed, but unfortunately if you experienced the bug, your preferences will be set back to the defaults; fortunately that's just user-level things though, like problem severities, and various display options like renderer, pagination, and tag cloud. Sorry for the inconvenience!

What's Changed

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.109.1...v0.109.2

v0.109.1-ls77

01 May 23:05
43ab66b

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.109.1-ls77/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

A small release, mainly to fix a performance issue with large creator and collection lists.

What's Changed

🌍 Sustainability & Performance 🌍

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.109.0...v0.109.1

v0.109.0-ls76

01 May 11:04
3d5303f

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.109.0-ls76/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

Some new features for admins in this release, and some metadata parse and import improvements!

There is now a bin/manyfold command that can do various admin tasks, like cleaning up incorrect data; the Advanced Tasks page on the website explains how to use it. You can now also set an upload quota for accounts, handy if you're running a public instance. You can set a site-wide default, then override it for each account individually.

Metdata parsing has been improved and made more reliable; "rescan all models" in the menu and "rescan all files" in a single model both now do the same thing, and will re-parse metadata from path templates and other sources. A new source for metadata is README files; they're now read into the model description automatically, but if it's a Thingiverse-formatted README, we also automatically try to set creator, title, and license.

What's Changed

✨ New Features ✨

🔒 Security 🔒

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.108.1...v0.109.0

v0.108.1-ls75

17 Apr 21:02
9103e73

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.108.1-ls75/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

We've taken a few days to squash some bugs, so hopefully you'll get a smoother Manyfold experience!

What's Changed

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.108.0...v0.108.1

v0.108.0-ls74

15 Apr 14:02
bd7b915

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.108.0-ls74/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

This release is all about the API! We've had a read-only API for a few releases now, but this release brings the ability to update and create data as well.

First, you'll need to create an OAuth application in the settings area, with the appropriate scopes. You can then use it to create, edit and delete all the basic data for creators and collections, and update metadata for models and files. That means that, for instance, you could write a script to import data from another hosting site. The best way to explore the API is to try it live from the API documentation; just click "Authorise" and paste in your app credentials!

There are a few things that aren't in there yet; problems, permissions, admin capabilities, and you can't yet upload new files, but all that will be coming in future releases, so stay tuned!

What's Changed

💥 Breaking Changes 💥

✨ New Features ✨

🔒 Security 🔒

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.107.0...v0.108.0

v0.107.0-ls74

14 Apr 21:19
bd7b915

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.107.0-ls74/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

This release adds some handy new features. First, Manyfold now imports metadata from a datapackage.json file, both on upload and scan. One thing this means is that if you lose your database, you should be able to recover most of your data from the files that are stored on disk along with the models! The other big thing is that now we have API authentication using OAuth; you can create a set of OAuth application credentials, and then use them to access private data using the existing read APIs.

We've also got a new social following page, support for federated unfollows and deletes, support for opening in ElegooSlicer and SuperSlicer, support for HFP and SLDPRT, a new theme, and the usual pile of bugfixes and minor improvements.

What's Changed

✨ New Features ✨

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.106.0...v0.107.0

v0.107.0-ls73

09 Apr 17:08
6eaeb6f

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.107.0-ls73/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

This release adds some handy new features. First, Manyfold now imports metadata from a datapackage.json file, both on upload and scan. One thing this means is that if you lose your database, you should be able to recover most of your data from the files that are stored on disk along with the models! The other big thing is that now we have API authentication using OAuth; you can create a set of OAuth application credentials, and then use them to access private data using the existing read APIs.

We've also got a new social following page, support for federated unfollows and deletes, support for opening in ElegooSlicer and SuperSlicer, support for HFP and SLDPRT, a new theme, and the usual pile of bugfixes and minor improvements.

What's Changed

✨ New Features ✨

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.106.0...v0.107.0

v0.106.0-ls72

07 Apr 21:21
4280e8a

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.106.0-ls72/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

There's a HUGE changelist in this release, because we've spent some time on a whole load of features for people running public servers as well as the usual collection of bugfixes and minor improvements.

All the appearance and customisation options are now built in to the settings pages, so the old SITE_NAME environment variables have gone away; you can also open and close signups from within settings. There's a new about page, a place to specify server rules and a donation link, and a change to how site statistics are displayed which makes more sense for big instances. Add on email notifications, editable fediverse usernames, and the list gets pretty huge!

We also have a brand new translation into Czech, courtesy of @ichlubna, bringing us to 6 languages now!

There's quite a big UI change though - you may notice that libraries have disappeared. We found that in general people don't use them for organisation, and on public instances they're confusing, so we've hidden them away by default. Now they're really just a way to configure storage locations. You can set default library for uploads, and admins can still move models between libraries. Don't worry though, if you want it back how it was before, you can enable the previous behaviour in the site appearance settings.

What's Changed

💥 Breaking Changes 💥

✨ New Features ✨

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.105.0...v0.106.0

v0.106.0-ls71

01 Apr 11:57
7ac456d

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.106.0-ls71/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

There's a HUGE changelist in this release, because we've spent some time on a whole load of features for people running public servers as well as the usual collection of bugfixes and minor improvements.

All the appearance and customisation options are now built in to the settings pages, so the old SITE_NAME environment variables have gone away; you can also open and close signups from within settings. There's a new about page, a place to specify server rules and a donation link, and a change to how site statistics are displayed which makes more sense for big instances. Add on email notifications, editable fediverse usernames, and the list gets pretty huge!

We also have a brand new translation into Czech, courtesy of @ichlubna, bringing us to 6 languages now!

There's quite a big UI change though - you may notice that libraries have disappeared. We found that in general people don't use them for organisation, and on public instances they're confusing, so we've hidden them away by default. Now they're really just a way to configure storage locations. You can set default library for uploads, and admins can still move models between libraries. Don't worry though, if you want it back how it was before, you can enable the previous behaviour in the site appearance settings.

What's Changed

💥 Breaking Changes 💥

✨ New Features ✨

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.105.0...v0.106.0

v0.105.0-ls70

31 Mar 21:21
57d2128

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.105.0-ls70/index.html

LinuxServer Changes:

Rebase to Alpine 3.21.

Remote Changes:

This release sees the first proper API endpoints for public models, creators and collections. It's a pretty standard JSON-LD REST API, and should be considered version zero; it will definitely change over time, but we're excited to see what can be done with it! Full documentation is at /api on every instance (including on Try Manyfold), and is linked in the site footer.

Authenticated access tokens for accessing private data will be coming soon, followed by being able to edit data and upload content.

What's Changed

✨ New Features ✨

🐛 Bug Fixes 🐛

🛠️ Other Improvements 🛠️

New Contributors

Full Changelog: manyfold3d/manyfold@v0.104.1...v0.105.0