diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8103656..6ef9384a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] - +## [v7.0.0] - 2024-03-19 - **Breaking**: You must run `occ memories:places-setup` again after this update - Reverse geocoding lookups with Postgres/MySQL (not MariaDB) are now 100x faster diff --git a/appinfo/info.xml b/appinfo/info.xml index 0f2ecf79b..a2445655b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with 1. Run `php occ memories:index` to generate metadata indices for existing photos. 1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. ]]> - 6.2.2 + 7.0.0 agpl Varun Patil Memories diff --git a/docs/memories-vs-photos.md b/docs/memories-vs-photos.md index d6544f42a..7a81d135b 100644 --- a/docs/memories-vs-photos.md +++ b/docs/memories-vs-photos.md @@ -6,6 +6,8 @@ description: Comparison of Memories and Nextcloud Photos Nextcloud comes bundled with an official [Photos](https://github.com/nextcloud/photos) app. This page provides a brief feature comparison between Memories and Photos, and links some relevant issues in the Photos repository. +Note: this article is outdated and needs to be updated. + ## Features in Memories missing in Photos 1. **Sorting by Date Taken**: The Photos app sorts images and videos by the file modification time. Memories uses the EXIF data to get the Date Taken, providing for the correct sort order regardless if the files are edited / touched later ([issue](https://github.com/nextcloud/photos/issues/87)). @@ -23,6 +25,5 @@ Nextcloud comes bundled with an official [Photos](https://github.com/nextcloud/p ## Features in Photos missing in Memories -1. Photos supports uploading photos directly, Memories does not ([issue](https://github.com/pulsejet/memories/issues/69)). 1. Photos supports drawing on photos, Memories does not ([issue](https://github.com/pulsejet/memories/issues/785)). 1. Photos shows which photos have been `Shared with you`. Memories does not ([issue](https://github.com/pulsejet/memories/issues/787)).