onedrive client version 2.3.11
Release Overview:
- Fix typo in the documentation regarding invalid config when upgrading from 'skilion' codebase (#682)
- Fix handling of skip_dir, skip_file & sync_list config options (#686)
- Fix typo in the documentation regarding sync_list
- Fix log output to be consistent with sync_list exclusion
- Fix 'Processing X changes' output to be more reflective of actual activity when using sync_list (#680)
- Remove unused and unexported SED variable in Makefile.in (#687)
- Fix when a full rescan is performed when using sync_list (#691)
- Update skip_dir pattern matching when using wildcards (#692)
- Handle curl exceptions and timeouts better with backoff/retry logic (#695)
- Move JSON logging output from error messages to debug output (#696)
- Fix 'Key not found: name' when computing skip_dir path (#701)
- Fix call from --monitor to observe --no-remote-delete (#703)
- Fix unhandled exception when monitor initialisation failure occurs due to too many open local files (#705)
- Fix unhandled 412 error response from OneDrive API when moving files right after upload (#707)
- Fix --monitor when used with --download-only. This fixes a regression introduced in 12947d1. (#708)
- Fix if --single-directory is being used, and we are using --monitor, only set inotify watches on the single directory (#710)
Outstanding Issues: