Releases: linuxserver/docker-manyfold
v0.78.1-ls16
LinuxServer Changes:
Initial Release.
manyfold Changes:
Minor bugfix for incorrect file paths being created during upload.
What's Changed
🐛 Bug Fixes 🐛
- Fix error with file paths in uploaded models by @Floppy in manyfold3d/manyfold#2670
🛠️ Other Improvements 🛠️
- Update README.md by @pedroma in manyfold3d/manyfold#2667
New Contributors
- @pedroma made their first contribution in manyfold3d/manyfold#2667
Full Changelog: manyfold3d/manyfold@v0.78.0...v0.78.1
v0.78.1-ls15
LinuxServer Changes:
Initial Release.
manyfold Changes:
Minor bugfix for incorrect file paths being created during upload.
What's Changed
🐛 Bug Fixes 🐛
- Fix error with file paths in uploaded models by @Floppy in manyfold3d/manyfold#2670
🛠️ Other Improvements 🛠️
- Update README.md by @pedroma in manyfold3d/manyfold#2667
New Contributors
- @pedroma made their first contribution in manyfold3d/manyfold#2667
Full Changelog: manyfold3d/manyfold@v0.78.0...v0.78.1
v0.78.0-ls14
LinuxServer Changes:
Initial Release.
manyfold Changes:
Now you can set a creator, collection, license and tags straight away at upload time! That'll make things a bit easier...
What's Changed
✨ New Features ✨
- Set creator/collection/license/tags during upload by @Floppy in manyfold3d/manyfold#2637
🐛 Bug Fixes 🐛
- Calculate tag list before model pagination is applied by @Floppy in manyfold3d/manyfold#2633
- Fix download behaviour for ASCII files by @Floppy in manyfold3d/manyfold#2634
- Make sure new tags are used in paths in bulk edit organize by @Floppy in manyfold3d/manyfold#2638
- Fix incorrect DISTINCT queries by @Floppy in manyfold3d/manyfold#2642
- Fix tags not being removed in bulk editor by @Floppy in manyfold3d/manyfold#2653
- Move activity backfill to after permission-related DB changes by @Floppy in manyfold3d/manyfold#2659
- Sweep up old cache files every hour by @Floppy in manyfold3d/manyfold#2660
- Improve error visibility for failed uploads by @Floppy in manyfold3d/manyfold#2664
- Make archive extraction thread-safe by @Floppy in manyfold3d/manyfold#2665
- Fix changing presupported state causing database inconsistency by @Floppy in manyfold3d/manyfold#2666
🛠️ Other Improvements 🛠️
- Update to Ruby 3.3.5 by @Floppy in manyfold3d/manyfold#2641
Full Changelog: manyfold3d/manyfold@v0.77.3...v0.78.0
v0.77.3-ls13
LinuxServer Changes:
Initial Release.
manyfold Changes:
Fixes a problem with slow deployments of v0.77.2
NOTE: new ID strings are generated for all models and files during deployment; this might take some time on large libraries (not as long as in the last release though).
What's Changed
🐛 Bug Fixes 🐛
- Speed up public ID migration by @Floppy in manyfold3d/manyfold#2629
Full Changelog: manyfold3d/manyfold@v0.77.2...v0.77.3
v0.77.3-ls12
LinuxServer Changes:
Initial Release.
manyfold Changes:
Fixes a problem with slow deployments of v0.77.2
NOTE: new ID strings are generated for all models and files during deployment; this might take some time on large libraries (not as long as in the last release though).
What's Changed
🐛 Bug Fixes 🐛
- Speed up public ID migration by @Floppy in manyfold3d/manyfold#2629
Full Changelog: manyfold3d/manyfold@v0.77.2...v0.77.3
v0.76.1-ls11
LinuxServer Changes:
Initial Release.
manyfold Changes:
A few bugfixes for ActivityPub and database migration.
What's Changed
🐛 Bug Fixes 🐛
- Exclude followable objects from nodeinfo stats by @Floppy in manyfold3d/manyfold#2558
- Don't set standard ports in URL options by @Floppy in manyfold3d/manyfold#2559
- Exclude healthcheck endpoint from forced SSL by @Floppy in manyfold3d/manyfold#2561
- Include scheme in federails site host config by @Floppy in manyfold3d/manyfold#2562
- Remove foreign key before dropping index by @AevumDecessus in manyfold3d/manyfold#2560
- Create actor for default user if missing on create activities by @Floppy in manyfold3d/manyfold#2564
New Contributors
- @AevumDecessus made their first contribution in manyfold3d/manyfold#2560
Full Changelog: manyfold3d/manyfold@v0.76.0...v0.76.1
v0.76.1-ls10
LinuxServer Changes:
Initial Release.
manyfold Changes:
A few bugfixes for ActivityPub and database migration.
What's Changed
🐛 Bug Fixes 🐛
- Exclude followable objects from nodeinfo stats by @Floppy in manyfold3d/manyfold#2558
- Don't set standard ports in URL options by @Floppy in manyfold3d/manyfold#2559
- Exclude healthcheck endpoint from forced SSL by @Floppy in manyfold3d/manyfold#2561
- Include scheme in federails site host config by @Floppy in manyfold3d/manyfold#2562
- Remove foreign key before dropping index by @AevumDecessus in manyfold3d/manyfold#2560
- Create actor for default user if missing on create activities by @Floppy in manyfold3d/manyfold#2564
New Contributors
- @AevumDecessus made their first contribution in manyfold3d/manyfold#2560
Full Changelog: manyfold3d/manyfold@v0.76.0...v0.76.1
v0.76.0-ls10
LinuxServer Changes:
Initial Release.
manyfold Changes:
Mostly background changes in this release, heading towards more ActivityPub functionality. The main feed will now show updates as well as just create events, and you get a load of bugfixes too!
What's Changed
✨ New Features ✨
- Post and display update activities by @Floppy in manyfold3d/manyfold#2509
- Ignore Synology-generated files by @Floppy in manyfold3d/manyfold#2553
🐛 Bug Fixes 🐛
- Remove temporarily-created models if ProcessUploadedFileJob fails by @Floppy in manyfold3d/manyfold#2529
- Don't link to users from activity feed by @Floppy in manyfold3d/manyfold#2533
- Hide user updates and fix local links in activity feed by @Floppy in manyfold3d/manyfold#2535
- Fix entity -> actor relationship by @Floppy in manyfold3d/manyfold#2537
- Fix error on untagged model listing by @Floppy in manyfold3d/manyfold#2551
- Fix some raw html appearing in text when translations are missing by @Floppy in manyfold3d/manyfold#2552
- Fix ignoring of library root folder by @Floppy in manyfold3d/manyfold#2554
- Handle non-existent actor in following check by @Floppy in manyfold3d/manyfold#2555
🛠️ Other Improvements 🛠️
- Remove Flipper for feature switching by @Floppy in manyfold3d/manyfold#2507
- Get Webfinger working for users, models, collections, and creators by @Floppy in manyfold3d/manyfold#2508
- Handle user signups in local feed by @Floppy in manyfold3d/manyfold#2512
- Set proper types for each actor by @Floppy in manyfold3d/manyfold#2511
- Don't repeat activities within 5 minutes by @Floppy in manyfold3d/manyfold#2538
- German translation updates by @Mallo321123 by @Floppy in manyfold3d/manyfold#2539
- Polish translation updates by @XioR112 by @Floppy in manyfold3d/manyfold#2540
- Make create/update activity feed items translatable by @Floppy in manyfold3d/manyfold#2541
- i18n renormalization by @Floppy in manyfold3d/manyfold#2542
Full Changelog: manyfold3d/manyfold@v0.75.1...v0.76.0
v0.75.1-ls9
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.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