We're transitioning Zed to use GPUI2, a new, faster, implementation of our UI framework. For the next few weeks, you'll notice fewer new features from week to week, but we'll still keep on top of serious bugs and issues.
Additions
- Added
file_scan_exclusions
section to project settings to completely ignore certain files in Zed.
Bug Fixes
- Fixed a crash that could happen when opening certain large markdown files (#2290).
- Fixed a bug that caused buffers to report incorrect modified/conflict status when their buffers changed on disk multiple times in rapid succession.
- Fixed a bug where Zed would continue to request documentation for completion lists which were stale or no longer visible.