Releases: johnnychen94/jill.py
Releases · johnnychen94/jill.py
v0.6.2
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
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
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
Bug fixes:
jill install nightly
in windows was broken- symlink for nightly build wasn't created correctly in some cases
v0.5.0
v0.4.0
Enhancements:
- support tier 2 architectures: ARMv7 and ARMv8
v0.3.4
Enhancements:
- add two version alias:
stable
andnightly
v0.3.3
Bugfix:
- fix
--update
flag forinstall
anddownload
v0.3.2
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 inv0.2.3
)
v0.3.1
Bugfix:
jill install --update
didn't really update release info inv0.3.0
, it's now fixed