diff --git a/CHANGELOG.md b/CHANGELOG.md index d773ece49..97b93d4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +### 0.19.5 + +- allow circles' owner to define a single password for shares +- fixing issue with async +- fixing some issue in GS setup +- enh: some const are now available within the Api class +- fixing an issue on displayed secret circles on empty search +- A cached name of the member is now broadcasted and displayed + + ### 0.19.4 - includes mails when searching for collaborator diff --git a/Makefile b/Makefile index c16a94373..750fef102 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.19.4 +version+=0.19.5 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 18ea26195..88704b09e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine. ]]> - 0.19.4 + 0.19.5 agpl Maxence Lange