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
39 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,39 @@ | ||
--- | ||
title: Release v0.87.0 | ||
date: 2024-11-06 10:30:34 UTC | ||
layout: post | ||
excerpt_separator: " | ||
" | ||
--- | ||
This release adds the ability to resolve problems in bulk; so if you have a lot of missing files, or empty folders, now you can remove them all in one go! There are also new application and database performance dashboards, so you can see how your instance is performing, as well as the usual collection of bug fixes. | ||
|
||
## What's Changed | ||
### ✨ New Features ✨ | ||
* Add application and database performance dashboards by [@Floppy](https://github.com/Floppy) in [#3043](https://github.com/manyfold3d/manyfold/pull/3043) | ||
* Add fediverse creator opengraph tags by [@Floppy](https://github.com/Floppy) in [#3047](https://github.com/manyfold3d/manyfold/pull/3047) | ||
* Raise problems for zero-length files by [@Floppy](https://github.com/Floppy) in [#3101](https://github.com/manyfold3d/manyfold/pull/3101) | ||
* Resolve problems in bulk by [@Floppy](https://github.com/Floppy) in [#3108](https://github.com/manyfold3d/manyfold/pull/3108) | ||
* Add pagination for bulk model editing page by [@Floppy](https://github.com/Floppy) in [#3113](https://github.com/manyfold3d/manyfold/pull/3113) | ||
### 🐛 Bug Fixes 🐛 | ||
* Add @ to opengraph tag by [@Floppy](https://github.com/Floppy) in [#3049](https://github.com/manyfold3d/manyfold/pull/3049) | ||
* Don't set SSL options if unavailable because of OpenSSL 1.x by [@Floppy](https://github.com/Floppy) in [#3098](https://github.com/manyfold3d/manyfold/pull/3098) | ||
* Stop zero-length files showing as duplicates by [@Floppy](https://github.com/Floppy) in [#3100](https://github.com/manyfold3d/manyfold/pull/3100) | ||
* Fix IOerror on getting file size by [@Floppy](https://github.com/Floppy) in [#3103](https://github.com/manyfold3d/manyfold/pull/3103) | ||
* Discard old jobs that were queued up for removed objects by [@Floppy](https://github.com/Floppy) in [#3102](https://github.com/manyfold3d/manyfold/pull/3102) | ||
* Fix file deletion errors caused by presupported links by [@Floppy](https://github.com/Floppy) in [#3112](https://github.com/manyfold3d/manyfold/pull/3112) | ||
* Add tag completion on upload form by [@Floppy](https://github.com/Floppy) in [#3114](https://github.com/manyfold3d/manyfold/pull/3114) | ||
* Restore tag sorting by name in dropdowns by [@Floppy](https://github.com/Floppy) in [#3116](https://github.com/manyfold3d/manyfold/pull/3116) | ||
### 🌍 Sustainability & Performance 🌍 | ||
* Remove unnecessary indexes by [@Floppy](https://github.com/Floppy) in [#3050](https://github.com/manyfold3d/manyfold/pull/3050) | ||
### 🛠️ Other Improvements 🛠️ | ||
* Ignore admin and healthcheck paths in performance dashboard by [@Floppy](https://github.com/Floppy) in [#3080](https://github.com/manyfold3d/manyfold/pull/3080) | ||
* Gather memory statistics for rails_performance by [@Floppy](https://github.com/Floppy) in [#3091](https://github.com/manyfold3d/manyfold/pull/3091) | ||
* Improvements to problem list core by [@Floppy](https://github.com/Floppy) in [#3099](https://github.com/manyfold3d/manyfold/pull/3099) | ||
* Update setting text to reflect empty file check by [@Floppy](https://github.com/Floppy) in [#3104](https://github.com/manyfold3d/manyfold/pull/3104) | ||
* Exclude documents from duplicate detection by [@Floppy](https://github.com/Floppy) in [#3115](https://github.com/manyfold3d/manyfold/pull/3115) | ||
|
||
|
||
**Full Changelog**: [v0.86.0...v0.87.0](https://github.com/manyfold3d/manyfold/compare/v0.86.0...v0.87.0) | ||
|
||
See the original release on GitHub: [v0.87.0](https://github.com/manyfold3d/manyfold/releases/tag/v0.87.0) |