Skip to content

Commit bd24105

Browse files
committed
0.20.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 153f231 commit bd24105

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
### 0.20.0 (NC20)
6+
7+
- compat nc20
8+
- fixing a glitch when confirming a request to join a closed circle
9+
- generate a unique id on circles generated from the Contacts app
10+
- switching to Nextcloud IClient for local request
11+
- log exception on local request
12+
- disabling federated circles in Admin UI
13+
14+
515
### 0.19.5
616

717
- allow circles' owner to define a single password for shares

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.19.5
11+
version+=0.20.0
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.19.5</version>
26+
<version>0.20.0</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)