Skip to content

v0.4.0

Compare
Choose a tag to compare
@newsch newsch released this 21 Oct 00:31
· 31 commits to master since this release
e5f2147

Changelog

  • a moderately-updated cli: fewer, cleaner options (#23)
    • -U and -S are deprecated in favor of -u and -s (the previous -u abbreviation for --url is now dropped)
  • an easier install procedure, pip install .! (#19)
  • the cache directory is now hidden away in your system's temporary directory (still accessible, but no longer in every location you have ever run focstest) (#19)
  • more usage instructions in the README
  • GitHub Actions setup for testing, dependencies, and pip install-ing for every commit and pull request.