Commit log

18ff459 collab 0.2.2

Max Brunsfeld created

927cfa4 Use Rust 1.65 in collab docker image

Max Brunsfeld created

be6ee3c Start work on ERB language support

Max Brunsfeld created

7301ab4 Merge pull request #1854 from zed-industries/command-palette-improvements

Click to expand commit body
Improve styling of command palettes

Antonio Scandurra created

0b231e5 Show placeholder text for pickers

Antonio Scandurra created

08b8441 Avoid showing "No matches" when query is empty if there are no matches

Antonio Scandurra created

aec8aec Show the cursor right away when opening opening/focusing editors

Antonio Scandurra created

5bcf991 Merge pull request #1853 from zed-industries/diagnostics-focus-loop

Click to expand commit body
Fix infinite focus transfer loop in project diagnostics

Max Brunsfeld created

6076a3f Fix infinite focus transfer loop in project diagnostics

Click to expand commit body
Co-authored-by: Kay Simmons <kay@zed.dev>

Max Brunsfeld and Kay Simmons created

05389dc Merge pull request #1844 from zed-industries/ruby

Click to expand commit body
Add support for Ruby

Max Brunsfeld created

d222904 Add basic support for ruby

Click to expand commit body
Co-authored-by: Kay Simmons <kay@zed.dev>

Max Brunsfeld and Kay Simmons created

9f3ea0c Merge pull request #1851 from zed-industries/rust-let-else

Click to expand commit body
Bump tree-sitter-rust for let-else, let-chains

Max Brunsfeld created

601ec40 Bump tree-sitter-rust for let-else, let-chains

Max Brunsfeld created

adc4a59 Merge pull request #1850 from zed-industries/add-automatic-annotations-for-mixpanel

Click to expand commit body
Add automatic annotations for mixpanel

Joseph T. Lyons created

0f78174 Use folded style to make arguments easier to read

Joseph T Lyons created

ad67a1b Add automatic annotations for mixpanel

Joseph T Lyons created

edc2966 Merge pull request #1847 from zed-industries/readd-abruzzo-theme

Click to expand commit body
Re-add Abruzzo theme to experimental themes

Nate Butler created

eacfa85 Merge pull request #1848 from zed-industries/fix-markdown-rendering-of-discord-release-notes-webhook

Click to expand commit body
Fix markdown rendering of discord release notes webhook

Joseph T. Lyons created

fe4862d Fix error in bump-zed-patch-version script

Max Brunsfeld created

8312d97 Fix release channel on stable

Max Brunsfeld created

6d3bd49 Fix error case in what-is-deployed script

Max Brunsfeld created

576e350 Fix markdown rendering of discord release notes webhook

Joseph T Lyons created

cc1325d Adjust script for getting changes to put in release notes

Click to expand commit body
Now, this script is only useful for the preview channel's releases. The
stable channel's release notes can be mostly copied from the existing
preview releases notes.

Co-authored-by: Joseph Lyons <joseph@zed.dev>

Max Brunsfeld and Joseph Lyons created

c411cb7 collab 0.2.1

Max Brunsfeld created

c9ba41d Fix errors in bump-zed-minor-versions script

Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>

Max Brunsfeld and Joseph Lyons created

3caa7a4 v0.64.x dev

Joseph T Lyons created

370a6f3 Merge pull request #1842 from zed-industries/telemetry-corrections

Click to expand commit body
Telemetry corrections

Joseph T. Lyons created

d8685ba Revert "Differentiate between first time app starts and subsequent ones"

Joseph T Lyons created

4f344f1 Re-add Abruzzo theme to experimental themes

Nate Butler created

6a07f59 Merge pull request #1831 from zed-industries/theme-tweaks

Click to expand commit body
Theme tweaks

Nate Butler created

7981cd4 Increase scrollbar width

Nate Butler created

66b1283 Merge pull request #1846 from zed-industries/dont-focus-notification-windows

Click to expand commit body
Don't focus incoming call and project shared notification windows

Antonio Scandurra created

d275474 Don't focus incoming call and project shared notification windows

Antonio Scandurra created

86057ab Merge pull request #1843 from zed-industries/call-randomized-test

Click to expand commit body
Model calls in randomized collaboration test

Antonio Scandurra created

4977acf fix some vim mode bugs around deletions and failed motions

Kay Simmons created

aafc3a9 Make event name casing consistent with other event names

Joseph T Lyons created

dc657a6 Remove Amplitude event tracking

Joseph T Lyons created

e5f0965 Differentiate between first time app starts and subsequent ones

Joseph T Lyons created

0cd2d9a added new supported feature

Kay Simmons created

b2b25ac Merge pull request #1841 from zed-industries/tab-activation-history

Click to expand commit body
Avoid reordering items by adding an activation history to panes, and remove tab reordering hack

Julia created

0b79950 Don't hold the lock while yielding back to the executor in `Client`

Antonio Scandurra created

d6d1e20 Ensure declining call doesn't accidentally leave a room

Antonio Scandurra created

c58abf1 Add test for new tab order history behavior

Julia created

88d2e2e Introduce calls to randomized collaboration test

Antonio Scandurra created

946c926 Don't drop fake LSP adapter's receiver before simulate ends

Antonio Scandurra created

f54f653 Don't return an error when failing to send `AddProjectCollaborator`

Click to expand commit body
This can happen when a peer has disconnected but we haven't yet been
able to acquire a lock to the store to clean up the state associated
with it.

Antonio Scandurra created

ef72c75 Honor `MAX_PEERS` env variable in randomized test

Antonio Scandurra created

c6e52db Fix hang due to acquiring rng lock twice

Antonio Scandurra created

62547e8 Prevent randomized test from failing if another guest disconnects

Antonio Scandurra created

eb6b545 Fix outstanding compiler errors in randomized collaboration test

Antonio Scandurra created