Releases: Johannes11833/rclone_python
Releases · Johannes11833/rclone_python
v0.1.24
What's Changed
- Set Executable File by @omkarjagtap1011 in #71
- Fix update_hash_types script by @Johannes11833 in 1d41bde
New Contributors
- @omkarjagtap1011 made their first contribution in #71
Full Changelog: v0.1.23...v0.1.24
v0.1.23
v0.1.22
Commits
- 59843d3: Updated rclone remote & hash types (github-actions[bot])
- 8c5eaa1: Updated rclone remote & hash types (github-actions[bot])
- 195d29c: Updated rclone remote & hash types (github-actions[bot])
- 764a06f: Updated rclone remote & hash types (github-actions[bot])
- 60816ce: Updated rclone remote & hash types (github-actions[bot])
- 8ec7fda: Implement support for custom rclone config path (#62) (henhuy) #62
v0.1.21
v0.1.20
Commits
- Fix: all logs going to stderr (#56) #56 (Johannes11833)
v0.1.19
v0.1.18
- Fixes a bug in the hash command
- Raise the
RcloneExceptionwhenever a command fails within rclone - Add more tests
- Make
run_rclone_cmdraise exceptions directly by default - Set timezone of the unit test runner to hopefully fix token refresh issues (unit tests).