v0.10.0
Changes:
- Adds AUR installation method for Arch-based distros - thanks fmoledina!
- Add manpage for onedriver - thanks GenericGuy!
- The onedriver systemd service now restarts itself in the event of a crash -
thanks dipunm! - Fix a rare crash while syncing server-side changes missing checksums.
- Fix a race-condition that caused uploaded files to occasionally be replaced by a 0-byte
copy (most commonly caused by the way LibreOffice saves files). - Cap number of uploads that can be in-progress at any time to 5. This makes uploading
uploading directories with lots of files appear to go a bit faster. - The account name is now displayed in the title bar if you need to reauthenticate to
OneDrive (makes it easier to know which credentials to use when prompted).
NOTE: the systemd unit has changed to correctly escape paths (the systemd service name loses a -
at the beginning of the path (instead of [email protected]
, the service name should be [email protected]
). This is a breaking change and will require action on your part to switch to the new unit name. If you see an error like the following, this means you should use the new unit name format. The documentation on how to calculate the new unit name has changed in README.md and the manpage to reflect the new instructions (just add --path
).
/usr/lib/systemd/user/[email protected]:5: Failed to resolve unit specifiers in %f: Invalid argument
[email protected]: Unit configuration has fatal error, unit will not be started.