Skip to content

Releases: m-manu/rsync-sidekick

v1.9.0

01 Feb 17:14

Choose a tag to compare

  • Control verbosity of progress messages (see --progress-frequency option)
  • Upgraded to newer version of Golang and upgraded libraries

v1.8.0

01 Nov 13:07

Choose a tag to compare

Fixed bug related to timestamp propagation affecting a scenario where multiple files with same timestamp existed on destination corresponding to a single file at source.

v1.7.0

01 Nov 12:21

Choose a tag to compare

  • Fixed bug related to error message wrapping
  • Fixed bug related to unnecessary printing of "not readable" errors on ignored directories
  • Reformatted code based on go fmt of newer version of Go
  • Replaced runtime.GOROOT() with os.GETENV("GOROOT")
  • Upgraded to Go 1.24 (also related upgrades to libraries)
  • Refactored code

v1.6.0

16 Feb 09:47

Choose a tag to compare

Upgraded to Go 1.22

v1.5.0

11 May 17:15

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

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

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

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

Choose a tag to compare

Fixed data race issue in reporting progress

v1.2.1

07 Jun 17:51

Choose a tag to compare

  • [Fix] close file handle
  • [Fix] exit code