From 71a5d5e701eba3de51e152c8c9230d0226d10a52 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 13 Apr 2023 23:18:16 -0700 Subject: [PATCH] Update changelog Signed-off-by: Varun Patil --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8262442f..75aef171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Note: this is a major release and may introduce breaking changes to your workflo For running an external go-vod instance, specifying a configuration file is no longer required. - **Breaking**: The transcoder and exiftool binaries will be copied to the temp directory before execution. Make sure your temp directory is writable by the web server. +- **Breaking**: The `--cleanup` flag to `memories:index` has been removed and is no longer necessary. + Folders having a `.nomedia` file will automatically be excluded from the timeline. - Significant performance improvements for the timeline view. ## v4.13.1 (2023-04-03)