Releases: linuxserver/docker-manyfold
v0.75.1-ls8
LinuxServer Changes:
Initial Release.
manyfold Changes:
Fix broken data migration in v0.75.0 - sorry about that!
What's Changed
🐛 Bug Fixes 🐛
- Reorder data migration to avoid error by @Floppy in manyfold3d/manyfold#2503
Full Changelog: manyfold3d/manyfold@v0.75.0...v0.75.1
v0.75.0-ls8
LinuxServer Changes:
Initial Release.
manyfold Changes:
Say hello to v.0.75.0 of Manyfold, in which we take our first steps into a larger world! We're excited to announce that we've added experimental early-stage support for ActivityPub, the decentralized social protocol that powers the Fediverse (think Threads, Mastodon, Pixelfed, Peertube, etc).
At the moment, only following and creating are supported for Models, Creators, and Collections, and only on your own instance - nothing federated actually works yet, but that's coming soon. This is just our first baby step. You probably won't notice much difference other than a follow button that doesn't actually do much!
Safety and privacy are always a priority, so of course, this is only enabled if you're running in multiuser mode, and there will be plenty of control over what's shared when cross-server federation becomes available; we aren't just going to open up your collections to the world without you being fully in control.
What's Changed
✨ New Features ✨
- Add infrastructure for social features with Federails by @Floppy in manyfold3d/manyfold#2454
- Allow users to follow models, creators, and collections by @Floppy in manyfold3d/manyfold#2471
🐛 Bug Fixes 🐛
- Fix activity ordering in homepage feed by @Floppy in manyfold3d/manyfold#2491
- Fix frozen string problem in locale fallback by @Floppy in manyfold3d/manyfold#2493
- Ignore hidden files and folders during scan and upload by @Floppy in manyfold3d/manyfold#2494
- Fix LIKE query on PostgreSQL by @Floppy in manyfold3d/manyfold#2500
- Fix tag lists in bulk editing by @Floppy in manyfold3d/manyfold#2501
🌍 Sustainability & Performance 🌍
- Further improvements to tag performance by @Floppy in manyfold3d/manyfold#2495
🛠️ Other Improvements 🛠️
- Refactor list code to be more easily reusable by @Floppy in manyfold3d/manyfold#2451
- Move all model URLs out of /library/{id}/models to /models by @Floppy in manyfold3d/manyfold#2469
- Create actors objects for existing users by @Floppy in manyfold3d/manyfold#2470
- Auto-create more Federails actors by @Floppy in manyfold3d/manyfold#2483
- Fix URL option settings by @Floppy in manyfold3d/manyfold#2484
- Add a stable env var for the rails app port by @Floppy in manyfold3d/manyfold#2485
- New activity feed on front page by @Floppy in manyfold3d/manyfold#2476
- Show all activities in feed by @Floppy in manyfold3d/manyfold#2486
- Move Create activity post into shared Followable concern by @Floppy in manyfold3d/manyfold#2487
- Make sure default activity user is an admin by @Floppy in manyfold3d/manyfold#2489
- Backfill last 20 creation activities on migration by @Floppy in manyfold3d/manyfold#2490
- Refactor local timeline generation by @Floppy in manyfold3d/manyfold#2492
Full Changelog: manyfold3d/manyfold@v0.74.2...v0.75.0
v0.74.2-ls7
LinuxServer Changes:
Initial Release.
manyfold Changes:
Using MySQL / MariaDB was broken out of the box; this release should fix the problems.
What's Changed
🐛 Bug Fixes 🐛
- Fix MySQL/MariaDB migrations by @Floppy in manyfold3d/manyfold#2448
- Fix MariaDB JSON fields by @Floppy in manyfold3d/manyfold#2449
🌍 Sustainability & Performance 🌍
- Optimize images by @imgbot in manyfold3d/manyfold#2443
Full Changelog: manyfold3d/manyfold@v0.74.1...v0.74.2
v0.74.2-ls6
LinuxServer Changes:
Initial Release.
manyfold Changes:
Using MySQL / MariaDB was broken out of the box; this release should fix the problems.
What's Changed
🐛 Bug Fixes 🐛
- Fix MySQL/MariaDB migrations by @Floppy in manyfold3d/manyfold#2448
- Fix MariaDB JSON fields by @Floppy in manyfold3d/manyfold#2449
🌍 Sustainability & Performance 🌍
- Optimize images by @imgbot in manyfold3d/manyfold#2443
Full Changelog: manyfold3d/manyfold@v0.74.1...v0.74.2
v0.74.2-ls5
LinuxServer Changes:
Initial Release.
manyfold Changes:
Using MySQL / MariaDB was broken out of the box; this release should fix the problems.
What's Changed
🐛 Bug Fixes 🐛
- Fix MySQL/MariaDB migrations by @Floppy in manyfold3d/manyfold#2448
- Fix MariaDB JSON fields by @Floppy in manyfold3d/manyfold#2449
🌍 Sustainability & Performance 🌍
- Optimize images by @imgbot in manyfold3d/manyfold#2443
Full Changelog: manyfold3d/manyfold@v0.74.1...v0.74.2
v0.74.1-ls4
LinuxServer Changes:
Initial Release.
manyfold Changes:
Fixing a search problem introduced in v0.74.0 - sorry about that!
What's Changed
🐛 Bug Fixes 🐛
- Reimplement free-text search using ransack by @Floppy in manyfold3d/manyfold#2441
- Fix PostgreSQL error during search by @Floppy in manyfold3d/manyfold#2442
Full Changelog: manyfold3d/manyfold@v0.74.0...v0.74.1
v0.74.0-ls4
LinuxServer Changes:
Initial Release.
manyfold Changes:
This release sees quite a milestone; it's the first time we've removed a feature! You used to be able to choose how unrelated tags were shown in the cloud; either in a faded colour, or hidden completely and just shown as a count. In the process of fixing a performance problem with really big libraries, we decided that flexibility wasn't worth it for the amount of computation it required, so it's gone away.
Despite listing it as a "breaking change", it's not a compatibility problem; you shouldn't notice any change unless you were using the faded colour option (which wasn't the default anyway). Hopefully though, you will notice a performance improvement in model lists because of the rewriting we've been able to do around tags.
Obviously, if that feature was the best thing ever and you want it back, then open a ticket and we'll see if we can reintroduce it in a more efficient way.
What's Changed
💥 Breaking Changes 💥
- Fix major performance issues in tag cloud building by removing unrelated tag display by @Floppy in manyfold3d/manyfold#2434
🐛 Bug Fixes 🐛
- Prevent default touch actions on preview canvases by @Floppy in manyfold3d/manyfold#2426
🌍 Sustainability & Performance 🌍
- Replace PNG logo with SVG by @Floppy in manyfold3d/manyfold#2424
- Change default tag threshold to 2 by @Floppy in manyfold3d/manyfold#2431
- Remove an unnecessary tag calculation used for bulk editing by @Floppy in manyfold3d/manyfold#2433
🛠️ Other Improvements 🛠️
- Add Apple home screen icon by @Floppy in manyfold3d/manyfold#2425
- Fix broken CSP for Scout DevTrace by @Floppy in manyfold3d/manyfold#2432
- Refactor model filtering by @Floppy in manyfold3d/manyfold#2435
- Add more release note sections by @Floppy in manyfold3d/manyfold#2436
- Another tweak to release notes by @Floppy in manyfold3d/manyfold#2437
Full Changelog: manyfold3d/manyfold@v0.73.0...v0.74.0
v0.73.0-ls3
LinuxServer Changes:
Initial Release.
manyfold Changes:
A mixed bag this week; GLTF support, more icon choices, and better password rules, along with a pile of bugfixes. Enjoy!
What's Changed
✨ New Features ✨
- Add index and render support for GLTF (and GLB) files by @Floppy in manyfold3d/manyfold#2406
- Add RPG-awesome icon support by @Floppy in manyfold3d/manyfold#2411
- Improve password security with a proper strength check by zxcvbn by @Floppy in manyfold3d/manyfold#2417
🐛 Bug Fixes 🐛
- Fix incorrect surface materials in renderer by @Floppy in manyfold3d/manyfold#2408
- Use correct MIME type for .rar files by @Floppy in manyfold3d/manyfold#2407
- Fix broken default settings (e.g. render style) by @Floppy in manyfold3d/manyfold#2409
- Fix broken multiuser mode setup (no autologin) by @Floppy in manyfold3d/manyfold#2410
- Fix up asset paths for fonts by @Floppy in manyfold3d/manyfold#2415
- fix font paths when using RAILS_RELATIVE_URL_ROOT by @Floppy in manyfold3d/manyfold#2421
- Use fonts from CDN instead of local to avoid asset path problems by @Floppy in manyfold3d/manyfold#2422
🛠️ Other Improvements 🛠️
- Translation updates (pl, fr, de) by @Floppy in manyfold3d/manyfold#2418
Full Changelog: manyfold3d/manyfold@v0.72.2...v0.73.0
v0.73.0-ls2
LinuxServer Changes:
Initial Release.
manyfold Changes:
A mixed bag this week; GLTF support, more icon choices, and better password rules, along with a pile of bugfixes. Enjoy!
What's Changed
✨ New Features ✨
- Add index and render support for GLTF (and GLB) files by @Floppy in manyfold3d/manyfold#2406
- Add RPG-awesome icon support by @Floppy in manyfold3d/manyfold#2411
- Improve password security with a proper strength check by zxcvbn by @Floppy in manyfold3d/manyfold#2417
🐛 Bug Fixes 🐛
- Fix incorrect surface materials in renderer by @Floppy in manyfold3d/manyfold#2408
- Use correct MIME type for .rar files by @Floppy in manyfold3d/manyfold#2407
- Fix broken default settings (e.g. render style) by @Floppy in manyfold3d/manyfold#2409
- Fix broken multiuser mode setup (no autologin) by @Floppy in manyfold3d/manyfold#2410
- Fix up asset paths for fonts by @Floppy in manyfold3d/manyfold#2415
- fix font paths when using RAILS_RELATIVE_URL_ROOT by @Floppy in manyfold3d/manyfold#2421
- Use fonts from CDN instead of local to avoid asset path problems by @Floppy in manyfold3d/manyfold#2422
🛠️ Other Improvements 🛠️
- Translation updates (pl, fr, de) by @Floppy in manyfold3d/manyfold#2418
Full Changelog: manyfold3d/manyfold@v0.72.2...v0.73.0
v0.73.0-ls1
LinuxServer Changes:
Initial Release.
manyfold Changes:
A mixed bag this week; GLTF support, more icon choices, and better password rules, along with a pile of bugfixes. Enjoy!
What's Changed
✨ New Features ✨
- Add index and render support for GLTF (and GLB) files by @Floppy in manyfold3d/manyfold#2406
- Add RPG-awesome icon support by @Floppy in manyfold3d/manyfold#2411
- Improve password security with a proper strength check by zxcvbn by @Floppy in manyfold3d/manyfold#2417
🐛 Bug Fixes 🐛
- Fix incorrect surface materials in renderer by @Floppy in manyfold3d/manyfold#2408
- Use correct MIME type for .rar files by @Floppy in manyfold3d/manyfold#2407
- Fix broken default settings (e.g. render style) by @Floppy in manyfold3d/manyfold#2409
- Fix broken multiuser mode setup (no autologin) by @Floppy in manyfold3d/manyfold#2410
- Fix up asset paths for fonts by @Floppy in manyfold3d/manyfold#2415
- fix font paths when using RAILS_RELATIVE_URL_ROOT by @Floppy in manyfold3d/manyfold#2421
- Use fonts from CDN instead of local to avoid asset path problems by @Floppy in manyfold3d/manyfold#2422
🛠️ Other Improvements 🛠️
- Translation updates (pl, fr, de) by @Floppy in manyfold3d/manyfold#2418
Full Changelog: manyfold3d/manyfold@v0.72.2...v0.73.0