This release adds support for offline usage after the first initial run to cache the installed package.
This release also changes how the root cache directory is resolved, it now follows this pattern:
- Checks the
PYRIGHT_PYTHON_CACHE_DIR
environment variable - Checks the
XDG_CACHE_HOME
environment variable - Then if neither of the above are set, it defaults to
~/.cache