From a9f6a4c310f65b075abc0bd149fe8eaf2e3235b8 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 17 Aug 2020 14:45:06 -0100 Subject: [PATCH] 0.19.5 Signed-off-by: Maxence Lange --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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