From 203be8f11b1e47d296358075fd7e456fac76f1e9 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 31 Mar 2023 13:58:48 -0700 Subject: [PATCH] docs: update changelog Signed-off-by: Varun Patil --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91522c1..d6d43402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This file is manually updated. Please file an issue if something is missing. - **Feature**: Use GPS location data for timezone calculation. Many cameras do not store the timezone in EXIF data. This feature allows Memories to use the GPS location data to calculate the timezone. To take advantage of this, you will need to run `occ memories:places-setup` followed by `occ memories:index --clear` (or `occ memories:index -f`) to reindex your photos. - **Feature**: You can now specify the user and/or folder to index when running `occ memories:index` ([#184](https://github.com/pulsejet/memories/issues/184)). +- **Feature**: The map view now has a much more flexible layout, especially on mobile. - **Feature**: Support for Google MVIMG photos ([#468](https://github.com/pulsejet/memories/issues/468)) ## v4.12.4 + v4.12.5 (2023-03-23)