Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 5.0.0 – 2026-05-11
### Added
- Add support for granular permissions in Runtime Operations

### Changed
- Require Nextcloud 34
- Update translations
- Update dependencies

## 4.0.0 – 2026-01-30
### Changed
- Require Nextcloud 33
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re

Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>

<version>5.0.0-dev.0</version>
<version>5.0.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Joas Schilling</author>
Expand Down
Loading