Skip to content

Commit

Permalink
add v0.90.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 25, 2024
1 parent 1fcbab3 commit 4160ac1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _posts/2024-11-25-release-v0-90-0.md
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)

0 comments on commit 4160ac1

Please sign in to comment.