From 4160ac142c9fc730378cdcee17b51cef2c039a8a Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 25 Nov 2024 12:10:45 +0000 Subject: [PATCH] add v0.90.0 release --- _posts/2024-11-25-release-v0-90-0.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _posts/2024-11-25-release-v0-90-0.md diff --git a/_posts/2024-11-25-release-v0-90-0.md b/_posts/2024-11-25-release-v0-90-0.md new file mode 100644 index 0000000..0168f2c --- /dev/null +++ b/_posts/2024-11-25-release-v0-90-0.md @@ -0,0 +1,34 @@ +--- +title: Release v0.90.0 +date: 2024-11-25 12:03:08 UTC +layout: post +excerpt_separator: " + +" +--- +This release focuses on site administration and user management, with a redesign of the 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 https://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 💥 +* Add image name and system architecture to usage report by [@Floppy](https://github.com/Floppy) in [#3213](https://github.com/manyfold3d/manyfold/pull/3213) +### ✨ New Features ✨ +* Add user listings for admins & moderators by [@Floppy](https://github.com/Floppy) in [#3209](https://github.com/manyfold3d/manyfold/pull/3209) +* Add user editing for moderators by [@Floppy](https://github.com/Floppy) in [#3215](https://github.com/manyfold3d/manyfold/pull/3215) +* Add ability to create new users in moderation interface by [@Floppy](https://github.com/Floppy) in [#3216](https://github.com/manyfold3d/manyfold/pull/3216) +* Add ability to remove user accounts by [@Floppy](https://github.com/Floppy) in [#3217](https://github.com/manyfold3d/manyfold/pull/3217) +* Add moderation link to reset user passwords by [@Floppy](https://github.com/Floppy) in [#3219](https://github.com/manyfold3d/manyfold/pull/3219) +* Add option to require moderator approval for new signups by [@Floppy](https://github.com/Floppy) in [#3220](https://github.com/manyfold3d/manyfold/pull/3220) +### 🐛 Bug Fixes 🐛 +* Fix pghero link and user list by [@Floppy](https://github.com/Floppy) in [#3210](https://github.com/manyfold3d/manyfold/pull/3210) +* Fix usage architecture report by [@Floppy](https://github.com/Floppy) in [#3222](https://github.com/manyfold3d/manyfold/pull/3222) +* Fix translation file normalization by [@Floppy](https://github.com/Floppy) in [#3237](https://github.com/manyfold3d/manyfold/pull/3237) +* Usage tracking: remove leading v from app version by [@Floppy](https://github.com/Floppy) in [#3235](https://github.com/manyfold3d/manyfold/pull/3235) +### 🛠️ Other Improvements 🛠️ +* Redesign site settings area, to allow future expansion by [@Floppy](https://github.com/Floppy) in [#3206](https://github.com/manyfold3d/manyfold/pull/3206) + + +**Full Changelog**: [v0.89.0...v0.90.0](https://github.com/manyfold3d/manyfold/compare/v0.89.0...v0.90.0) + +See the original release on GitHub: [v0.90.0](https://github.com/manyfold3d/manyfold/releases/tag/v0.90.0)