Skip to content

Releases: denven/yihack-onedrive-uploader

Support new model YFUS

30 Jun 19:34
8f7027b
Compare
Choose a tag to compare

v.1.0.6

21 Mar 07:47
Compare
Choose a tag to compare

Minor fixes:

  • use the latest curl (version 8.5.0) standalone program to upload files, since it seems to have fewer timeout chances and can reduce the retransmission count, increasing upload efficiency
  • avoid uploading unviewable intermediate media files (*.h26x)
  • adjust a few log information format style

v1.0.5

08 Jul 17:25
Compare
Choose a tag to compare

Fix issue #10

v1.0.4

08 Jun 10:20
Compare
Choose a tag to compare
  • Fixed issue #9
  • Optimize upload process

v1.0.3

04 May 11:38
Compare
Choose a tag to compare
  • Bug fixes: issue 8
  • Auto rename video folder name by UTC time to your local time. For example, video folder 2023Y04M30D20H will be renamed to 2023Y04M30D13H if your local time zone string is set to PST8PDT,M3.2.0,M11.1.0 (America/Los Angeles).
    • This feature is used for firmware v0.4.9 only or when you find your video folder name doesn't match your local time
    • Turn on this feature by adding one configuration item in your config.json file: "convert_utc_path_name": "true"
  • New change: Organize uploaded video folders by 3-level hierarchically instead of putting them all in the root upload directory. The folders are organized as /YOUR_ROOT_UPLOAD_PATH/month/date/date_with_hour. For example, video folder 2023Y04M30D13H on camera will be arranged into the path on your OneDrive /YOUR_ROOT_UPLOAD_PATH/202304/20230430/2023Y04M30D13H
    image

v1.0.2

23 Apr 07:34
Compare
Choose a tag to compare

Fixed issue 7: The upload session was not found

v1.0.1

02 Feb 16:49
Compare
Choose a tag to compare

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

v1.0.0

02 Feb 16:47
Compare
Choose a tag to compare

Please use the latest v1.0.1 release archives, since there is 1 commit (1 line although) not included here.

v1.0.0-beta

23 Jan 04:38
Compare
Choose a tag to compare

The first beta release after 5+ days of tests based on the preview version, with the enhancement of improving the file upload success rate by re-transmission. The success rate is higher than 99% from the test data. Check the test results here.

First release

15 Jan 10:56
Compare
Choose a tag to compare
First release Pre-release
Pre-release

All the developed features are tested by the author on his own camera, anyway, the core features are working normally.

  • auto upload newly recorded video files
  • auto clean old files (by directory) when a OneDrive storage usage threshold is set