Additions
Editor
- Added a
buffer_font_features
setting, which lets you customize OpenType features (ligatures, etc) for the buffer font.
Bug Fixes
Project Panel
- Fixed a bug where when using the Atom keymap, the user could not type the letter
h
in the name of a file or directory in the project panel (#1100).
Editor
- Fixed a bug where the language selector wasn't visible for buffers with an unknown language.
- Fixed a bug where code folding buttons did not work correctly on soft-wrapped lines.
- Fixed a bug where fold action indicators wouldn't be positioned correctly.
- Fixed a bug where hover popups rendered text improperly in YAML files.
Workspace
- Fixed a bug where the call status UI would be misaligned
- Fixed a bug where the editor language status would show on non-editors.
Misc
- Fixed various bugs that were causing Zed to crash.
- Fixed a bug that caused a crash on startup for users with multi-line environment variable values set in their shell login scripts (#1156).
- Fixed a bug where macOS would set Zed as the user's default text editor for a given file extension.
- Improved the reliability of the
workspace: restart
action. - Fixed a bug where the screen-sharing indicator would persist after ending a call.