onedrive client version 2.2.4
Release Overview:
- Resolve JSONException when supplying --get-O365-drive-id option with a string containing spaces (#305)
- Implement Feature Request: Add sync status command or switch (#307)
- Resolve 'sync_dir' not read from 'config' file when run in Docker container (#308)
- Resolve logic where potentially a 'default' ~/OneDrive sync_dir could be set despite 'config' file configured for an alternate (#308)
- Add debug handling for sync_dir operations (#308)
- Add debug handling for homePath calculation (#308)
- Add debug handling for configDirBase calculation (#308)
- Add debug handling if syncDir is created (#308)
- Make sure sqlite checkpointing works by properly finalizing statements (#310)
- Resolve signal handling and database shutdown on SIGINT and SIGTERM (#315)
- Update logic handling of --single-directory to prevent inadvertent local data loss (#316)
- Update man page (#319)
- Implement better help output formatting (#320)