Skip to content

v1.0.1

Compare
Choose a tag to compare
@denven denven released this 02 Feb 16:49
· 32 commits to main since this release

Currently, the OneDrive uploader is already stable for unattended, continuous uploading of your existing and newly generated videos on your camera. The improvement processes and test details can be seen at #6.

  • Although sometimes there are chances of upload failures for video files whose size is greater than 4MB, due to the dependent OneDrive resumable API not being very reliable.
  • The uploader has added extra re-transmission to reduce upload failures and it has significant effects.
    The auto-clean feature will ensure your drive storage space is always not exhausted.

This release has only a few changes and bug fixes based on the v1.0.0-beta version:

  • Canceled the periodical access token renewal in the subshell, changed to renew it during the upload process every half an hour
  • minor bug fix for log writing