From dd00857ea03eeeb3da5533daf3790fe5361865b0 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 30 Mar 2023 10:43:00 -0700 Subject: [PATCH] docs: update changelog Signed-off-by: Varun Patil --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f0a985..d91522c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ 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`. +- **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**: Support for Google MVIMG photos ([#468](https://github.com/pulsejet/memories/issues/468)) ## v4.12.4 + v4.12.5 (2023-03-23)