a734b20
zed 0.70.1
Antonio Scandurra created
a734b20
zed 0.70.1
Antonio Scandurra created
71073d0
Merge pull request #2103 from zed-industries/connection-staleness
Fix connection staleness issues
Antonio Scandurra created
7eb65db
v0.70.x stable
Joseph Lyons created
fa77450
v0.70.x preview
Mikayla Maki created
6cc84a7
Merge pull request #2042 from zed-industries/fix-pasting-files
Allow pasting the same entry more than once in project panel
Petros Amoiridis created
27a6951
Allow pasting the same entry more than once in project panel
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis and Antonio Scandurra created
9f3c8c1
Merge pull request #2041 from zed-industries/fix-renaming-file
Fix mouse interrupting file/dir editing in project panel
Petros Amoiridis created
f8d092f
Fix mouse interrupting file/dir editing in project panel
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis and Antonio Scandurra created
2c3c8b4
Merge pull request #2039 from zed-industries/vim-mode-single-line-editors
disable vim mode in non full editors
Kay Simmons created
cf19315
fix broken test
Kay Simmons created
c3518ce
disable vim mode in non full editors
Kay Simmons created
4746fb5
Merge pull request #2038 from zed-industries/fix-sidebar-width-with-dock
Fix issue with sidebars resizing themselves when dock is toggled
Kay Simmons created
c9a306b
Change sidebars to use the window width as a max width rather than participating in the flex
co-authored-by: Mikayla <mikayla@zed.dev>
Kay Simmons and Mikayla created
c3b102f
Add users to mailing list when using an invite link
Joseph T. Lyons created
f61b870
Merge pull request #2034 from zed-industries/tab-focus-search
Use tab instead of command-f to move focus from the search editor to the main editor
Max Brunsfeld created
1a6a807
Merge pull request #2035 from zed-industries/always-auto-indent-block-on-paste
Always auto-indent in block-wise mode when pasting
Max Brunsfeld created
01aac0d
Merge pull request #2036 from zed-industries/spurious-modified-buffers
Fix buffers appearing as modified when guest joined after buffer had been saved
Antonio Scandurra created
dc88a67
Fix assertions
Antonio Scandurra created
5ce0472
Merge pull request #2037 from zed-industries/go-to-fit
Utilize fit autoscroll for various go-to actions
Julia created
cc788dc
Verify `saved_version`, `saved_version_fingerprint` and `saved_mtime`
Antonio Scandurra created
7726a9e
Utilize fit autoscroll for various go-to actions
Julia created
fcf97ab
Bump protocol version
Antonio Scandurra created
bb200aa
Relay saved version metadata to ensure buffers modified state converges
Antonio Scandurra created
2cd9db1
Ensure `Buffer::{is_dirty,has_conflict}` converge in randomized test
Antonio Scandurra created
467e569
Include saved mtime and fingerprint when serializing buffers
This still doesn't include: - An assertion in the randomized test to ensure buffers are not spuriously marked as modified - Sending an update when synchronizing buffers after a reconnection
Antonio Scandurra created
0bd6f9b
Add a test for block-wise auto-indent without original indent info
Max Brunsfeld created
244f259
Always auto-indent in block-wise mode when pasting
If the text was copied outside of Zed, so the original indent column is unknown, then act as if the first line was copied in its entirety.
Max Brunsfeld created
6251518
Merge pull request #2022 from zed-industries/restart-lsp-after-invalid-version-reported
Fix crash when restarting a language server after it reports an unknown buffer version
Max Brunsfeld created
6810490
Remove tree-sitter dependency from gpui
Max Brunsfeld created
3312a06
Move focus back from buffer search using tab, not cmd-f
Max Brunsfeld created
373902d
Add '>' child operator in keymap context predicates
Max Brunsfeld created
f62d13d
Use a hand-coded parser for keymap context predicates
Max Brunsfeld created
df2e962
Merge pull request #2033 from zed-industries/open-with-zed
Make Finder "Open With" work correctly
Julia created
765773c
Make Finder "Open With" work correctly
Julia created
9e56123
Merge pull request #2032 from zed-industries/drag-split-dock-panic
Fix panic when trying to create a split in the dock by dragging
Max Brunsfeld created
aa9710f
Avoid unwrapping pane split in SplitWithProjectEntry
Also, implement pane-splitting operations more consistently.
Max Brunsfeld created
b90e101
Don't render split drag targets in the dock
Max Brunsfeld created
96186a3
Merge pull request #2030 from zed-industries/fix-typescript-lsp
Fix error when running TypeScript language server after version 3.0.2
Antonio Scandurra created
2c1fd7b
Add a 5s timeout when running `npm info` and `npm install`
This prevents those two commands from getting stuck when there is no internet connection.
Antonio Scandurra created
9779663
Use `cli.mjs` when available in TypeScript language server
Otherwise, fall back to using `cli.js`.
Antonio Scandurra created
8e02266
Add Discourse release action
Joseph T. Lyons created
24ef80f
Merge pull request #2027 from zed-industries/fix-keybindings-in-command-palette
Fix bug where keybindings would not show in command palette
Mikayla Maki created
febf992
Fix bug where keybindings would not show in command palette
Mikayla Maki created
e9fdb13
Merge pull request #2025 from zed-industries/vim-r
Vim replace
Kay Simmons created
216b1ae
fix replace in normal and visual modes
Kay Simmons created
02f6928
collab 0.5.2
Max Brunsfeld created
fe27f13
Bump protocol version after reconnect support
Max Brunsfeld created
74f8b49
collab 0.5.1
Max Brunsfeld created
4937992
Avoid dropping is_complete column for backward compatibility
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
14eec66
in progress
Kay Simmons created