Skip to content

Tags: zed-industries/zed

Tags

v0.189.4-pre

Toggle v0.189.4-pre's commit message
zed 0.189.4

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
indent guides: Fix issue with entirely-whitespace lines (#31916)

Closes #26957

Release Notes:

- Fix an edge case where indent guides would be rendered incorrectly if
lines consisted of entirely whitespace

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>

collab-staging

Toggle collab-staging's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test for `pane: toggle pin tab` (#31906)

Also adds the optimization to not move a tab being pinned when its
destination index is the same as its index.

Release Notes:

- N/A

v0.189.3-pre

Toggle v0.189.3-pre's commit message
zed 0.189.3

v0.188.5

Toggle v0.188.5's commit message
zed 0.188.5

collab-production

Toggle collab-production's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix model deduplication to use provider ID and model ID (#31750)

Previously only used model ID for deduplication, which incorrectly
filtered models with the same name from different providers.

Release Notes:

- Fix to make sure all provider models are shown in the model picker

v0.189.2-pre

Toggle v0.189.2-pre's commit message
Bump Tree-sitter to 0.25.5 for YAML-editing crash fix (#31603)

Closes #31380

See tree-sitter/tree-sitter#4472 for the fix

Release Notes:

- Fixed a crash that could occur when editing YAML files.

v0.189.1-pre

Toggle v0.189.1-pre's commit message
Bump to 0.189.1 for @SomeoneToIgnore

v0.188.4

Toggle v0.188.4's commit message
Bump Tree-sitter to 0.25.5 for YAML-editing crash fix (#31603)

Closes #31380

See tree-sitter/tree-sitter#4472 for the fix

Release Notes:

- Fixed a crash that could occur when editing YAML files.

v0.189.0-pre

Toggle v0.189.0-pre's commit message
Revert "Fix text wrapping in commit message editors (#31030)" (#31587)

This reverts commit f2601ce.

Release Notes:

- N/A