Releases: m-manu/rsync-sidekick
Releases · m-manu/rsync-sidekick
v1.5.0
- Upgrade to Go 1.19 and upgrades to library versions
- Flag
--shellscript-at-path
to specify output shell script path
- For internal Use golang-set instead of custom implementation
- Documentation improvements
v1.4.1
- Minor README changes
- Minor messaging fixes (skip performing zero actions)
- Shell script give execute permissions to use
v1.4.0
- Parallelism based on CPU cores (makes the tool run fast)
- Upgrade to Go 18, OS version upgrade for Docker image and test cases
- Check existing file before file rename/movement (contribution by @MOJNICK)
- POSIX-compliance of command-line flags
- Verbose option
- command-line flag to show version
- Better code coverage for better quality
v1.3.0
- Increased file sample size and improved file path logic
- Improved doc
- Go version upgrade and library upgrades
- Refactored code; Replaced Travis with Github Actions
v1.2.2
Fixed data race issue in reporting progress
v1.2.1
- [Fix] close file handle
- [Fix] exit code
v1.2.0
- Now runs significantly faster (due to parallelism)
- Reports progress every few seconds (so that you know what's happening)
v1.1.0
README improvements and grammar fixes
v1.0.0
First cut with basic useful features