You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,25 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [Keep a Changelog](http://keepachangelog.com/)
9
9
and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
-
## [Unreleased]
11
+
## 2.3.0 - 2025-06-26
12
+
13
+
### Added
14
+
15
+
- Add an example of a chained workflow in readme @lukasdotcom[#301](https://github.com/nextcloud/approval/pull/301)
16
+
- Allow workflow to unapprove files after they are modified @lukasdotcom[#309](https://github.com/nextcloud/approval/pull/309)
17
+
- Support delegated settings to allow admin to delegate workflow settings @lukasdotcom[#310](https://github.com/nextcloud/approval/pull/310)
18
+
19
+
### Changed
20
+
21
+
- Support Nextcloud 32
22
+
- Made the workflow input field wider @lukasdotcom[#303](https://github.com/nextcloud/approval/pull/303)
23
+
- Remove the limit of five tags for tag selector @lukasdotcom[#307](https://github.com/nextcloud/approval/pull/307)
24
+
- Use vue 3 and vite @lukasdotcom[#314](https://github.com/nextcloud/approval/pull/314)
25
+
26
+
### Fixed
27
+
28
+
- Cleanup test bootstrap @come-nc[#292](https://github.com/nextcloud/approval/pull/292)
0 commit comments