File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
18
### 0.20.4
5
19
6
20
- caching display name
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package_name=$(app_name)
8
8
cert_dir =$(HOME ) /.nextcloud/certificates
9
9
github_account =nextcloud
10
10
branch =master
11
- version+ =0.20.4
11
+ version+ =0.20.5
12
12
13
13
all : appstore
14
14
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
23
23
24
24
]]>
25
25
</description >
26
- <version >0.20.4 </version >
26
+ <version >0.20.5 </version >
27
27
<licence >agpl</licence >
28
28
<author >Maxence Lange</author >
29
29
<types >
You can’t perform that action at this time.
0 commit comments