File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
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
+
5
15
### 0.19.5
6
16
7
17
- allow circles' owner to define a single password for shares
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.19.5
11
+ version+ =0.20.0
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.19.5 </version >
26
+ <version >0.20.0 </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