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
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## 2.3.0 - 2025-06-26

### Added

- Add an example of a chained workflow in readme @lukasdotcom [#301](https://github.com/nextcloud/approval/pull/301)
- Allow workflow to unapprove files after they are modified @lukasdotcom [#309](https://github.com/nextcloud/approval/pull/309)
- Support delegated settings to allow admin to delegate workflow settings @lukasdotcom [#310](https://github.com/nextcloud/approval/pull/310)

### Changed

- Support Nextcloud 32
- Made the workflow input field wider @lukasdotcom [#303](https://github.com/nextcloud/approval/pull/303)
- Remove the limit of five tags for tag selector @lukasdotcom [#307](https://github.com/nextcloud/approval/pull/307)
- Use vue 3 and vite @lukasdotcom [#314](https://github.com/nextcloud/approval/pull/314)

### Fixed

- Cleanup test bootstrap @come-nc [#292](https://github.com/nextcloud/approval/pull/292)
- Fix translations @lukasdotcom [#304](https://github.com/nextcloud/approval/pull/304)

## 2.2.0 – 2025-03-19

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and can be installed with [this app](https://apps.nextcloud.com/apps/integration
<screenshot>https://github.com/nextcloud/approval/raw/main/img/screenshot_2.jpg</screenshot>
<screenshot>https://github.com/nextcloud/approval/raw/main/img/screenshot_3.jpg</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
<nextcloud min-version="30" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\Approval\Settings\Admin</admin>
Expand Down
Loading