Skip to content

Releases: virtualzone/onedrive-uploader

v0.8.2

19 Jul 19:10
Compare
Choose a tag to compare
  • Fixed segmentation fault as reported in #40
  • Updated dependencies

v0.8.1

06 May 19:22
2fe9e8d
Compare
Choose a tag to compare

v0.8.0

11 Feb 14:19
a2cf3e7
Compare
Choose a tag to compare
  • Implemented file and folder name sanitisation (remove illegal characters) #21
  • Upgraded Go dependencies

v0.7.0

30 Dec 21:09
Compare
Choose a tag to compare
  • Added -u parameter to control the upload range size (default is 9,600 KB, must be a multiple of 320 KB)
  • Upgraded Go dependencies

v0.6.2

08 Nov 20:26
Compare
Choose a tag to compare
  • Improved error message on failed login
  • Migrated deprecated Go references to io.ioutil
  • Upgraded Go dependencies
  • Removed dead code

v0.6.1

09 Oct 16:18
Compare
Choose a tag to compare
Fix: Create config dir with mode 0700

v0.6.0

09 Oct 12:49
Compare
Choose a tag to compare
  • Added config command which guides you through the configuration process
  • Changed default location of config.json to user-specific config path:
    • Linux: ${HOME}/.config/onedrive-uploader
    • MacOS: ${HOME}/Library/Application Support/onedrive-uploader
    • Windows: ${APPDATA}/onedrive-uploader

Important note for users of version < 0.6

The configuration file format and path has changed as of version 0.6.

Please run the following command to migrate your existing configuration file to the new file format and location after having installed the latest version of OneDrive Uploader:

onedrive-uploader migrate /path/to/existing/config.json

You can safely delete your existing config.json and secret.json files after the migration has been performed successfully.

v0.5.1

03 Oct 11:51
Compare
Choose a tag to compare
Improvement for #17: Use config.json from work dir

v0.5.0

02 Oct 15:51
Compare
Choose a tag to compare
  • Added progress bars to upload and download operations
  • Added activity indicators (spinners) to all other operations
  • Added support for uploading files by patterns (i.e. *.pdf)
  • Improved feedback shown in browser when logging in

v0.4.7

24 Sep 12:08
Compare
Choose a tag to compare
Added URL verbose logging