Skip to content

Releases: jacobwalkr/jclone

jclone 0.6.0

16 Sep 14:44

Choose a tag to compare

Release jclone 0.6.0 - 2025-09-16

+ output config field with options default, git-only, no-git and quiet
+ git_executable config field, defaulting to git
+ Returns exit code 0 on success and 1 on failure

* Send git clone progress output to stdout by default instead of "Cloning into..." message
* Leave directory creation to git clone
* Use ls-remote --heads instead of --branches to fix error on older git versions that don't have the newer option
* Internally reworked error handling
* Nicer error message when you forget the repository argument

jclone 0.5.0

19 Aug 11:55

Choose a tag to compare

Release jclone 0.5.0 - 2025-08-19

  • .deb and .rpm package build targets
  • Strip binary of all debug symbols (will look at debug and source packages later)
  • Now licensed under BSD-3-Clause