Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-13 12:53:40 +0300
committerGitHub <noreply@github.com>2022-07-13 12:53:40 +0300
commit814f1ae6793fc03f61fefbf620c916404ded0b09 (patch)
treecdf581a1319c46f5efe79fd2d8d268f41c90ea38
parentb2976c6cd91d88456892a153967a8f3888a891d7 (diff)
parent3c2d0caf706c762d0fee1a957e35a1862833bca3 (diff)
Merge pull request #187 from nextcloud/add-changelog
Add changelog for releases on monday
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..022e2a7
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+## 1.13.2 – 2022-07-11
+### Fixed
+- Fix UI not showing when a tag for any rule is missing
+ [#186](https://github.com/nextcloud/files_retention/pull/186)
+- Show an error when saving a retention rule fails
+ [#181](https://github.com/nextcloud/files_retention/pull/181)
+- Fix error when trying to add a retention rule
+ [#183](https://github.com/nextcloud/files_retention/pull/183)
+
+## 1.12.1 – 2022-07-11
+### Fixed
+- Fix UI not showing when a tag for any rule is missing
+ [#185](https://github.com/nextcloud/files_retention/pull/185)
+- Fix untranslated strings in admin settings
+ [#180](https://github.com/nextcloud/files_retention/pull/180)