| 1 Changelog |
1 Changelog |
| 2 ========= |
2 ========= |
| |
3 |
| |
4 version 1.2.0 (2018-06-24) |
| |
5 -------------------------- |
| |
6 |
| |
7 - added support for xml properties |
| |
8 - added dav get option to keep existing files |
| |
9 - added config option to disable some commands in dav-sync for specific syncdirs |
| |
10 - added dav import/export commands |
| |
11 - added authprompt to copy/move commands |
| |
12 - added remove-repository and repository-url commands |
| |
13 - added support for file tags in dav-sync |
| |
14 - added full macos support |
| |
15 - added support for utf8 file names on windows |
| |
16 - improved error messages |
| |
17 - improved code quality |
| |
18 - fixed that dav was fundamentally broken on some platforms because of a vaarg misuse |
| |
19 - fixed that dav-sync could not overwrite files on windows |
| |
20 - fixed bsd config |
| |
21 - fixed wrong path output in get command |
| |
22 - fixed infinite loop when trying to overwrite a collection with a regular file |
| |
23 - fixed segfault in put command, when encryption is requsted but no key is specified |
| |
24 |
| |
25 version 1.1.1 (2017-12-12) |
| |
26 -------------------------- |
| |
27 |
| |
28 - fixed dav get and list with -R option on windows (and possibly other platforms) |
| 3 |
29 |
| 4 version 1.1.0 (2017-10-07) |
30 version 1.1.0 (2017-10-07) |
| 5 -------------------------- |
31 -------------------------- |
| 6 |
32 |
| 7 - added TLSv1.3 config |
33 - added TLSv1.3 config |