Releases: virtualzone/onedrive-uploader
Releases · virtualzone/onedrive-uploader
v0.8.4
What's Changed
- fix: fix upload large file error by @ninehills
- Updated dependencies
New Contributors
- @ninehills made their first contribution in #45
Full Changelog: v0.8.2...v0.8.4
v0.8.2
v0.8.1
- Fix: non-blocking ChannelTransferProgress handling by @black-night-heron in #36
- Updated dependencies
v0.8.0
v0.7.0
- Added
-uparameter to control the upload range size (default is 9,600 KB, must be a multiple of 320 KB) - Upgraded Go dependencies
v0.6.2
- Improved error message on failed login
- Migrated deprecated Go references to io.ioutil
- Upgraded Go dependencies
- Removed dead code
v0.6.1
Fix: Create config dir with mode 0700
v0.6.0
- Added
configcommand which guides you through the configuration process - Changed default location of
config.jsonto user-specific config path:- Linux:
${HOME}/.config/onedrive-uploader - MacOS:
${HOME}/Library/Application Support/onedrive-uploader - Windows:
${APPDATA}/onedrive-uploader
- Linux:
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
Improvement for #17: Use config.json from work dir
v0.5.0
- 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