Commit log

771215d Reload git index on file events to catch new contents

Julia created

9f81699 WIP: start on menu bar extra

Antonio Scandurra created

95e08ed Always include room id in protos

Click to expand commit body
This is redundant, but it futures-proof the ability to talk about
multiple rooms at any given time and feels safer in terms of race
conditions.

Antonio Scandurra created

baf6097 Remove stale contacts panel reference

Antonio Scandurra created

4cb306f Implement call cancellation

Antonio Scandurra created

2e84fc6 Delete rooms without pending users or participants

Antonio Scandurra created

c43956d Move contacts panel styles into contacts popover

Antonio Scandurra created

40163da Move contacts panel features into collab_ui

Antonio Scandurra created

7763acb Move `IncomingCall` into `call` crate

Antonio Scandurra created

55cc142 Move incoming calls into `ActiveCall`

Antonio Scandurra created

edf4c3e Add Discord webhook for published releases (#1684)

Joseph T. Lyons created

b7e115a Add a test for multi-language auto-indent

Max Brunsfeld created

7fb5fe0 Derive indent size from the language at the cursor when auto-indenting

Max Brunsfeld created

8b86781 Remove last usages of MultiBufferSnapshot::language

Max Brunsfeld created

3f4be55 Load diff base from correct relative path

Julia created

aa86806 Finish generalizing ToggleComments to support block comments

Max Brunsfeld created

5bc0740 WIP

Nate Butler created

fa31c96 Check room invariants in `Store::check_invariants`

Antonio Scandurra created

5ef342f Enhance integration test to verify creating rooms while busy

Antonio Scandurra created

5b811e4 Add integration test verifying calls to busy users

Antonio Scandurra created

183ca5d Allow following users into external projects

Antonio Scandurra created

8f88437 Move logic for joining project into a global action in `collab_ui`

Antonio Scandurra created

383c210 Set room location when active workspace changes

Antonio Scandurra created

78e3370 Set room only after project has been shared to avoid flicker

Antonio Scandurra created

84eebbe Always open project when added to a call via the `+` button

Antonio Scandurra created

087760d Use AppContext instead of MutableAppContext for ActiveCall::global

Antonio Scandurra created

d9fb8c9 Start work on toggling block comments for HTML

Max Brunsfeld created

836b536 Merge pull request #1632 from zed-industries/git-gutter

Click to expand commit body
Tracking PR: Git gutter

Julia created

2bd947d Use correct start row for hunk retrieval & correct paint offset

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

Julia and Joseph Lyons created

4a61b10 Minor one dark improvements

Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>

Nate Butler and gibusu created

84847ff Remap theme ramp domains

Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>

Nate Butler and gibusu created

b5d941b 0.58.0

Max Brunsfeld created

0bbc02e Add bottom padding and spacing between items to pickers

Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>

Nate Butler and gibusu created

fceba68 Automatically share project when creating the room

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

0ed811b Update palettes

Nate Butler created

ce2112d Update offline indicator

Nate Butler created

678b013 Don't show share button for remote projects

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

ebee216 Re-emit notifications and events from `ActiveCall`

Click to expand commit body
This lets us only observe and subscribe to the active call without
needing to track the underlying `Room` if it changes, which implies
writing the same boilerplate over and over.

Antonio Scandurra created

4124035 Simplify `Collaborator` to stop including the user

Click to expand commit body
It can be retrieved from the `Room` and we're guaranteed to have
a room in order to have collaborators in a project.

Antonio Scandurra created

debedaf Show notification when a new project is shared and allow joining it

Antonio Scandurra created

57930cb Show `Share` button for unshared projects when inside of a room

Antonio Scandurra created

de917c4 Use a different style for inactive participants

Antonio Scandurra created

456dde2 Implement `Room::set_location`

Antonio Scandurra created

218ba81 Fix autoclose error when cursor was at column 0

Max Brunsfeld created

499e95d Removed debugs, simplified settings

Mikayla Maki created

6f7547d Fixed a couple bugs in tests and worktree path handling

Mikayla Maki created

c354b9b Add assertions to test for autoclose with embedded languages

Max Brunsfeld created

841ba40 Merge pull request #1680 from zed-industries/telemetry-tweaks

Click to expand commit body
Telemetry tweaks

Max Brunsfeld created

6f6d728 Once again respect user settings for git gutter

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Julia and Mikayla Maki created

f3d8363 Remove unnecessary min_id_length option from amplitude requests

Max Brunsfeld created