Skip to content

Commit 05ca8e0

Browse files
committed
v7.4.0
Signed-off-by: Varun Patil <radialapps@gmail.com>
1 parent 1b968b1 commit 05ca8e0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [v7.4.0] - 2024-09-19
66

77
- **Feature**: Add filter to view all files without location data in places ([#1124](https://github.com/pulsejet/memories/issues/1124))
88
- **Fix**: Broken indexing of large video files. If you have improperly indexed large files, run `occ memories:index -f` ([#1195](https://github.com/pulsejet/memories/issues/1195))
9+
- Compatibility with Nextcloud 30
910

1011
## [v7.3.1] - 2024-05-03
1112

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
2929
1. Run `php occ memories:index` to generate metadata indices for existing photos.
3030
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
3131
]]></description>
32-
<version>7.3.1</version>
32+
<version>7.4.0</version>
3333
<licence>agpl</licence>
3434
<author mail="radialapps@gmail.com">Varun Patil</author>
3535
<namespace>Memories</namespace>
@@ -39,7 +39,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
3939
<repository>https://github.com/pulsejet/memories</repository>
4040
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
4141
<dependencies>
42-
<nextcloud min-version="26" max-version="29"/>
42+
<nextcloud min-version="26" max-version="30"/>
4343
</dependencies>
4444
<commands>
4545
<command>OCA\Memories\Command\Index</command>

0 commit comments

Comments
 (0)