Commit log

4f03031 zed 0.65.2

Kay Simmons created

328342c change bump-version to install jq if its not already installed

Kay Simmons created

845fb39 address issue where mouse down events weren't getting captured after the multiple handlers change

Kay Simmons created

6b1e9c1 zed 0.65.1

Max Brunsfeld created

7b7c6e6 Merge pull request #1902 from zed-industries/event-handlers-are-multitude

Click to expand commit body
Allow having multiple mouse event handlers of the same kind

Julia created

6e18f2d Merge pull request #1900 from zed-industries/fix-terminal-performance

Click to expand commit body
Check for wakeups correctly

Mikayla Maki created

97d79bc Fix top-level header in discord webhook action

Joseph Lyons created

923095a v0.65.x preview

Max Brunsfeld created

ccc8c24 Merge pull request #1894 from zed-industries/opt-as-meta-fix

Click to expand commit body
Fix small terminal bugs

Mikayla Maki created

8e6c5db Fix unscaled scrolling when using an imprecise mouse wheel

Mikayla Maki created

3c53fcd Added alt-left: move word left and alt-right: move word right in the terminal for for antonio

Mikayla Maki created

17dfbb9 Merge pull request #1897 from zed-industries/allow-users-to-sign-up-multiple-times

Joseph T. Lyons created

c3cf056 allow users to sign up multiple times without throwing a 500

Joseph Lyons created

275f0ae collab 0.2.3

Nathan Sobo created

f4e9759 Merge pull request #1896 from zed-industries/fix-invites

Click to expand commit body
Once we email someone an invite, honor the invitation

Nathan Sobo created

fdf758e Once we email someone an invite, honor the invitation

Click to expand commit body
Previously, we were waiting to decrement the invite_count until a user
confirmed their email address, which created weird situations where we would
email people only to have them get a 500 when trying to sign up. Now, we
decrement the invite_count upon sending the email and always honor the
invitation.

Co-Authored-By: Joseph Lyons <joseph@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Nathan Sobo , Joseph Lyons , and Max Brunsfeld created

0dfacd7 Merge pull request #1895 from zed-industries/ruby-solargraph

Click to expand commit body
Add ruby LSP support via SolarGraph

Max Brunsfeld created

36c07f9 Add ruby LSP support via SolarGraph

Max Brunsfeld created

0192903 fixed clear problem

Mikayla Maki created

e401caf Merge pull request #1863 from zed-industries/erb

Click to expand commit body
Add support for ERB

Max Brunsfeld created

b222e8e Use a longer example text in random combined injections test

Max Brunsfeld created

fb35631 Bump tree-sitter after merging included-ranges PR

Max Brunsfeld created

6659dac Fix compile errors in seed script, ensure it is compiled on CI

Click to expand commit body
Co-authored-by: Nate Butler <nate@zed.dev>

Max Brunsfeld and Nate Butler created

0dcdd6e Merge pull request #1889 from zed-industries/terminal-bugs

Click to expand commit body
Refactored rendering to squash all wakeups into 1

Mikayla Maki created

a66aa9c Refactored rendering to squash all wakeups into 1

Mikayla Maki created

e6c5079 Merge pull request #1873 from zed-industries/drag-project-entry-to-pane

Click to expand commit body
Drag and Drop Project Entries Between Folders

Kay Simmons created

ee66adb SyntaxMap - Don't ignore deletions at the boundaries of layers

Max Brunsfeld created

3612c46 Bump tree-sitter for included range bugfix

Max Brunsfeld created

bf9c9b0 Merge pull request #1875 from zed-industries/fix-code-actions-regression

Click to expand commit body
Use `EMPTY` code action kind to get more RA actions without breaking TS

Julia created

ea87789 Use `EMPTY` code action kind to get more RA actions without breaking TS

Julia created

2ef2b5a Merge pull request #1874 from zed-industries/propagate-mouse-up-through-drop-receiver

Click to expand commit body
Propagate mouse up event through drop receiver in early return

Julia created

5bb7701 Propagate mouse up event through drop receiver in early return

Julia created

b6f78cd Merge pull request #1871 from zed-industries/skip-additional-edit-within-primary

Click to expand commit body
Skip LSP additional completion edits which fall within primary edit

Julia created

a6198c9 Merge pull request #1870 from zed-industries/fix-remote-abs-paths

Click to expand commit body
Fix bug where absolute paths of worktrees were not being stored on the server

Antonio Scandurra created

ad698fd Test for filtering out of faulty LSP completion additional edits

Julia created

d61c0fb Allow dragging and dropping project entries

Kay Simmons created

3d5a363 Merge pull request #1867 from zed-industries/drag-project-entry-to-pane

Click to expand commit body
Drag project entry to pane

Kay Simmons created

9ad8731 Fix boundary condition where injection was not found after an edit

Max Brunsfeld created

44c3ced Skip additional completions on any kind of overlap with primary edit

Julia created

eeeaf6d Merge pull request #1872 from zed-industries/tests-use-real-db

Click to expand commit body
Run integration tests with an in-memory sqlite database instead of a hand-coded fake database

Max Brunsfeld created

2d4deaa Use upstream sqlx git repository

Max Brunsfeld created

c839ab2 Add missing cfg(test) attribute to sqlite RowsAffected

Max Brunsfeld created

5d17347 Use our fork of sqlx, for now

Max Brunsfeld created

9ce3524 Run db tests against both postgres and sqlite

Max Brunsfeld created

03115c8 Skip LSP additional completion edits which fall within primary edit

Julia created

dafdc4b Run tests with an in-memory sqlite database

Max Brunsfeld created

05a6bd9 Get integration tests passing with sqlite

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

Max Brunsfeld and Antonio Scandurra created

fb03eb7 Store absolute path on server when sharing worktree

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Nathan Sobo and Antonio Scandurra created

8e70e19 Avoid unwrapping when computing tab description

Click to expand commit body
A bug caused the assumptions of this method to be violated. We will fix that in the next commit, but we want to be more conservative in our assumptions here going forward.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Nathan Sobo and Antonio Scandurra created

1bb41b6 Go back to a compiling state and start running tests again

Antonio Scandurra created