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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-22 18:40:18 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-06-22 18:40:18 +0300
commit6df14660bfb2222fdef45855dde59f3cc65ceee3 (patch)
tree5a892a2ccf87de91a47860b081ad14ea88f114e1 /CHANGELOG.md
parenta05197aa93bbf947cea497e28d0aeffe60b9b8ee (diff)
Release 12.0.1
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a14c5c44..fbba641e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 12.0.1
+
+- Display group names in occ output
+- Allow disabling sharing of groupfolder root
+- Speedup getting the list of groups in the admin interface
+
## 12.0.0
- Compatibility with PHP 7.4 and Nextcloud 24 @CarlSchwan