1.6.0
This release brings fully asynchronous git checks and virtualenv support! Internally there are some pretty big changes. Hopefully these are only noticed by a faster prompt, however, don't hesitate to report errors or oddities if you encounter any.
Changes
- Perform all git checks (vcs_info) asynchronously (#273)
- Remove now deprecated clear-screen ZLE widget (#322)
- Change dirty check delay threshold from 2 to 5 secs (#326)
- Add support for python virtualenv (#325)
- Avoid implicit global var creation and cleanup (#347)
- Update bundled zsh-async to 1.5.2
Thanks to @mortenvn for his help bringing virtualenv support to this release.