Releases: linuxserver/docker-manyfold
v0.90.0-ls36
CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.90.0-ls36/index.html
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release focuses on site administration and user management, with a redesign of the site settings area and a new user management section for moderators/admins. You can now also require moderator approval for new accounts, so you can let people sign themselves up, but also check that you want to let them in before they can access everything.
Also, there's a change to the usage reporting; we've added the image name and system architecture to the report. This lets us see which image you're running (standard, solo, linuxserver), and also which CPU architecture you're on. At some point we'll deprecate the 32-bit ARM build and it would be good to know how many people are using it before we do. As always the exact data sent is visible in the admin area, and the aggregated stats are visible to all at tracking.manyfold.app/stats. If you haven't already, please consider enabling the anonymous usage tracking; it really helps us out. (This change is listed as a "breaking change" in the changelog below as we feel it's important to highlight - you don't actually need to do anything though)
What's Changed
💥 Breaking Changes 💥
- Add image name and system architecture to usage report by @Floppy in manyfold3d/manyfold#3213
✨ New Features ✨
- Add user listings for admins & moderators by @Floppy in manyfold3d/manyfold#3209
- Add user editing for moderators by @Floppy in manyfold3d/manyfold#3215
- Add ability to create new users in moderation interface by @Floppy in manyfold3d/manyfold#3216
- Add ability to remove user accounts by @Floppy in manyfold3d/manyfold#3217
- Add moderation link to reset user passwords by @Floppy in manyfold3d/manyfold#3219
- Add option to require moderator approval for new signups by @Floppy in manyfold3d/manyfold#3220
🐛 Bug Fixes 🐛
- Fix pghero link and user list by @Floppy in manyfold3d/manyfold#3210
- Fix usage architecture report by @Floppy in manyfold3d/manyfold#3222
- Fix translation file normalization by @Floppy in manyfold3d/manyfold#3237
- Usage tracking: remove leading v from app version by @Floppy in manyfold3d/manyfold#3235
🛠️ Other Improvements 🛠️
- Redesign site settings area, to allow future expansion by @Floppy in manyfold3d/manyfold#3206
Full Changelog: manyfold3d/manyfold@v0.89.0...v0.90.0
v0.89.0-ls35
CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.89.0-ls35/index.html
LinuxServer Changes:
Initial Release.
manyfold Changes:
Mostly behind-the-scenes changes and bugfixes this time round; better 3MF conversion behaviour, custom database port support, and fixes for sites that aren't running at the root of their domain. There's also been a big reorganisation of the settings; user-specific settings are now in the same place as password and email, whereas the old settings page is now just for site-wide admin settings.
What's Changed
✨ New Features ✨
- Set actor attribution domain by @Floppy in manyfold3d/manyfold#3155
- Add ability to specify custom DATABASE_PORT by @Floppy in manyfold3d/manyfold#3157
- Log problem if 3MF conversion fails because a mesh is non-manifold by @Floppy in manyfold3d/manyfold#3181
🐛 Bug Fixes 🐛
- Use correct attribution domain from settings by @Floppy in manyfold3d/manyfold#3156
- Fix potential error with empty locale setting by @Floppy in manyfold3d/manyfold#3160
- Fix broken admin, problem and activity links when using RAILS_RELATIVE_URL_ROOT by @Floppy in manyfold3d/manyfold#3161
- Don't retry 3MF conversion for non-manifold meshes by @Floppy in manyfold3d/manyfold#3182
- Use consistent resolution buttons in problem panels by @Floppy in manyfold3d/manyfold#3183
- Fix tooltip text on activity icons by @Floppy in manyfold3d/manyfold#3184
- Update 3MF conversion buttons when finished by @Floppy in manyfold3d/manyfold#3185
- Clear out stuck problems by @Floppy in manyfold3d/manyfold#3187
- Restore missing problem resolution button translations by @Floppy in manyfold3d/manyfold#3189
- Fix upload path when using RAILS_RELATIVE_URL_ROOT by @Floppy in manyfold3d/manyfold#3190
- Fix attachment data error on MySQL databases by @Floppy in manyfold3d/manyfold#3191
- Fix internal errors on follow requests by @Floppy in manyfold3d/manyfold#3204
🛠️ Other Improvements 🛠️
- Move mesh analysis into its own gem by @Floppy in manyfold3d/manyfold#3147
- Move 3MF export code into separate mittsu-3mf by @Floppy in manyfold3d/manyfold#3153
- Reorganise settings pages by @Floppy in manyfold3d/manyfold#3166
- Disable conversion button for non-manifold meshes by @Floppy in manyfold3d/manyfold#3186
Full Changelog: manyfold3d/manyfold@v0.88.0...v0.89.0
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