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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.16.1 – 2023-03-23
### Fixed
- Check tag attribute

## 1.16.0 – 2023-02-15
### Changed
- Nextcloud 26 compatibility
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The tags can later be used to control retention, file access, automatic script e
To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.
</description>

<version>1.16.0</version>
<version>1.16.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesAutomatedTagging</namespace>
Expand Down