CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.134.0-ls136/index.html
LinuxServer Changes:
Full Changelog: v0.133.1-ls135...v0.134.0-ls136
Remote Changes:
This release adds a whole new feature - lists! Logged-in users can now create private lists of models, maybe to "print later", track "already printed", or otherwise collect in whatever way they like. Lists are distinct from collections, which are shared; these are just yours (though we might add sharing in future).
As well as creating your own lists, there's a special one more oriented towards social use... "Liked"! This links up to the new "like" button you'll see on model cards and pages. In a future release we'll federate the likes between instances too so you can get an accurate count, but it's just local for now.
We've also got a new "open in" ability for Creality Print, and also for a really fun project called FlockXR, a 3D creation tool for young people with a Scratch-like interface, whom we met through our NGI Zero funding and are happy to support!
What's Changed
✨ New Features ✨
- Add "open in" link for FlockXR by @Floppy in manyfold3d/manyfold#5604
- Add lists, a flexible way to privately collect together models (e.g TODO list, favourites, etc) by @Floppy in manyfold3d/manyfold#5646
- Add the ability to "Like" models by @Floppy in manyfold3d/manyfold#5696
- Add "open in Creality Print" by @Floppy in manyfold3d/manyfold#5711
🐛 Bug Fixes 🐛
- Set list owner correctly by @Floppy in manyfold3d/manyfold#5690
- Don't show everyone's lists to admins in the normal views by @Floppy in manyfold3d/manyfold#5691
- Fix list deletion errors by @Floppy in manyfold3d/manyfold#5698
- handle liked list lookup failure by @Floppy in manyfold3d/manyfold#5703
- fix list creation job by @Floppy in manyfold3d/manyfold#5712
🌍 Internationalization 🌏
- Translations updated: ja by @Floppy in manyfold3d/manyfold#5665
- Translations updated: zh-CN by @Floppy in manyfold3d/manyfold#5664
- Translations updated: cs by @Floppy in manyfold3d/manyfold#5663
- Translations updated: ru by @Floppy in manyfold3d/manyfold#5662
- Translations updated: de by @Floppy in manyfold3d/manyfold#5661
- Translations updated: pl by @Floppy in manyfold3d/manyfold#5660
- Translations updated: fr by @Floppy in manyfold3d/manyfold#5659
- Translations updated: nl by @Floppy in manyfold3d/manyfold#5658
- Translations updated: es by @Floppy in manyfold3d/manyfold#5628
🛠️ Other Improvements 🛠️
- Update footer with new links and logotype by @Floppy in manyfold3d/manyfold#5629
- Improve testing of form deserializers by @Floppy in manyfold3d/manyfold#5553
- Show when item was added in list show page by @Floppy in manyfold3d/manyfold#5677
- Tighten up security checks around managing list items by @Floppy in manyfold3d/manyfold#5688
Full Changelog: manyfold3d/manyfold@v0.133.1...v0.134.0