File tree 3 files changed +8
-2
lines changed
3 files changed +8
-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
+ ### 0.20.4
5
+
6
+ - caching display name
7
+ - better maintenance of circles & shares
8
+ - fixing an issue with new members
9
+
4
10
5
11
### 0.20.3
6
12
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.3
11
+ version+ =0.20.4
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.3 </version >
26
+ <version >0.20.4 </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