Commit log

fedec68 Update Dockerfiles to use Rust 1.64

Max Brunsfeld created

490a608 v0.60.0

Max Brunsfeld created

94a5bbc Merge pull request #1739 from zed-industries/collab-menu-key-binding

Click to expand commit body
Allow toggling collaboration menu from the keyboard

Max Brunsfeld created

89f05ad Allow toggling collaboration menu from the keyboard

Max Brunsfeld created

3bb1f00 Merge pull request #1738 from zed-industries/out-of-sync-diagnostics

Click to expand commit body
Fix bugs that caused guests to see different diagnostics than host

Max Brunsfeld created

69dcfbb Send guests DiskBasedDiagnosticsFinished messages when they join a project

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

Max Brunsfeld and Antonio Scandurra created

e744520 Correctly offset diff hunk layouts

Julia created

3c3671a Avoid sending stale diagnostics after sharing a worktree

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

Max Brunsfeld and Antonio Scandurra created

cbf31e6 Merge pull request #1734 from zed-industries/fix-layout-crash

Click to expand commit body
Fix rounding error in computing editor's row range during layout

Max Brunsfeld created

b3567a7 Merge pull request #1736 from zed-industries/fix-terminal-bold

Click to expand commit body
Fix a bug in how I parse alacritty's styles

Mikayla Maki created

2966565 Merge pull request #1735 from zed-industries/rollback-dock-anchor-setting

Click to expand commit body
Stops the dock anchor from being written to settings

Mikayla Maki created

aac2493 Fix a bug in how I parse alacritty's styles

Mikayla Maki created

47332f9 Stops the dock anchor from being written to settings

Mikayla Maki created

1179f8f Fix rounding error in computing editor's row range during layout

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

Max Brunsfeld , Nathan Sobo , and Antonio Scandurra created

bd14630 Merge pull request #1729 from zed-industries/connection-timeout

Click to expand commit body
Introduce client-side timeout when trying to connect

Antonio Scandurra created

c4dde0f :lipstick:

Antonio Scandurra created

ec19f0f Remove unnecessary async from `Peer::add_connection`

Antonio Scandurra created

cc56fa9 Introduce client-side timeout when trying to connect

Antonio Scandurra created

a197839 Merge pull request #1728 from zed-industries/plain-text-leaks

Click to expand commit body
Clear auto-indent requests if they couldn't be computed

Antonio Scandurra created

83d3fad Clear auto-indent requests if they couldn't be computed

Antonio Scandurra created

202950a Merge pull request #1726 from zed-industries/rejoining-projects

Click to expand commit body
Fix opening a buffer after leaving and joining the same project

Antonio Scandurra created

9adbab5 Fix opening a buffer after leaving and joining the same project

Click to expand commit body
This bug existed prior to #1700 and was caused by not clearing the
buffers that were already shared with a peer that left and opened
a project using the same connection. When such peer would re-join
the project and open a buffer that it had opened previously, the
host assumed the peer had already seen that buffer and wouldn't bother
sending it again.

Antonio Scandurra created

a691058 Something's happening, nothing correct, but something

Julia created

e24a69b Merge pull request #1723 from zed-industries/test-branch

Click to expand commit body
Writing settings

Mikayla Maki created

b1f64d9 Updated new vim tests with new rope crate

Mikayla Maki created

41590ef Merge branch 'main' into test-branch

Mikayla Maki created

e7b6d1b Added theme and dock anchor saving :D

Mikayla Maki created

76a86b7 Merge pull request #1721 from zed-industries/scrollbar-fix

Click to expand commit body
Fix scrollbar's range of motion in large files

Max Brunsfeld created

7eceff1 Impose min scrollbar height in a way that doesn't impede scrollbar's movement

Click to expand commit body
Also, fix the editor's scroll max so that you can scroll to the last
display row.

Max Brunsfeld created

81a3a22 Merge pull request #1685 from zed-industries/vim-text-objects

Click to expand commit body
Vim Text Objects and Numeric Repitions

Kay Simmons created

d1f1eb9 Add count argument to motion functions and add ability to jump to a given line

K Simmons created

5487f99 Moved settings_file.rs into settings crate. Should be ready to start now :D

Mikayla Maki created

bc2a6e4 Use tag_name for Discord release message

Joseph T Lyons created

0beb975 Finished refactoring out fs and rope

Mikayla Maki created

941f409 Add amplitude release (#1720)

Click to expand commit body
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>

Joseph T. Lyons and Max Brunsfeld created

673041d working quote and bracket text objects

K Simmons created

6dfa34f Remove a few Zed default themes

Click to expand commit body
Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>

Nate Butler and Kay Simmons created

b626ec3 Use different dark and light ramps for cave

Click to expand commit body
Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>

Nate Butler and Kay Simmons created

5708879 Style elevations & update styleTrees

Click to expand commit body
Also rename `info` -> `accent`

Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>

Nate Butler and Kay Simmons created

638e9f9 Merge pull request #1715 from zed-industries/scrollbars

Click to expand commit body
Add scrollbars

Max Brunsfeld created

acc85ad Impose a minimum height on the scrollbar

Max Brunsfeld created

0a8e2f6 Moved fs to it's own crate, build failing due to cyclic dependency on rope

Mikayla Maki created

9bdcd37 Merge pull request #1718 from zed-industries/dont-wait-for-project-upload

Click to expand commit body
Proceed with share while project state uploads

Max Brunsfeld created

a833652 Undid change to paths variables and cleaned up leftovers

Mikayla Maki created

7ce758b Added notes from working with Nathan

Mikayla Maki created

cc8ae45 Added theme writing code, really bad race condition

Mikayla Maki created

65b8c51 Allow opening other local projects via contacts list

Max Brunsfeld created

0e695ea Wait for project sharing to complete in LSP status integration test

Max Brunsfeld created

1f0a9ce Proceed with share while project state uploads

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

Max Brunsfeld and Antonio Scandurra created

a656047 Merge pull request #1700 from zed-industries/room

Click to expand commit body
Introduce call-based collaboration

Antonio Scandurra created