Skip to content

Releases: johnnychen94/jill.py

v0.6.2

19 Feb 22:47
f4e2ceb
Compare
Choose a tag to compare

This release doesn't change the overall functionality, just some UI enhancements:

  • print more information in jill upstream
  • add colors to screen outputs

v0.6.1

19 Feb 21:02
Compare
Choose a tag to compare

Bug fixes:

  • When non-root user finds some updates via jill update then don't error even if he doesn't have write permission.

v0.6.0

19 Feb 20:34
Compare
Choose a tag to compare

This release doesn't have any new features or bug fixes, it's just a house clean release:

  • codes are reorganization heavily
  • more documentation

v0.5.1

19 Feb 13:52
Compare
Choose a tag to compare

Bug fixes:

  • jill install nightly in windows was broken
  • symlink for nightly build wasn't created correctly in some cases

v0.5.0

19 Feb 02:55
Compare
Choose a tag to compare

Enhancements:

  • support Windows (#19)
  • support FreeBSD (#20)
  • when installing an old Julia version, don't override symlinks that target to a newer version (#21)
  • remove --update flag for download and install; it's enabled by default now.

v0.4.0

17 Feb 11:22
Compare
Choose a tag to compare

Enhancements:

  • support tier 2 architectures: ARMv7 and ARMv8

v0.3.4

16 Feb 20:40
Compare
Choose a tag to compare

Enhancements:

  • add two version alias: stable and nightly

v0.3.3

16 Feb 19:06
c1e62ed
Compare
Choose a tag to compare

Bugfix:

  • fix --update flag for install and download

v0.3.2

16 Feb 18:22
Compare
Choose a tag to compare

Enhancements:

  • Introduce a new flag jill install --upgrade that will copy the root project from an older version.

Bugfix:

  • jill install still re-download the installer if there's one for MacOS and Windows (introduced in v0.2.3)

v0.3.1

11 Feb 14:26
Compare
Choose a tag to compare

Bugfix:

  • jill install --update didn't really update release info in v0.3.0, it's now fixed