Commit log

d59ebac zed 0.119.15

Max Brunsfeld created

4b7ea17 Merge branch 'main' into v0.119.x

Max Brunsfeld created

0691ad4 Make clicking `ListHeader` labels toggle the disclosure (#4140)

Click to expand commit body
This PR makes clicking the label inside of a `ListHeader` with a
disclosure also toggle the disclosure.

Release Notes:

- Added support for clicking the "Online", "Offline", and "Requests"
headers in the contact list to toggle their expansion.

Marshall Bowers created

f3a76c8 Remove VS Code themes (#4139)

Click to expand commit body
This PR removes the VS Code themes from the `assets/` directory, as
we're not currently using them (and it's unlikely we will in their
current state).

Release Notes:

- N/A

Marshall Bowers created

7860372 gpui: Always recompute layout on cache miss. (#4131)

Click to expand commit body
I'm not yet sure whether this is 100% correct, but it seems to alleviate
the following issue:
`When opening a dock, the panel doesn't appear right away. An empty dock
is briefly visible.`
Release Notes:

- Fixed panel layout being incorrect for a brief time after opening
(fixes https://github.com/zed-industries/community/issues/2415)

Max Brunsfeld created

93a567a Add Git `.mailmap` file (#4138)

Click to expand commit body
This PR adds a Git [`.mailmap`](https://git-scm.com/docs/gitmailmap)
file to canonicalize committer names/emails.

Release Notes:

- N/A

Marshall Bowers created

b0db384 Restore the colored background for collaborators that you are following (#4137)

Max Brunsfeld created

827a8da Send crash reports to Slack automatically (#4111)

Click to expand commit body
This uploads apples crash reports to our servers when telemetry is
enabled.

Rather than jumping via the website, it uploads to collab directly. (I'd
like
to update the panic handler to do this too to make it possible to work
on that end-to-end without zed.dev running).

Release Notes:

- Added reporting of crashes when telemetry is enabled

Conrad Irwin created

2a7ccb5 zed 0.119.14

Joseph T. Lyons created

f148211 Merge branch 'main' into v0.119.x

Joseph T. Lyons created

4b92a15 Restore the colored background for collaborators that you're following

Max Brunsfeld created

2443ee6 Account for titlebar when tiling windows in zed-local

Max Brunsfeld created

547aab2 Style the reset key state for the assistant panel (#4136)

Click to expand commit body
This PR styles the reset key state for the assistant panel.

Community issue: https://github.com/zed-industries/community/issues/2429

<img width="641" alt="Screenshot 2024-01-18 at 4 28 32 PM"
src="https://github.com/zed-industries/zed/assets/1486634/57377804-2867-45d3-906c-353130ec78e6">

Release Notes:

- Fixed the reset key screen for the assistant panel.

Marshall Bowers created

578bcec Fix some cases of broken repeat in vim (#4132)

Click to expand commit body
Release Notes:

- Fixed a case where `.` in vim might not repeat the last action

Conrad Irwin created

ae9178e zed 0.119.13

Conrad Irwin created

09ff2a8 Merge branch 'main' into v0.119.x

Conrad Irwin created

d64207e Revert "Store a z-index id per-layer (#4128)" (#4133)

Click to expand commit body
This reverts commit 28a23372185c7a30c7790085a6a010c3cad6ad09, reversing
changes made to e992f84735a2ca166a7388d4eca69a6b4e6ee212.

[[PR Description]]

Release Notes:

- (Added|Fixed|Improved) ...
([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).

Conrad Irwin created

6c2da0d Revert "Store a z-index id per-layer (#4128)"

Click to expand commit body
This reverts commit 28a23372185c7a30c7790085a6a010c3cad6ad09, reversing
changes made to e992f84735a2ca166a7388d4eca69a6b4e6ee212.

Conrad Irwin created

4e118f3 Fix some cases of broken repeat in vim

Conrad Irwin created

77fc332 Make zed-local support opening 5 or 6 zed instances

Max Brunsfeld created

81baefb Fix right click handler for tabs (#4130)

Click to expand commit body
Also, some fun test helpers

Co-Authored-By: Mikayla <mikayla@zed.dev>

You can now use .debug_selector() to make it possible for tests to find
a given element,
and .debug_bounds() to find the coordinates of where it was painted.


Release Notes:

- (Added|Fixed|Improved) ...
([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).

Conrad Irwin created

4408d45 gpui: Always recompute layout on cache miss.

Piotr Osiewicz created

d2d4319 zed 0.119.12

Joseph T. Lyons created

66e2cf5 Merge branch 'main' into v0.119.x

Joseph T. Lyons created

920eced Fix right click handler for tabs

Click to expand commit body
Also, some fun test helpers

Co-Authored-By: Mikayla <mikayla@zed.dev>

Conrad Irwin and Mikayla created

194e0f3 Always synchronize terminal before rendering it (#4114)

Click to expand commit body
Previously, we were trying not to synchronize the terminal too often
because there could be multiple layout/paint calls prior to rendering a
frame.

Now that we perform a single render pass per frame, we can just
synchronize the terminal state. Not doing so could make it seem like
we're dropping frames.

Release Notes:

- Improved terminal rendering performance.

Antonio Scandurra created

28a2337 Store a z-index id per-layer (#4128)

Click to expand commit body
Release Notes:

- N/A

Julia created

e992f84 collab 0.37.0

Max Brunsfeld created

f2f3a93 Store the impersonator id on access tokens created via ZED_IMPERSONATE (#4108)

Click to expand commit body
* Use the impersonator id to prevent these tokens from counting against
the impersonated user when limiting the users' total of access tokens.
* When connecting using an access token with an impersonator add the
impersonator as a field to the tracing span that wraps the task for that
connection.
* Disallow impersonating users via the admin API token in production,
because when using the admin API token, we aren't able to identify the
impersonator.

Max Brunsfeld created

bfe7631 Invoke pane's focus_in handler when pane is focused directly (#4129)

Click to expand commit body
Fixes a bug where, when focusing a pane directly, it failed to transfer
focus to the active item.

Max Brunsfeld created

bc2302f Store a z-index id per-layer

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

Julia and Nathan Sobo created

2e35d90 Invoke pane's focus_in handler when pane is focused directly

Max Brunsfeld created

9615eb8 Don't send follower events from other panes (#4127)

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

[[PR Description]]

Release Notes:

- Fixed a bug where following could scroll incorrectly

Conrad Irwin created

528cb97 Merge branch 'main' into v0.119.x

Joseph T. Lyons created

2835c9a Don't send follower events from other panes

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

Conrad Irwin and Mikayla created

7b9e7fe Use regular info color for speaker borders (#4126)

Click to expand commit body
This PR updates the speaker borders to use the regular `info` status
color instead of the `info_border` color.

This should provide more contrast and make it clearer as to who is
speaking.

Release Notes:

- Made the active speakers' borders more visible when in a call.

Marshall Bowers created

f1df631 Remove unused variable

Conrad Irwin created

49f8c1d Wrap over picker's matches when reaching the start/end of the list (#4123)

Kirill Bulatov created

9506fa4 Start documenting display_map module

Piotr Osiewicz created

aef4547 Fix missing icons: set svg_renderer when assets are updated (#4124)

Click to expand commit body
This fixes the missing icons in nightly. Regression was introduced in
https://github.com/zed-industries/zed/pull/4122.

Release Notes:

- N/A

Mikayla Maki created

b30efc9 Fix missing icons: set svg_renderer when assets are updated

Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>

Thorsten Ball and Mikayla created

36ed5a3 Wrap over picker's matches when reaching the end of the list

Kirill Bulatov created

87046ef Fix focus and re-focus of project-wide search (#4121)

Click to expand commit body
This fixes the issue of `Cmd-shift-f` not refocusing the search bar when
a project-wide search already exists.

It also fixes the handlers for "search in new" and "new search".


Release Notes:

- N/A

Thorsten Ball created

006bc5a Minor API adjustments to make my blog post clearer (#4122)

Click to expand commit body
I don't want to clutter this post with the asset source, so I made it
optional. I'm also checking in an example which helps me ensure my code
examples are valid.

Release Notes:

- N/A

Nathan Sobo created

130ea79 Fix focus and re-focus of project-wide search

Click to expand commit body
This fixes the issue of `Cmd-shift-f` not refocusing the search bar when
a project-wide search already exists.

It also fixes the handlers for "search in new" and "new search".

Co-authored-by: Kirill <kirill@zed.dev>

Thorsten Ball and Kirill created

9e37232 Merge remote-tracking branch 'origin/main' into ownership-post

Nathan Sobo created

f916593 More adjustments for blog post

Nathan Sobo created

b6d8665 pane: stop propagation of drag/click events in resizing handle

Click to expand commit body
This prevents focused editor from being scrolled while a pane is getting resized.

Fixes: Mouse down to start an editor resize causes a scroll

Piotr Osiewicz created

1716838 Clean up view_release_notes() (#4119)

Click to expand commit body
Forgot to push these changes in my last
[PR](https://github.com/zed-industries/zed/pull/4112).

Release Notes:

- N/A

Joseph T. Lyons created

7c5fdb3 Clean up view_release_notes()

Joseph T. Lyons created