Releases: linuxserver/docker-manyfold
v0.88.0-ls34
CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.88.0-ls34/index.html
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release was just going to be bugfixes, but then we added support for a load of new file formats, particularly ones used for stuff like game development or higher-end graphics work. So, you can now index Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even more. Take a look at the supported formats page on the website for the full list!
There's also an important bug fix for OIDC login, which should fix issues with the redirect URL being incorrect.
What's Changed
✨ New Features ✨
- Index DXF files by @Floppy in manyfold3d/manyfold#3123
- Many new formats (3DS, DAE, FBX, AMF, IGES and more!) by @Floppy in manyfold3d/manyfold#3124
🐛 Bug Fixes 🐛
- Prevent orphaned problems when merging models by @Floppy in manyfold3d/manyfold#3118
- Don't require PUBLIC_PORT if PUBLIC_HOSTNAME is set, unless it's a non-default port by @Floppy in manyfold3d/manyfold#3122
🛠️ Other Improvements 🛠️
- Remove orphaned problems in "check all" job by @Floppy in manyfold3d/manyfold#3117
- Refactor and simplify old file removal code by @Floppy in manyfold3d/manyfold#3121
Full Changelog: manyfold3d/manyfold@v0.87.0...v0.87.1
v0.88.0-ls33
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release was just going to be bugfixes, but then we added support for a load of new file formats, particularly ones used for stuff like game development or higher-end graphics work. So, you can now index Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even more. Take a look at the supported formats page on the website for the full list!
There's also an important bug fix for OIDC login, which should fix issues with the redirect URL being incorrect.
What's Changed
✨ New Features ✨
- Index DXF files by @Floppy in manyfold3d/manyfold#3123
- Many new formats (3DS, DAE, FBX, AMF, IGES and more!) by @Floppy in manyfold3d/manyfold#3124
🐛 Bug Fixes 🐛
- Prevent orphaned problems when merging models by @Floppy in manyfold3d/manyfold#3118
- Don't require PUBLIC_PORT if PUBLIC_HOSTNAME is set, unless it's a non-default port by @Floppy in manyfold3d/manyfold#3122
🛠️ Other Improvements 🛠️
- Remove orphaned problems in "check all" job by @Floppy in manyfold3d/manyfold#3117
- Refactor and simplify old file removal code by @Floppy in manyfold3d/manyfold#3121
Full Changelog: manyfold3d/manyfold@v0.87.0...v0.87.1
v0.87.1-ls32
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release was just going to be bugfixes, but then we added support for a load of new file formats, particularly ones used for stuff like game development or higher-end graphics work. So, you can now index Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even more. Take a look at the supported formats page on the website for the full list!
There's also an important bug fix for OIDC login, which should fix issues with the redirect URL being incorrect.
What's Changed
✨ New Features ✨
- Index DXF files by @Floppy in manyfold3d/manyfold#3123
- Many new formats (3DS, DAE, FBX, AMF, IGES and more!) by @Floppy in manyfold3d/manyfold#3124
🐛 Bug Fixes 🐛
- Prevent orphaned problems when merging models by @Floppy in manyfold3d/manyfold#3118
- Don't require PUBLIC_PORT if PUBLIC_HOSTNAME is set, unless it's a non-default port by @Floppy in manyfold3d/manyfold#3122
🛠️ Other Improvements 🛠️
- Remove orphaned problems in "check all" job by @Floppy in manyfold3d/manyfold#3117
- Refactor and simplify old file removal code by @Floppy in manyfold3d/manyfold#3121
Full Changelog: manyfold3d/manyfold@v0.87.0...v0.87.1
v0.87.0-ls31
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release adds the ability to resolve problems in bulk; so if you have a lot of missing files, or empty folders, now you can remove them all in one go! There are also new application and database performance dashboards, so you can see how your instance is performing, as well as the usual collection of bug fixes.
What's Changed
✨ New Features ✨
- Add application and database performance dashboards by @Floppy in manyfold3d/manyfold#3043
- Add fediverse creator opengraph tags by @Floppy in manyfold3d/manyfold#3047
- Raise problems for zero-length files by @Floppy in manyfold3d/manyfold#3101
- Resolve problems in bulk by @Floppy in manyfold3d/manyfold#3108
- Add pagination for bulk model editing page by @Floppy in manyfold3d/manyfold#3113
🐛 Bug Fixes 🐛
- Add @ to opengraph tag by @Floppy in manyfold3d/manyfold#3049
- Don't set SSL options if unavailable because of OpenSSL 1.x by @Floppy in manyfold3d/manyfold#3098
- Stop zero-length files showing as duplicates by @Floppy in manyfold3d/manyfold#3100
- Fix IOerror on getting file size by @Floppy in manyfold3d/manyfold#3103
- Discard old jobs that were queued up for removed objects by @Floppy in manyfold3d/manyfold#3102
- Fix file deletion errors caused by presupported links by @Floppy in manyfold3d/manyfold#3112
- Add tag completion on upload form by @Floppy in manyfold3d/manyfold#3114
- Restore tag sorting by name in dropdowns by @Floppy in manyfold3d/manyfold#3116
🌍 Sustainability & Performance 🌍
- Remove unnecessary indexes by @Floppy in manyfold3d/manyfold#3050
🛠️ Other Improvements 🛠️
- Ignore admin and healthcheck paths in performance dashboard by @Floppy in manyfold3d/manyfold#3080
- Gather memory statistics for rails_performance by @Floppy in manyfold3d/manyfold#3091
- Improvements to problem list core by @Floppy in manyfold3d/manyfold#3099
- Update setting text to reflect empty file check by @Floppy in manyfold3d/manyfold#3104
- Exclude documents from duplicate detection by @Floppy in manyfold3d/manyfold#3115
Full Changelog: manyfold3d/manyfold@v0.86.0...v0.87.0
v0.86.0-ls30
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release adds another long-requested feature, a big download button for an entire model! No, I'm not sure how it took this long either. But, there's not just one download button - there are options! You can download just the supported files, just the unsupported, or just one particular file type!
Note: The downloads are generated on the fly (and cached for 6 hours), so for large models it might take a little while to start downloading; we'll get some UI feedback for that into a future release so you can see what's happening.
What's Changed
✨ New Features ✨
- Add Download button for entire model, with file subset options by @Floppy in manyfold3d/manyfold#3020
- Add opengraph metadata to creator pages by @Floppy in manyfold3d/manyfold#3014
🐛 Bug Fixes 🐛
- Restore missing model page title by @Floppy in manyfold3d/manyfold#3025
- Fix model supported/unsupported test by @Floppy in manyfold3d/manyfold#3026
- Change to sidekiq-cron for more reliable job scheduling by @Floppy in manyfold3d/manyfold#3033
🛠️ Other Improvements 🛠️
- Remove built-in log viewer; use Docker logs instead by @Floppy in manyfold3d/manyfold#3013
- Translation updates (DE, ES, PL) by @Floppy in manyfold3d/manyfold#3023
- Improvements to download UX and cache sweeping by @Floppy in manyfold3d/manyfold#3034
- Hide cache clearance jobs from activity list by @Floppy in manyfold3d/manyfold#3035
- Add proper markup to download links by @Floppy in manyfold3d/manyfold#3041
Full Changelog: manyfold3d/manyfold@v0.85.1...v0.86.0
v0.86.0-ls29
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release adds another long-requested feature, a big download button for an entire model! No, I'm not sure how it took this long either. But, there's not just one download button - there are options! You can download just the supported files, just the unsupported, or just one particular file type!
Note: The downloads are generated on the fly (and cached for 6 hours), so for large models it might take a little while to start downloading; we'll get some UI feedback for that into a future release so you can see what's happening.
What's Changed
✨ New Features ✨
- Add Download button for entire model, with file subset options by @Floppy in manyfold3d/manyfold#3020
- Add opengraph metadata to creator pages by @Floppy in manyfold3d/manyfold#3014
🐛 Bug Fixes 🐛
- Restore missing model page title by @Floppy in manyfold3d/manyfold#3025
- Fix model supported/unsupported test by @Floppy in manyfold3d/manyfold#3026
- Change to sidekiq-cron for more reliable job scheduling by @Floppy in manyfold3d/manyfold#3033
🛠️ Other Improvements 🛠️
- Remove built-in log viewer; use Docker logs instead by @Floppy in manyfold3d/manyfold#3013
- Translation updates (DE, ES, PL) by @Floppy in manyfold3d/manyfold#3023
- Improvements to download UX and cache sweeping by @Floppy in manyfold3d/manyfold#3034
- Hide cache clearance jobs from activity list by @Floppy in manyfold3d/manyfold#3035
- Add proper markup to download links by @Floppy in manyfold3d/manyfold#3041
Full Changelog: manyfold3d/manyfold@v0.85.1...v0.86.0
v0.85.1-ls28
LinuxServer Changes:
Initial Release.
manyfold Changes:
Quick fix for a missing database field that accidentally didn't get added to production systems.
What's Changed
🐛 Bug Fixes 🐛
- Add public IDs for users by @Floppy in manyfold3d/manyfold#3011
🛠️ Other Improvements 🛠️
- Turn off jemalloc stats by @Floppy in manyfold3d/manyfold#3012
Full Changelog: manyfold3d/manyfold@v0.85.0...v0.85.1
v0.84.1-ls27
LinuxServer Changes:
Initial Release.
manyfold Changes:
A small fix for data migration when upgrading very outdated instances.
What's Changed
🐛 Bug Fixes 🐛
- Skip validations while attaching files in migration by @Floppy in manyfold3d/manyfold#2986
Full Changelog: manyfold3d/manyfold@v0.84.0...v0.84.1
v0.84.0-ls26
LinuxServer Changes:
Initial Release.
manyfold Changes:
If you're on a public or shared instance, this might be helpful; now you can mark models as "sensitive" (i.e. NSFW, or otherwise something to be careful about). You can also choose how you want to display sensitive items; you can show them normally, blur them in the lists, or you can hide them completely!
There are also a couple of high-priority bugfixes for database migrations that were causing problems in v0.83.0.
What's Changed
✨ New Features ✨
- Add "sensitive" setting for models, and user control of how they're displayed by @Floppy in manyfold3d/manyfold#2969
🐛 Bug Fixes 🐛
- Fix migration issue ("destination exists" Problems) by @Floppy in manyfold3d/manyfold#2975
- Fix default role name migration by @Floppy in manyfold3d/manyfold#2976
Full Changelog: manyfold3d/manyfold@v0.83.0...v0.84.0
v0.83.0-ls25
LinuxServer Changes:
Initial Release.
manyfold Changes:
We've all got too many passwords; so, this release adds experimental support for single sign-on using OpenID Connect (OIDC)!
We say "experimental" because OIDC is a big world with many providers, so it's entirely possible that there will be problems we've not found yet; if you find that your provider doesn't work as you'd expect, report a bug and we'll get it fixed. Take a look at the authentication config docs for details of how to set it up.
There are also new config options for customising your site. Not every site can just be called "Manyfold", that'll be confusing, so now you can change the title, tagline, and icon to something more personal!
We've ALSO added a few new formats; FeeeCAD, BRep, and Markdown. Enjoy!
What's Changed
✨ New Features ✨
- Add OIDC login support by @Floppy in manyfold3d/manyfold#2946
- Allow customisation of site name, tagline and logo by @Floppy in manyfold3d/manyfold#2949
- Add indexing for FreeCAD, BRep and Markdown files by @Floppy in manyfold3d/manyfold#2956
🐛 Bug Fixes 🐛
- Fix arrows in french pagination by @Floppy in manyfold3d/manyfold#2959
- Fix display error with missing file extensions by @Floppy in manyfold3d/manyfold#2961
- Disable in-model upload form in demo mode by @Floppy in manyfold3d/manyfold#2962
🛠️ Other Improvements 🛠️
- More useful omniauth error reporting by @Floppy in manyfold3d/manyfold#2957
Full Changelog: manyfold3d/manyfold@v0.82.1...v0.83.0