Skip to content

Commit fe1ee6a

Browse files
committed
0.17.8
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 09286fd commit fe1ee6a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
### 0.17.8
6+
7+
- improvement when sharing a file to mail address:
8+
- each contact have his own link to the file, and password is generated if enforced.
9+
- access to shared file is disable if the account is removed from the circle.
10+
- when adding a contact to a circle with already existing shares, a list of the shares is sent by mail
11+
12+
413
### 0.17.7
514

615
- lighter requests on request on Shares

Makefile

Lines changed: 1 addition & 1 deletion
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.17.7
11+
version+=0.17.8
1212

1313
all: appstore
1414

0 commit comments

Comments
 (0)