Skip to content
Merged
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ 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/).

## 2.5.0 - 2025-10-08

### Added

- Allow for custom messages when approving or rejecting a file @lukasdotcom [#330](https://github.com/nextcloud/approval/pull/330)

### Changed

- Bump node dependencies @lukasdotcom [#332](https://github.com/nextcloud/approval/pull/332)

### Fixed

- Hide user status correctly in rules @lukasdotcom [#329](https://github.com/nextcloud/approval/pull/329)
- File ownership @lukasdotcom [#334](https://github.com/nextcloud/approval/pull/334)

## 2.4.0 - 2025-08-18

### Added
Expand Down