Skip to content

Commit cac9b6f

Browse files
committed
0.20.5
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent e139400 commit cac9b6f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
### 0.20.5
6+
7+
- use https and http when in doubt
8+
- reset test_nc_base on all failure of the test
9+
- do not redirect when testing
10+
- filter result on search based on a queue
11+
- circles.force_nc_base can be set in config.php
12+
- better detection of local instance
13+
- force local request on local instance
14+
- better distinction between local_instance (internal) and local_cloud_id (remote)
15+
- fixing the displayed name of the owner in the list of Circles
16+
17+
418
### 0.20.4
519

620
- caching display name

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package_name=$(app_name)
88
cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
1010
branch=master
11-
version+=0.20.4
11+
version+=0.20.5
1212

1313
all: appstore
1414

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
2323
2424
]]>
2525
</description>
26-
<version>0.20.4</version>
26+
<version>0.20.5</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)