Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 12:49
· 40 commits to main since this release
  • 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.