Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 20, 2024
1 parent 909c239 commit 44aed06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]]></description>
<version>6.2.2</version>
<version>7.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Varun Patil</author>
<namespace>Memories</namespace>
Expand Down
3 changes: 2 additions & 1 deletion docs/memories-vs-photos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand All @@ -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)).

0 comments on commit 44aed06

Please sign in to comment.