- AppEcosystem_V2 Project was renamed to App_API, adjust all routes, examples, and docs for this. - The Application Authentication mechanism was changed to a much simple one.
- Created `FsNode` from `UiActionFileInfo` now have the `file_id` with the NC instance ID as from the DAV requests.
0.0.41
Added
- Nextcloud Talk API for bots + example
0.0.40
Added
- Basic APIs for Nextcloud Talk(Part 1)
Changed
- `require_capabilities`/`check_capabilities` can accept value with `dot`: like `files_sharing.api_enabled` and check for sub-values. - Refactored all API(except `Files`) again.
Fixed
- `options.NPA_NC_CERT` bug, when setting throw `.env` file.