v1.1.8

zed-industries/zedv1.1.8May 12, 2026by github-actions[bot]

AI Summary

This release focuses on stability fixes, addressing memory leaks, UI indicator issues, and improving performance on file systems that require polling.

Key Highlights

  • Fixed activity indicator showing wrong icon and being unclickable on errors.
  • Fixed a memory leak when diffing non-existing files with the Zed CLI.
  • Fixed edit prediction provider menu checkmarks for active non-Zed providers.
  • Resolved slow project file appearance on file systems requiring polling.

Full Release Notes

- Fixed some issues where the activity indicator would show the wrong icon and not be clickable on errors present. ([#56471](https://github.com/zed-industries/zed/pull/56471))
- Fixed a memory leak with diffing non-existing files with Zed cli ([#56445](https://github.com/zed-industries/zed/pull/56445))
- Fixed edit prediction provider menu checkmarks for active non-Zed providers. ([#56292](https://github.com/zed-industries/zed/pull/56292))
- Fixed an issue where project files would take a long time to appear when opening Zed on a file system that requires polling ([#56207](https://github.com/zed-industries/zed/pull/56207))