Releases: pkgxdev/pkgx
Releases · pkgxdev/pkgx
v0.10.4
Don’t automatically `--sync` Our installer does it for us so the first run experience for 95% of users will be pleasant. For the rest, they can remember to add `-S`
v0.10.3
Don’t use download for the SHA It screws up the logging, but also, why would we do that? Now I did want to save the SHAs for NUMPTY mode, but this is not the way to do that, we need to consolidate them in a shas file
v0.10.2
No throw when we’re just tryin’a parse the pantry
v0.10.1
if neither CLT or Xcode installed then don’t x git Because `git` fails in those cases, and thus our installer fails and `tea --sync` fails. Instead use the fallback method where we download the tarballs.
v0.10.0
Merge pull request #98 from teaxyz/pretty-output prettier output for downloads
v0.9.2
test our sync-lock doesn’t hang (#96)
v0.9.1
Use new pantries (#93)
v0.9.0
Merge pull request #92 from teaxyz/multi-pantry use multiple pantries
v0.8.12
Merge pull request #91 from teaxyz/smaller-downloads Smaller downloads
v0.8.11
Allow `tea -x` as in: exec but noop This is idiomatic with the usage, and allows the user to do things like `tea -S` without error. This removes the case where `tea` by itself executes the getting-started section of the README, but I feel this was too magical anyway. Now you can do `tea getting-started` or `tea .`