diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4b606..bdbe64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [5.1.0] - 2025-12-05 + +### Changed +* do not translation enum values description (#193) @kyteinsky +* use lazy app config values and small fixes (#191) @kyteinsky + +### Fixed +* add missing entity id in FsEventMapper::getFromQueue() (#196) @rotdrop +* expand the source id regex item part (#190) @kyteinsky +* Trigger both OCA and OCP ContentProviderRegisterEvent (#187) @marcelklehr +* CI fixes (#183) @kyteinsky +* setup FS before trying to get metadata for files (#197) @kyteinsky + + ## [5.0.0] - 2025-10-15 The public Content Manager API has been replaced and extended with the OCP API. diff --git a/appinfo/info.xml b/appinfo/info.xml index 30f095f..5b5c3c0 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. ]]> - 5.0.1 + 5.1.0 agpl Julien Veyssier Anupam Kumar