Skip to content

Commit

Permalink
0.19.10
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Dec 2, 2020
1 parent 7bef52e commit db97ec8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.19.9</version>
<version>0.19.10</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
Expand Down

0 comments on commit db97ec8

Please sign in to comment.