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 #5604
- Add lists, a flexible way to privately collect together models (e.g TODO list, favourites, etc) by @Floppy in #5646
- Add the ability to "Like" models by @Floppy in #5696
- Add "open in Creality Print" by @Floppy in #5711
🐛 Bug Fixes 🐛
- Set list owner correctly by @Floppy in #5690
- Don't show everyone's lists to admins in the normal views by @Floppy in #5691
- Fix list deletion errors by @Floppy in #5698
- handle liked list lookup failure by @Floppy in #5703
- fix list creation job by @Floppy in #5712
🌍 Internationalization 🌏
- Translations updated: ja by @Floppy in #5665
- Translations updated: zh-CN by @Floppy in #5664
- Translations updated: cs by @Floppy in #5663
- Translations updated: ru by @Floppy in #5662
- Translations updated: de by @Floppy in #5661
- Translations updated: pl by @Floppy in #5660
- Translations updated: fr by @Floppy in #5659
- Translations updated: nl by @Floppy in #5658
- Translations updated: es by @Floppy in #5628
🛠️ Other Improvements 🛠️
- Update footer with new links and logotype by @Floppy in #5629
- Improve testing of form deserializers by @Floppy in #5553
- Show when item was added in list show page by @Floppy in #5677
- Tighten up security checks around managing list items by @Floppy in #5688
Full Changelog: v0.133.1...v0.134.0