From c1da23ae9524e8d3673d1bec43b560555b290d26 Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Tue, 9 Sep 2025 17:12:53 +0530 Subject: [PATCH] 4.5.0-beta.1 Signed-off-by: Anupam Kumar --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de4d39..a0862ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.5.0-beta.1] - 2025-09-09 + +### Fixed +* handle files deleted in NC but not in CCB (#169) @kyteinsky +* Don't trigger a reindex on app update (#170) @marcelklehr + + ## [4.5.0-beta.0] - 2025-08-29 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 0408795..8a04198 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve Note: Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon. ]]> - 4.5.0-beta.0 + 4.5.0-beta.1 agpl Julien Veyssier Anupam Kumar