Skip to content

onedrive client version 2.3.4

Compare
Choose a tag to compare
@abraunegg abraunegg released this 12 Jun 23:53
· 831 commits to master since this release
2f90ee2

Release Overview:

  • Add autoconf based build system (#287)
  • Fix 'Local files not deleted' when using bad 'skip_file' entry (#480)
  • Better handle initialisation issues when OneDrive / MS Graph is experiencing problems that generate 401 & 5xx error codes (#484)
  • Fix --dry-run logging output for faking downloading new files (#490)
  • Implement --sync-root-files to sync all files in the OneDrive root when using a sync_list file that would normally exclude these files from being synced (#492)
  • Add an encoding validation check before any path length checks are performed as if the path contains any invalid UTF-8 sequences (#493)
  • Fix install unit files to correct location on RHEL/CentOS 7 (#496)
  • Fix up unit file removal on all platforms (#496)
  • Fix setting times on a file by adding a check to see if the file was actually downloaded before attempting to set the times on the file (#498)
  • Fix an unhandled curl exception when OneDrive throws an internal timeout error (#499)
  • Check timestamp to ensure that latest timestamp is used when comparing OneDrive changes (#506)
  • Enhance error message when unable to connect to Microsoft OneDrive service when the local CA SSL certificate(s) have issues (#508)
  • Fix handling responses where cTag JSON elements are missing (#515)
  • Implement skip_size feature request (#517)
  • Fix docker entrypoint failures when GID is defined but not UID (#521)
  • Update Dockerfile to correctly build on Docker Hub (#522)
  • Rework directory layout and refactor MD files for readability (#523)
  • Implement feature request to support file based authorization (request | response) (#525)
  • Install doc files without sub-directory (#527)
  • Update gitignore (#528)
  • Fix building on docker hub and older install programs (#529)

Outstanding Issues: