Commit log

397c3ef zed 0.82.8

Mikayla Maki created

389ce38 Merge pull request #2402 from zed-industries/fix-panics

Click to expand commit body
Fix panic in pane.rs

Mikayla Maki created

5799f0f v0.82.x stable

Max Brunsfeld created

89496c0 Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot

Click to expand commit body
Remove stable guard for copilot

Mikayla Maki created

f5407fa Fix underflow potential

Mikayla Maki created

aba8893 zed 0.82.7

Mikayla Maki created

cdef1c1 Merge pull request #2386 from zed-industries/copilot-shipping

Click to expand commit body
Get copilot ready to ship

Mikayla Maki created

2a899aa Merge pull request #2384 from zed-industries/update-copilot-styles

Click to expand commit body
Update copilot styles

Nate Butler created

d21238f zed 0.82.6

Max Brunsfeld created

1722fc9 Merge pull request #2387 from zed-industries/panic-in-set-selections-from-remote

Click to expand commit body
Fix 'invalid insertion' panic when following

Max Brunsfeld created

6ae29d3 zed 0.82.5

Antonio Scandurra created

3afbe51 Merge pull request #2383 from zed-industries/show-copilot-more-often

Click to expand commit body
Clean up completion tasks, even if they fail or return no results

Antonio Scandurra created

79df2a4 zed 0.82.4

Max Brunsfeld created

a4c4523 Merge pull request #2381 from zed-industries/fix-buffer-latency

Click to expand commit body
Send buffer operations in batches to reduce latency

Max Brunsfeld created

6dde8a9 zed 0.82.3

Max Brunsfeld created

ccde289 Merge pull request #2375 from zed-industries/worktree-scan-id-fix

Click to expand commit body
Always bump worktree's scan_id when refreshing an entry

Max Brunsfeld created

9a026f3 zed 0.82.2

Max Brunsfeld created

301609d Merge pull request #2371 from zed-industries/refresh-entry-delay

Click to expand commit body
Restructure background scanner to handle refresh requests even while scanning directories

Max Brunsfeld created

ea8dba6 Merge pull request #2374 from zed-industries/add-vim-mode-metric

Click to expand commit body
Add vim mode metric

Joseph T. Lyons created

b089be4 zed 0.82.1

Antonio Scandurra created

b83451c Merge pull request #2373 from zed-industries/fix-copilot-panic

Click to expand commit body
Avoid interpolating Copilot suggestion if cursor excerpt differs

Antonio Scandurra created

5065807 v0.82.x preview

Joseph Lyons created

ee238a3 Merge pull request #2368 from zed-industries/Improve-tab-closing-experience

Click to expand commit body
Add tab context menu

Joseph T. Lyons created

b39b354 Merge pull request #2370 from zed-industries/flip-screen-sharing-icon-states

Click to expand commit body
Flip screen sharing icon states

Joseph T. Lyons created

6d8635f Merge pull request #2349 from zed-industries/randomized-tests-operation-script

Click to expand commit body
Restructure randomized integration test to allow editing and replaying a plan, fix discovered bugs

Antonio Scandurra created

12a286a Forget buffered operations when resyncing with the host

Click to expand commit body
Previously, we could end up with a situation where the host did not
see an operation but a guest that didn't have that buffer open would. When
such guest would finally open the buffer, they would apply the operation
without however sending it to the host. The guest wouldn't bother resyncing
it because it wasn't part of its open buffers.

Antonio Scandurra created

0b52308 Represent dirty state in item-testing code

Joseph Lyons created

c397644 Construct context menu in a more clear way

Joseph Lyons created

61d048c Don't wait for host's reply before broadcasting buffer updates to guests

Max Brunsfeld created

ae930bd Flip screen sharing icon states

Joseph Lyons created

727afae Fix unit tests after fixing gpui model drop semantics

Click to expand commit body
co-authored-by: Antonio Scandurra <antonio@zed.dev>

Max Brunsfeld and Antonio Scandurra created

209e9a5 Merge pull request #2369 from zed-industries/nate/update-ayu-theme

Click to expand commit body
Update `Ayu` Theme Family

Nate Butler created

7ba094e add license_checksum

Nate Butler created

20ec9f6 Add meta fields to `ayu`

Nate Butler created

65c2fb1 Fix paths after publishing

Nate Butler created

de60657 Ignore the target folder

Nate Butler created

975f5d5 Format

Nate Butler created

527f031 Update + publish the Ayu theme

Nate Butler created

42b1004 Fix running client crate tests

Antonio Scandurra created

5eb1719 Re-send worktree if reconnecting while initial scan isn't finished yet

Click to expand commit body
Previously, if the client was disconnected while the initial worktree
state was being sent, it would not see the remaining state after reconnecting.
This was due to `scan_id` and `completed_scan_id` both being initialized to
`0`, so the client would ask for updates since `0` and get nothing.

This commit changes the worktree to initialize `scan_id` to `1` and
`completed_scan_id` to `0`, so that we get the full worktree again on reconnect.

Antonio Scandurra created

172441a Cancel pending calls when participant fails to reconnect

Click to expand commit body
Previously, we would only cancel pending calls when the room became
empty.

Antonio Scandurra created

5e37c89 Ensure project is still alive by the time remote LSP request starts

Antonio Scandurra created

5898600 Use `LspCommand` to handle code actions

Antonio Scandurra created

651a839 :fire:

Antonio Scandurra created

ac532cb Use `LspCommand` to handle completions

Antonio Scandurra created

9e6d865 Prevent already dropped model from being upgraded during `release`

Antonio Scandurra created

6ba5e06 Stop waiting for buffers when releasing a remote project

Antonio Scandurra created

643381c Make `UpdateDiffBase` a `Foreground` message to prevent reordering

Antonio Scandurra created

67cb046 Add tab context menu

Joseph Lyons created

abfbba6 Improve randomized test assertion message when diff base is wrong

Max Brunsfeld created