Skip to content

Commit ca70131

Browse files
committed
5.1.0
Signed-off-by: Anupam Kumar <[email protected]>
1 parent e6036fc commit ca70131

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
## [Unreleased]
1212

13+
## [5.1.0] - 2025-12-05
14+
15+
### Changed
16+
* do not translation enum values description (#193) @kyteinsky
17+
* use lazy app config values and small fixes (#191) @kyteinsky
18+
19+
### Fixed
20+
* add missing entity id in FsEventMapper::getFromQueue() (#196) @rotdrop
21+
* expand the source id regex item part (#190) @kyteinsky
22+
* Trigger both OCA and OCP ContentProviderRegisterEvent (#187) @marcelklehr
23+
* CI fixes (#183) @kyteinsky
24+
* setup FS before trying to get metadata for files (#197) @kyteinsky
25+
26+
1327
## [5.0.0] - 2025-10-15
1428

1529
The public Content Manager API has been replaced and extended with the OCP API.

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
2222
Note:
2323
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.
2424
]]></description>
25-
<version>5.0.1</version>
25+
<version>5.1.0</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)