Releases: linuxserver/docker-manyfold
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
v0.82.1-ls24
LinuxServer Changes:
Initial Release.
manyfold Changes:
Just a couple of small bugfixes following up from the v0.82.0 release.
What's Changed
🐛 Bug Fixes 🐛
- Fix activity backfill by @Floppy in manyfold3d/manyfold#2935
- Fix ActivityPub tag field in Note by @Floppy in manyfold3d/manyfold#2938
🛠️ Other Improvements 🛠️
- Translation updates (DE, PL, ES) by @Floppy in manyfold3d/manyfold#2936
Full Changelog: manyfold3d/manyfold@v0.82.0...v0.82.1
v0.82.0-ls23
LinuxServer Changes:
Initial Release.
manyfold Changes:
Exciting times! This release has not one, but TWO major features!
First, Manyfold will now index PDF, TXT, Markdown and video files. All those models that come with build instructions, licenses, and so on? Now you can see it all!
The second is another big step on something we've been building towards for a long time; Manyfold is now social! Users of Fediverse social networks, using systems like Mastodon, can follow Manyfold creators, collections or individual models. As of this release, if you've followed a creator, when they add a new model, you'll see an update in your feed!
Future releases will add more update types, and will allow you to subscribe directly to content on one Manyfold server from another, so stay tuned for more!
What's Changed
✨ New Features ✨
- Index and display video and document files by @Floppy in manyfold3d/manyfold#2890
- Post ActivityPub message when a creator adds a new model by @Floppy in manyfold3d/manyfold#2900
- Add follow buttons for logged-out users, to follow from their home server by @Floppy in manyfold3d/manyfold#2928
- Search for and follow remote accounts from home server by @Floppy in manyfold3d/manyfold#2929
🐛 Bug Fixes 🐛
- Stop hashtags appearing as headings in activitypub notes by @Floppy in manyfold3d/manyfold#2904
- Make search button translatable by @Floppy in manyfold3d/manyfold#2908
- Remove incorrect hook on comment destroy by @Floppy in manyfold3d/manyfold#2913
- Don't create Federails Actors during migration by @Floppy in manyfold3d/manyfold#2916
- Fix creator/collection ownership by @Floppy in manyfold3d/manyfold#2919
- Make default activities post correct object type by @Floppy in manyfold3d/manyfold#2923
- Fix incorrect permission check when user has multiple roles by @Floppy in manyfold3d/manyfold#2924
- Stop files being accidentally deleted during merge by @Floppy in manyfold3d/manyfold#2925
- Fix translation for follow button by @Floppy in manyfold3d/manyfold#2927
🛠️ Other Improvements 🛠️
- Add comment table and controller to support ActivityPub Notes by @Floppy in manyfold3d/manyfold#2884
- Post ActivityPub Notes for new, updated, and deleted comments by @Floppy in manyfold3d/manyfold#2885
- Generalised handling of outgoing activities by @Floppy in manyfold3d/manyfold#2886
- Set publication time and attribution for AP Notes by @Floppy in manyfold3d/manyfold#2887
- Set visibility on AP Notes by @Floppy in manyfold3d/manyfold#2888
- inline Note object into activity posts by @Floppy in manyfold3d/manyfold#2897
- Fix type of to_activitypub_object by @Floppy in manyfold3d/manyfold#2898
- Only post federated activities where both subject and object are public by @Floppy in manyfold3d/manyfold#2901
- Enable the new activity queue by @Floppy in manyfold3d/manyfold#2902
- Improve text of model creation message by @Floppy in manyfold3d/manyfold#2903
- Link tags by @Floppy in manyfold3d/manyfold#2912
- Minor translation updates by @Floppy in manyfold3d/manyfold#2914
- Further improved hashtag output by @Floppy in manyfold3d/manyfold#2915
- Update federails for remote-follow fetch support by @Floppy in manyfold3d/manyfold#2917
- Restore type-specific activity posts by @Floppy in manyfold3d/manyfold#2918
- Move "new library" link into redesigned library settings area by @Floppy in manyfold3d/manyfold#2930
- Add Fediverse follow link to nav bar by @Floppy in manyfold3d/manyfold#2931
Full Changelog: manyfold3d/manyfold@v0.81.0...v0.82.0
v0.81.0-ls22
LinuxServer Changes:
Initial Release.
manyfold Changes:
There's a lot of work in this release, but perhaps not much is too visible. We're working on ActivityPub interoperability with platforms like Mastodon, and there's a lot of work under the hood to get us there. The visible ActivityPub interaction stuff is very near though, hopefully you'll get to see it within a week in v0.82.0!
This release does have a few bug fixes though, and a new feature whereby you can split a model's files into two parts through the bulk file editor. So, if you merged things by accident, now you can undo it!
What's Changed
✨ New Features ✨
- Split selected files into new model when bulk editing by @Floppy in manyfold3d/manyfold#2864
- Improve social previews by description and image, and improving title by @Floppy in manyfold3d/manyfold#2870
- Make ActivityPub messages Mastodon-compatible with HTTP signatures by @Floppy in manyfold3d/manyfold#2803
- Working responses to ActivityPub follow requests from Mastodon servers by @Floppy in manyfold3d/manyfold#2846
- Automatically accept ActivityPub follow requests by @Floppy in manyfold3d/manyfold#2833
🐛 Bug Fixes 🐛
- Use Rails's built-in health endpoint by @Floppy in manyfold3d/manyfold#2792
- Remove up-front keypair generation data task by @Floppy in manyfold3d/manyfold#2802
- Avoid creating duplicate problems by @Floppy in manyfold3d/manyfold#2813
- Fix backgrounded organize jobs by @Floppy in manyfold3d/manyfold#2814
- Ignore SSL EOF errors from badly configured servers by @Floppy in manyfold3d/manyfold#2835
- Fix activity data migration by @Floppy in manyfold3d/manyfold#2838
- Fix error browsing collections with library filter by @Floppy in manyfold3d/manyfold#2855
- Fix search by removing preview_file preload by @Floppy in manyfold3d/manyfold#2856
- Fix bug with not extracting files from root of zipfile by @Floppy in manyfold3d/manyfold#2857
- Fixed another edge case in path stripping by @Floppy in manyfold3d/manyfold#2863
- fix actor UUID persistence by @Floppy in manyfold3d/manyfold#2867
- Fix missing tags when splitting a model by @Floppy in manyfold3d/manyfold#2868
- Fix error with image previews in social graph by @Floppy in manyfold3d/manyfold#2871
- Fix description meta tag by @Floppy in manyfold3d/manyfold#2872
- Fix image path in meta tags by @Floppy in manyfold3d/manyfold#2873
- Skip target fetch for new follow path by @Floppy in manyfold3d/manyfold#2879
🌍 Sustainability & Performance 🌍
- Organize models in background after editing by @Floppy in manyfold3d/manyfold#2812
🛠️ Other Improvements 🛠️
- Test that creators can be looked up by acct URI by @Floppy in manyfold3d/manyfold#2791
- Translation updates (DE, ES, PL) by @Floppy in manyfold3d/manyfold#2795
- Enable japanese and portuguese on translation.io by @Floppy in manyfold3d/manyfold#2798
- Keypair management for ActivityPub actors by @Floppy in manyfold3d/manyfold#2801
- Use Mastodon-compatible actor types by @Floppy in manyfold3d/manyfold#2808
- Delay background jobs by @Floppy in manyfold3d/manyfold#2810
- Update federails to get UUIDs for actor URLs by @Floppy in manyfold3d/manyfold#2866
- Add remote follow support, so you can hit "follow" on other instances by @Floppy in manyfold3d/manyfold#2875
- Move remote follow route to standard path by @Floppy in manyfold3d/manyfold#2877
- Improve opengraph output by @Floppy in manyfold3d/manyfold#2881
Full Changelog: manyfold3d/manyfold@v0.80.1...v0.81.0
v0.81.0-ls21
LinuxServer Changes:
Initial Release.
manyfold Changes:
There's a lot of work in this release, but perhaps not much is too visible. We're working on ActivityPub interoperability with platforms like Mastodon, and there's a lot of work under the hood to get us there. The visible ActivityPub interaction stuff is very near though, hopefully you'll get to see it within a week in v0.82.0!
This release does have a few bug fixes though, and a new feature whereby you can split a model's files into two parts through the bulk file editor. So, if you merged things by accident, now you can undo it!
What's Changed
✨ New Features ✨
- Split selected files into new model when bulk editing by @Floppy in manyfold3d/manyfold#2864
- Improve social previews by description and image, and improving title by @Floppy in manyfold3d/manyfold#2870
- Make ActivityPub messages Mastodon-compatible with HTTP signatures by @Floppy in manyfold3d/manyfold#2803
- Working responses to ActivityPub follow requests from Mastodon servers by @Floppy in manyfold3d/manyfold#2846
- Automatically accept ActivityPub follow requests by @Floppy in manyfold3d/manyfold#2833
🐛 Bug Fixes 🐛
- Use Rails's built-in health endpoint by @Floppy in manyfold3d/manyfold#2792
- Remove up-front keypair generation data task by @Floppy in manyfold3d/manyfold#2802
- Avoid creating duplicate problems by @Floppy in manyfold3d/manyfold#2813
- Fix backgrounded organize jobs by @Floppy in manyfold3d/manyfold#2814
- Ignore SSL EOF errors from badly configured servers by @Floppy in manyfold3d/manyfold#2835
- Fix activity data migration by @Floppy in manyfold3d/manyfold#2838
- Fix error browsing collections with library filter by @Floppy in manyfold3d/manyfold#2855
- Fix search by removing preview_file preload by @Floppy in manyfold3d/manyfold#2856
- Fix bug with not extracting files from root of zipfile by @Floppy in manyfold3d/manyfold#2857
- Fixed another edge case in path stripping by @Floppy in manyfold3d/manyfold#2863
- fix actor UUID persistence by @Floppy in manyfold3d/manyfold#2867
- Fix missing tags when splitting a model by @Floppy in manyfold3d/manyfold#2868
- Fix error with image previews in social graph by @Floppy in manyfold3d/manyfold#2871
- Fix description meta tag by @Floppy in manyfold3d/manyfold#2872
- Fix image path in meta tags by @Floppy in manyfold3d/manyfold#2873
- Skip target fetch for new follow path by @Floppy in manyfold3d/manyfold#2879
🌍 Sustainability & Performance 🌍
- Organize models in background after editing by @Floppy in manyfold3d/manyfold#2812
🛠️ Other Improvements 🛠️
- Test that creators can be looked up by acct URI by @Floppy in manyfold3d/manyfold#2791
- Translation updates (DE, ES, PL) by @Floppy in manyfold3d/manyfold#2795
- Enable japanese and portuguese on translation.io by @Floppy in manyfold3d/manyfold#2798
- Keypair management for ActivityPub actors by @Floppy in manyfold3d/manyfold#2801
- Use Mastodon-compatible actor types by @Floppy in manyfold3d/manyfold#2808
- Delay background jobs by @Floppy in manyfold3d/manyfold#2810
- Update federails to get UUIDs for actor URLs by @Floppy in manyfold3d/manyfold#2866
- Add remote follow support, so you can hit "follow" on other instances by @Floppy in manyfold3d/manyfold#2875
- Move remote follow route to standard path by @Floppy in manyfold3d/manyfold#2877
- Improve opengraph output by @Floppy in manyfold3d/manyfold#2881
Full Changelog: manyfold3d/manyfold@v0.80.1...v0.81.0