docs: add changelog note for reindex

pull/400/head
Varun Patil 2023-02-09 11:12:23 -08:00
parent e9f2fb91d4
commit 2d839a9030
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ This file is manually updated. Please file an issue if something is missing.
## v4.11.0, v3.11.0 (unreleased) ## v4.11.0, v3.11.0 (unreleased)
- **Feature**: Show map of photos ([#396](https://github.com/pulsejet/memories/pull/396)) - **Feature**: Show map of photos ([#396](https://github.com/pulsejet/memories/pull/396))
To index existing images, you must run `occ memories:index -f`
- **Feature**: Show list of places using reverse geocoding (MySQL/Postgres only) ([#395](https://github.com/pulsejet/memories/issues/395)) - **Feature**: Show list of places using reverse geocoding (MySQL/Postgres only) ([#395](https://github.com/pulsejet/memories/issues/395))
To configure this feature, you need to run `occ memories:places-setup` followed by `occ memories:index -f` To configure this feature, you need to run `occ memories:places-setup` followed by `occ memories:index -f`
- Other minor fixes and features ([milestone](https://github.com/pulsejet/memories/milestone/7?closed=1)) - Other minor fixes and features ([milestone](https://github.com/pulsejet/memories/milestone/7?closed=1))