generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |