Skip to content

1.6.0

Compare
Choose a tag to compare
@mafredri mafredri released this 27 Oct 17:03
· 145 commits to main since this release

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

v1.5.2...v1.6.0

Thanks to @mortenvn for his help bringing virtualenv support to this release.