- Files: `user` and `user_path` properties in `FSNode` when Nextcloud located in the sub-path. 297 Thanks to vwbusguy - `files.download_directory_as_zip` method now supports upcoming Nextcloud 31. 304
0.17.1
Added
- NextcloudApp: `setup_nextcloud_logging` function to support transparently sending logs to Nextcloud. 294
Fixed
- NextcloudApp: `nc.log` now suppresses all exceptions to safe call it anywhere(for example in exception handlers). 293
0.17.0
Added
- `message_type` property to TalkBotMessage. 292
Changed
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. 289
0.16.0
Changed
- NextcloudApp: rework of TaskProcessing provider API. 284
Fixed
- `nc.files.makedirs` not working properly on Windows. 280 Thanks to Wuli6
0.15.1
Fixed
- Corrected behaviour of `ocs` function for `Group Folders` app routes(they are not fully OCS API). 279 - NextcloudApp: `get_computation_device` function now correctly returns result in upper_case. 278
0.15.0
Added
- Initial Webhooks API support for the upcoming Nextcloud 30. 272
Changed
- NextcloudApp: `fetch_models_task` function now saves paths to downloaded models. 274 Thanks to kyteinsky