Commit log

505b305 Adjust the orange/yellow a bit

Isaac Clayton created

5fd2c5c v0.35.0

Nathan Sobo created

9bb1a56 Add the fall-colored abruzzo theme

Isaac Clayton created

2629533 Remove accidentally checked-in theme assets and scripts

Antonio Scandurra created

ca36845 Merge pull request #1052 from zed-industries/upgrade-tree-sitter

Click to expand commit body
Upgrade tree-sitter to v0.20.6

Antonio Scandurra created

8ebefa1 Upgrade tree-sitter to v0.20.6

Click to expand commit body
This commit also adds a regression test to verify that with this new
version we don't mistakenly compute a different suggestion on Rust
buffer where the only change is leading whitespace.

Antonio Scandurra created

5c4bd93 Merge pull request #1050 from zed-industries/ignored-files

Click to expand commit body
Show ignored entries in project panel

Antonio Scandurra created

99573ca Fix unit tests assuming ignored files were not displayed

Antonio Scandurra created

ec88288 Bump chunk size to 256

Antonio Scandurra created

138a0b0 Make fade of ignored entries styleable

Antonio Scandurra created

85f228d Fix logic error when streaming ignored entries

Click to expand commit body
We were calling `next` twice, which led us to skip every other entry.
This commit also enhances the `test_share_project` integration test
to exercise this new streaming logic.

Antonio Scandurra created

acf9a59 Merge pull request #1027 from zed-industries/missing-menu-commands

Click to expand commit body
Add missing File menu commands, improve handling of unsaved multibuffers

Max Brunsfeld created

ece8604 Fix comments in Pane::close_items

Max Brunsfeld created

d30d2d6 Merge pull request #1049 from zed-industries/invite-codes-2

Click to expand commit body
Support inviting new Zed users

Nathan Sobo created

4cedf05 Bump protocol version

Nathan Sobo created

6ed503f Implement get_invite_code_for_user on test db

Nathan Sobo created

5c2fdc0 Update foreign key constraints to allow users to be deleted

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

Nathan Sobo and Max Brunsfeld created

51a61cc Don't assign invite code when updating count from 0 to 0

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

Nathan Sobo and Max Brunsfeld created

7f92401 Add key binding and menu item for Save All

Max Brunsfeld created

0becbe4 Distinguish between singleton and non-singleton workspace items

Click to expand commit body
* Prompt to save singleton items before non-singleton ones
* Don't prompt to save multi-buffers if they contain excerpts to items that are open elsewhere and not being closed.

Co-authored-by: Nathan Sobo <nathan@zed.dev>

Max Brunsfeld and Nathan Sobo created

4b8f24c Set INVITE_LINK_PREFIX in K8s

Nathan Sobo created

d8dbbf1 Merge remote-tracking branch 'origin/main' into invite-codes-2

Nathan Sobo created

e05695c Add onMedia text color for use in disconnect overlay text

Keith Simmons created

94e70bc WIP: log received `updated_entries` on remote worktree

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

c65dae8 Correctly assign ignored status in `refresh_entry`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

23ca9dc WIP: stream ignored entries

Antonio Scandurra created

1a6cc6f Show ignored entries in project panel

Antonio Scandurra created

fcc6dec Merge pull request #1035 from zed-industries/notify-guests-on-project-close

Click to expand commit body
Broadcast `proto::UnregisterProject` when host closes a project

Antonio Scandurra created

fe1498d Fix `worktree::Snapshot::entries(true)` always being empty

Antonio Scandurra created

2af4bde Broadcast `proto::UnregisterProject` when host closes a project

Antonio Scandurra created

e4c73b2 Merge pull request #1033 from zed-industries/historical-events

Click to expand commit body
Restart FSEventStream at the last seen event when "dropped" is reported

Antonio Scandurra created

ce46eff :art:

Antonio Scandurra created

663173d Restart FSEventStream at the last seen event when "dropped" is reported

Antonio Scandurra created

f3bc4fe Pass a richer `State` pointer to fsevents trampoline

Click to expand commit body
This will be useful to re-instate a new stream when dropping events.

Antonio Scandurra created

e287425 Merge pull request #1032 from zed-industries/clear-redo-stack-on-edit

Click to expand commit body
Clear redo stack on edit

Antonio Scandurra created

fbd589b Start work on handling multibuffers properly when closing unsaved buffers

Max Brunsfeld created

37ca06d Clear multi-buffer redo stack when pushing transaction onto undo stack

Antonio Scandurra created

03dc7c8 Clear redo stack when pushing remote transaction or ending a local one

Antonio Scandurra created

5f69996 Merge pull request #1025 from zed-industries/add-new-themes

Click to expand commit body
Add multiple Zed themes

Nate Butler created

7a8ff5a Accept an optional email address when creating new users

Nathan Sobo created

2120680 Add "Close Window" command

Max Brunsfeld created

b08cad9 Add "Save As" command

Max Brunsfeld created

8ed33ca Add "Add Folder to Project" command to application menu

Max Brunsfeld created

e72f5ce Add "New Window" command

Max Brunsfeld created

c4fc3d9 Merge pull request #1023 from zed-industries/app-menu-improvements

Click to expand commit body
Correctly populate application menus' keystrokes and enabled status

Max Brunsfeld created

b72d97c Disable menu item key equivalents while there are pending keystrokes

Max Brunsfeld created

b611532 Add multiple Zed themes

Click to expand commit body
Add the following themes:
- Andromeda
- Brushtree Light & Dark
- Rose-pine
- Rose-pine-dawn
- Sandcastle dark
- Summercamp dark
- Summerfruit

Nate Butler created

b751156 Rename `first_connection` to `connected_once`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

0597c66 Show contacts panel the first time a new user connects to collab

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

d8ee437 Send a `ShowContacts` message the first time a user connects to collab

Antonio Scandurra created