Skip to content

Releases: tdegeus/shelephant

Minor bugfix

09 Mar 16:35
8d60097
Compare
Choose a tag to compare
  • Documentation updates
  • (Re-)Account for non-existing destination for copying from remote

Major renaming Python API

09 Mar 10:53
78a57be
Compare
Choose a tag to compare

The Python API is now subdivided in namespaces and only lower-case letters are used

Minor fix

07 Mar 14:29
Compare
Choose a tag to compare
  • MakeDirs now skips empty paths (equivalent to ".")

Short-cut for speed

06 Mar 16:27
949f9aa
Compare
Choose a tag to compare
  • Allow use of rsync to check file difference
  • Internal simplification: Rsync combines implementation of
    RsyncToRemote and RsyncFromRemote.
  • Minor bugfixes

Minor bugfix

23 Feb 21:35
91a6c33
Compare
Choose a tag to compare

Converting str to list

Minor bugfix

23 Feb 16:25
d658813
Compare
Choose a tag to compare

Bugfix shelephant.OverWrite: force not used correctly

Minor bugfix

23 Feb 15:15
Compare
Choose a tag to compare

Bugfix: rsync completion not properly detected #74

Minor upgrades

23 Feb 09:48
f3d9a6f
Compare
Choose a tag to compare
  • Switching to argparse
  • Bugfix: incorrectly detecting current directory as non-existent
  • Adding convenience methods

Minor bugfixes

21 Feb 15:04
b75ef08
Compare
Choose a tag to compare
  • rsync: wrapping progress-bar also for old versions of rsync
  • Using MakeDirs in ShelephantCopySSH

Internal changes

20 Feb 07:20
a1233ef
Compare
Choose a tag to compare
  • Versioning: using setuptools_scm -> include git commit hash (#71)