From db97ec8c885d7f4d4d90b7bdb6e96448307da12d Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 2 Dec 2020 16:04:43 -0100 Subject: [PATCH] 0.19.10 Signed-off-by: Maxence Lange --- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da48016c5..5f8082566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +### 0.19.10 + +- use https and http when in doubt +- reset test_nc_base on all failure of the test +- do not redirect when testing +- filter result on search based on a queue +- circles.force_nc_base can be set in config.php +- better detection of local instance +- force local request on local instance +- better distinction between local_instance (internal) and local_cloud_id (remote) +- fixing the displayed name of the owner in the list of Circles + + ### 0.19.9 - caching display name diff --git a/Makefile b/Makefile index 5005b1860..e8575839d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=stable19 -version+=0.19.9 +version+=0.19.10 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 952e689d5..31f21969a 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.9 + 0.19.10 agpl Maxence Lange