From 62a094e60071370705454c46e47dd0abfbd7eaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 1 Sep 2020 16:00:07 +0200 Subject: [PATCH] Bump version to 8.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6195e34..e5ab945a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 8.0.0 + +- Show inherited ACLs in the files sidebar +- Improve performance when querying managing users/groups +- Fix issue causing "$path is an integer" logging in versions backend +- Nextcloud 20 compatiblity + ## 6.0.6 - ACL: Increase performance by selecting on indexed column @Deltachaos diff --git a/Makefile b/Makefile index 1ea688bd9..f3e95521a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates webpack=node_modules/.bin/webpack -version+=6.0.6 +version+=8.0.0 jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*) othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)