We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09286fd commit fe1ee6aCopy full SHA for fe1ee6a
2 files changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
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
13
### 0.17.7
14
15
- lighter requests on request on Shares
Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.17.7
+version+=0.17.8
all: appstore
0 commit comments