diff --git a/CHANGELOG.md b/CHANGELOG.md index 476656b20..af46e04f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. + +### 0.20.5 + +- 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.20.4 - caching display name diff --git a/Makefile b/Makefile index 5ed966f80..c5128324b 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.20.4 +version+=0.20.5 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 798514ca3..73c753a48 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.20.4 + 0.20.5 agpl Maxence Lange