This release focuses on site administration and user management, with a redesign of the site settings area and a new user management section for moderators/admins. You can now also require moderator approval for new accounts, so you can let people sign themselves up, but also check that you want to let them in before they can access everything.
Also, there's a change to the usage reporting; we've added the image name and system architecture to the report. This lets us see which image you're running (standard, solo, linuxserver), and also which CPU architecture you're on. At some point we'll deprecate the 32-bit ARM build and it would be good to know how many people are using it before we do. As always the exact data sent is visible in the admin area, and the aggregated stats are visible to all at tracking.manyfold.app/stats. If you haven't already, please consider enabling the anonymous usage tracking; it really helps us out. (This change is listed as a "breaking change" in the changelog below as we feel it's important to highlight - you don't actually need to do anything though)
What's Changed
💥 Breaking Changes 💥
✨ New Features ✨
- Add user listings for admins & moderators by @Floppy in #3209
- Add user editing for moderators by @Floppy in #3215
- Add ability to create new users in moderation interface by @Floppy in #3216
- Add ability to remove user accounts by @Floppy in #3217
- Add moderation link to reset user passwords by @Floppy in #3219
- Add option to require moderator approval for new signups by @Floppy in #3220
🐛 Bug Fixes 🐛
- Fix pghero link and user list by @Floppy in #3210
- Fix usage architecture report by @Floppy in #3222
- Fix translation file normalization by @Floppy in #3237
- Usage tracking: remove leading v from app version by @Floppy in #3235
🛠️ Other Improvements 🛠️
Full Changelog: v0.89.0...v0.90.0