Skip to content

Releases: johnnychen94/jill.py

v0.3.0

10 Feb 12:53
Compare
Choose a tag to compare

Bug fixes:

  • don't symlink julia-latest to julia (#11)
  • fix permission error for system-wide installation (#12)

Enhancements:

  • allows the download and installation for unstable releases (e.g., 1.4.0-rc1)

Breaking changes:

  • remove the leading "v" from placeholder: version

v0.2.4

24 Jan 20:55
Compare
Choose a tag to compare

By default remove downloaded release files after jill install. You can still add a --keep_downloads flag to keep them.

v0.2.3

24 Jan 19:56
Compare
Choose a tag to compare

download and verify gpg signature

v0.2.2

23 Jan 15:16
Compare
Choose a tag to compare

fix mirror bug when period != 0

v0.2.1

23 Jan 14:47
Compare
Choose a tag to compare

When receiving args from the console, convert the argument to the correct types for jill mirror

v0.2.0

23 Jan 12:54
Compare
Choose a tag to compare
  • add --upstream flag so that users can specify which server they want to download from
  • add --update flag to download and install
  • jill mirror now doesn't require any config file for a minimal setup

v0.1.0

19 Jan 16:43
Compare
Choose a tag to compare
  • add two more subcommands: jill update and jill mirror
  • support partial version string: jill install, jill install 1 and jill install 1.2

v0.0.4

18 Jan 14:24
Compare
Choose a tag to compare

It's the first release that provides all functionalities of the original jill:

  • jill download VERSION
  • jill install VERSION