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
25 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,25 @@ | ||
--- | ||
title: Release v0.91.0 | ||
date: 2024-12-02 09:43:00 UTC | ||
layout: post | ||
excerpt_separator: " | ||
" | ||
--- | ||
This release is all about safety; we've added features for reporting abusive or illegal content, both for local users and across the Fediverse, and for blocking federation to or from particular domains. Federation is still at a very basic level, but we really wanted to get at least some basic safety features in early; it's important stuff! Moderators can view and resolve submitted reports in the new settings area introduced in the last release, and can also manage local accounts in a new user management UI. | ||
|
||
## What's Changed | ||
### ✨ New Features ✨ | ||
* Add support for blocking domains so that they don't federate by [@Floppy](https://github.com/Floppy) in [#3221](https://github.com/manyfold3d/manyfold/pull/3221) | ||
* List received reports in moderation interface by [@Floppy](https://github.com/Floppy) in [#3250](https://github.com/manyfold3d/manyfold/pull/3250) | ||
* Add ability to resolve or ignore reports in moderation UI by [@Floppy](https://github.com/Floppy) in [#3257](https://github.com/manyfold3d/manyfold/pull/3257) | ||
* Add report buttons on detail pages and model preview cards by [@Floppy](https://github.com/Floppy) in [#3259](https://github.com/manyfold3d/manyfold/pull/3259) | ||
### 🛠️ Other Improvements 🛠️ | ||
* update report pages to cope with anonymous reports by [@Floppy](https://github.com/Floppy) in [#3255](https://github.com/manyfold3d/manyfold/pull/3255) | ||
* Show remote domain for anonymous reports by [@Floppy](https://github.com/Floppy) in [#3256](https://github.com/manyfold3d/manyfold/pull/3256) | ||
* Link to reported items from report UI by [@Floppy](https://github.com/Floppy) in [#3258](https://github.com/manyfold3d/manyfold/pull/3258) | ||
|
||
|
||
**Full Changelog**: [v0.90.2...v0.91.0](https://github.com/manyfold3d/manyfold/compare/v0.90.2...v0.91.0) | ||
|
||
See the original release on GitHub: [v0.91.0](https://github.com/manyfold3d/manyfold/releases/tag/v0.91.0) |