From 4ea03d1b0d14a6d9bb016d3a8c5f506e0e601c9b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 3 May 2024 12:15:41 -0700 Subject: [PATCH] v7.3.1 --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02eee6c6c..36fb76624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v7.3.1] - 2024-05-03 + +- **Security**: Enable code signing and integrity checking +- **Fix**: Always exclude `.trashed-` files from index +- **Fix**: Auto-correct some bad preview settings in `config.php` ([#1168](https://github.com/pulsejet/memories/pull/1168)) + ## [v7.3.0] - 2024-04-30 - **Feature**: Allow excluding files and folders from indexing with regex pattern ([#1015](https://github.com/pulsejet/memories/pull/1015)) diff --git a/appinfo/info.xml b/appinfo/info.xml index 93802fa32..58400a2ca 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. ]]> - 7.3.1-rc.3 + 7.3.1 agpl Varun Patil Memories