From a1be32a6dddf0b66a26e33b39f1d5148df7a815b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 15 Mar 2024 20:57:59 -0700 Subject: [PATCH] docs: update changelog Signed-off-by: Varun Patil --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345fe20f4..a82c68a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. - **Breaking**: You must run `occ memories:places-setup` again after this update - Reverse geocoding lookups with Postgres/MySQL (not MariaDB) are now 100x faster -- **Breaking**: Prevent automatically retrying files that failed to index +- **Breaking**: Prevent automatically retrying files that failed to index ([#917](https://github.com/pulsejet/memories/issues/917)) - The list of files that could not be indexed can be found in the admin panel - To retry indexing, you can run `occ memories:index --retry` - **Feature**: Allow changing cover photos of albums, tags, places and people ([#1071](https://github.com/pulsejet/memories/issues/1071), [#125](https://github.com/pulsejet/memories/issues/125), [#557](https://github.com/pulsejet/memories/issues/557), [#764](https://github.com/pulsejet/memories/issues/764), [#1032](https://github.com/pulsejet/memories/issues/1032)) @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. - **Feature**: Support for 3GP videos ([#1055](https://github.com/pulsejet/memories/issues/1055)) - **Feature**: Option to show metadata in slideshow ([#819](https://github.com/pulsejet/memories/issues/819)) - **Feature**: Improve UX of image editor especially on mobile -- **Fix**: The cover photo of clusters will now update automatically when files are moved ([#1071](https://github.com/pulsejet/memories/issues/1071), [#458](https://github.com/pulsejet/memories/issues/458)) +- **Fix**: The cover photo of clusters will now update automatically when files are moved ([#1071](https://github.com/pulsejet/memories/issues/1071), [#458](https://github.com/pulsejet/memories/issues/458), [#661](https://github.com/pulsejet/memories/issues/661), [#1025](https://github.com/pulsejet/memories/issues/1025), [#761](https://github.com/pulsejet/memories/issues/761), [#665](https://github.com/pulsejet/memories/issues/665)) - **Fix**: Query performance improvements for MySQL and MariaDB with very large folders ## [v6.2.2] - 2024-01-10