Branches (972)

test-winget

923e880 Add winget release job (#40293)

Click to expand commit body
This will automatically open PRs against the winget package registry to
bump our version there when we do a release.

Release Notes:

- N/A

Julia Ryan created

collab-fix-attempt

ce54cac increase timeout to 25s

David Kleingeld created

test-test

85c2dc9 rope: Improve panic message for out of bounds `anchor_at_offset` (#40256)

Click to expand commit body
Release Notes:

- N/A *or* Added/Fixed/Improved ...

Lukas Wirth created

fix-nix

31f5df5 Add test for nix sandbox

Click to expand commit body
Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>

Julia Ryan and Rahul Butani created

fix-highlight-flicker

ee4a48f check offset instead of anchor

Smit Barmase created

icon-button-square

250ada7 Merge branch 'main' into icon-button-square

Danilo Leal created

outline-inclusion-score-boosting

0988aa1 Add --prefilter-score-ratio

Click to expand commit body
Co-authored-by: Agus <agus@zed.dev>

Michael Sloan and Agus created

settings-ui-elements

2d77a23 add element id in item render_page items instead

Anthony created

publish-gpui-on-ci

d83d59f Capture the tag info

Mikayla Maki created

agent-settings-refactor-explicit-elementid-in-instructionlistitem

2920ee2 agent settings refactor: Explicit `ElementId` in `InstructionListItem`

Click to expand commit body
When adding a button with the same label to the codestral settings, the second instance was unclickable

Michael Sloan created

settings-ui-scrollbar

0bcb4bd Calculate scroll position based on middle item

Anthony created

linux-file-watch-remove

e02f8e8 don't remove watcher on linux

Click to expand commit body
Co-authored-by: Kate <kate@zed.dev> Co-authored-by: John <jtur@zed.dev>

Cole Miller and Kate created

v0.206.x

9697177 node_runtime: Bump minimum version for system node to match copilot's requirement (#39632)

Click to expand commit body
Copilot now requires 22.x. See the last min node version bump:
https://github.com/zed-industries/zed/pull/27912

Closes #39461

<img width="1040" height="97" alt="image"
src="https://github.com/user-attachments/assets/8f0490e3-b9b5-45fd-b7f1-321691b862f0"
/>

Release Notes:

- Zed will no longer use `node` from your `$PATH` if it's older than
22.x (previously, the minimum version was 20.x). Instead, it will fall
back to its bundled `node`. This fixes being unable to use Copilot if an
older `node` was installed system-wide.

Cole Miller created