Skip to content

Tags: mattfbacon/zed

Tags

v0.142.3-pre

Toggle v0.142.3-pre's commit message
zed 0.142.3

v0.141.3

Toggle v0.141.3's commit message
zed 0.141.3

v0.142.2-pre

Toggle v0.142.2-pre's commit message
Bump to 0.142.2 for @ConradIrwin

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix font selection on macOS (zed-industries#13615)

Release Notes:

- N/A

v0.142.1-pre

Toggle v0.142.1-pre's commit message
zed 0.142.1

v0.142.0-pre

Toggle v0.142.0-pre's commit message
v0.142.x preview

v0.141.2

Toggle v0.141.2's commit message
v0.141.x stable

collab-production

Toggle collab-production's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

collab-staging

Toggle collab-staging's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add metrics_id to editor_events (zed-industries#13525)

Release Notes:

- N/A

v0.141.2-pre

Toggle v0.141.2-pre's commit message
Bump to 0.141.2 for @osiewicz