Skip to content
Merged

5.1.0 #198

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]]></description>
<version>5.0.1</version>
<version>5.1.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<author>Anupam Kumar</author>
Expand Down
Loading