Skip to content

Releases: m-manu/rsync-sidekick

v1.5.0

11 May 17:15
Compare
Choose a tag to compare
  • 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

31 Dec 16:33
Compare
Choose a tag to compare
  • Minor README changes
  • Minor messaging fixes (skip performing zero actions)
  • Shell script give execute permissions to use

v1.4.0

31 Dec 15:01
Compare
Choose a tag to compare
  • 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

15 May 17:43
Compare
Choose a tag to compare
  • 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

12 Jun 10:22
Compare
Choose a tag to compare

Fixed data race issue in reporting progress

v1.2.1

07 Jun 17:51
Compare
Choose a tag to compare
  • [Fix] close file handle
  • [Fix] exit code

v1.2.0

01 May 07:33
Compare
Choose a tag to compare
  • Now runs significantly faster (due to parallelism)
  • Reports progress every few seconds (so that you know what's happening)

v1.1.0

17 Apr 13:06
Compare
Choose a tag to compare

README improvements and grammar fixes

v1.0.0

17 Apr 11:07
Compare
Choose a tag to compare

First cut with basic useful features