3e1c007
zed 0.66.1
Antonio Scandurra created
3e1c007
zed 0.66.1
Antonio Scandurra created
91b06de
Merge pull request #1982 from zed-industries/fix-rust-analyzer
Update rust-analyzer's `disk_based_diagnostics_progress_token`
Antonio Scandurra created
977a52c
v0.66.x stable
Max Brunsfeld created
54ad09b
Merge pull request #1876 from zed-industries/update-release-urls-to-match-new-zed.dev-url-format
Update release urls to match new zed.dev url format
Joseph T. Lyons created
6391ee4
Merge pull request #1918 from zed-industries/remove-sign-in-telemetry-event
Remove sign in telemetry event
Joseph T. Lyons created
d91ac96
v0.66.x preview
Max Brunsfeld created
b3a9297
Merge pull request #1911 from zed-industries/single-file-worktree-event-extension
Fix file extension retrieval for single-file worktrees
Max Brunsfeld created
55d3c09
Fix file extension retrieval for single-file worktrees
Previously, we used the file's 'path' method, which only returns the relative path from the worktree root.
Max Brunsfeld created
0078bea
change bump-version to install jq if its not already installed
Kay Simmons created
bb80cee
Merge pull request #1814 from zed-industries/golden-ratio
Active Pane Magnification
Kay Simmons created
0c50c09
Merge pull request #1906 from zed-industries/mouse-down-capture-on-click-fix
Fix mouse down falling through popovers
Kay Simmons created
75b8a12
address issue where mouse down events weren't getting captured after the multiple handlers change
Kay Simmons created
d090d23
Merge pull request #1903 from zed-industries/override-pyright-completion-sorting
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld created
bca635e
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld created
3938adf
Merge pull request #1902 from zed-industries/event-handlers-are-multitude
Allow having multiple mouse event handlers of the same kind
Julia created
6537def
Allow having multiple mouse event handlers of the same kind
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia and Kay Simmons created
5020c70
collab 0.2.4
Max Brunsfeld created
0a63d2e
Merge pull request #1900 from zed-industries/fix-terminal-performance
Check for wakeups correctly
Mikayla Maki created
ce0dfde
Check for wakeups correctly
Mikayla Maki created
93824dd
Fix top-level header in discord webhook action
Joseph Lyons created
c613c98
Move comment to correct location
Joseph Lyons created
4e4299d
v0.66.x dev
Max Brunsfeld created
ccc8c24
Merge pull request #1894 from zed-industries/opt-as-meta-fix
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
Once we email someone an invite, honor the invitation
Nathan Sobo created
fdf758e
Once we email someone an invite, honor the invitation
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
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
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
Co-authored-by: Nate Butler <nate@zed.dev>
Max Brunsfeld and Nate Butler created
0dcdd6e
Merge pull request #1889 from zed-industries/terminal-bugs
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
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
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
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
Skip LSP additional completion edits which fall within primary edit
Julia created
a6198c9
Merge pull request #1870 from zed-industries/fix-remote-abs-paths
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