Tags: mattfbacon/zed
Tags
Fix font selection on macOS (zed-industries#13615) Release Notes: - N/A
Fix font feature tag validation (zed-industries#13542) The previous implementation that I implemented had two issues: 1. It did not throw an error when the user input some invalid values such as "panic". 2. The feature tag for OpenType fonts should be a combination of letters and digits. We only checked if the input was an ASCII character, which could lead to undefined behavior. Closes zed-industries#13517 Release Notes: - N/A
Add metrics_id to editor_events (zed-industries#13525) Release Notes: - N/A
PreviousNext