Commit log

50ba8bd 0.61.0

Max Brunsfeld created

6f279c0 Merge pull request #1776 from zed-industries/tabbar-scroll

Click to expand commit body
Scroll horizontal flex lists by whichever scroll delta dimension is g…

Max Brunsfeld created

26ccd70 Scroll horizontal flex lists by whichever scroll delta dimension is greater

Max Brunsfeld created

826eb11 Merge pull request #1775 from zed-industries/drag-on-context-menu-still-click

Click to expand commit body
Don't allow drag event to fall through context menu

Julia created

2661a9c Don't allow drag event to fall through context menu

Julia created

c7a629b Merge pull request #1774 from zed-industries/stale-connections

Click to expand commit body
Correctly handle disconnect when a different client for the same user is on a call

Antonio Scandurra created

d155c11 Fix client unit test by sending `Hello` in `FakeServer`

Antonio Scandurra created

6c322dc Clear out incoming call when removing last connection for a user

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

Antonio Scandurra and Nathan Sobo created

0c0e868 Use `PeerId` in `TestServer::disconnect_client`

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

Antonio Scandurra and Nathan Sobo created

6146923 WIP: Start on test to ensure incoming calls cancel upon recipient disconnection

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

Antonio Scandurra and Nathan Sobo created

2c4f003 Tell clients their peer id on connection in Hello message

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

Antonio Scandurra and Nathan Sobo created

0491747 Only leave room on connections that are associated with the active call

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

Antonio Scandurra and Nathan Sobo created

4ef69c8 Merge pull request #1769 from zed-industries/breadcrumbs

Click to expand commit body
Fix breadcrumbs

Mikayla Maki created

895aeb0 Merge branch 'main' into breadcrumbs

Mikayla Maki created

e15cc37 Merge pull request #1763 from zed-industries/cursor-blink-setting

Click to expand commit body
Adds the ability to disable cursor blinking and replicates cursor shape to collaborators

Kay Simmons created

54428ca swap to using vercel to run the local zed.dev server

K Simmons created

54cf6fa Pull blink functionality out of editor and into blink manager. Make blink manager subscribe to settings changes in order to start blinking properly when it is re-enabled.

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

K Simmons and Mikayla Maki created

09a0b3e increment protocol version

K Simmons created

40c3e92 Add cursor blink setting and replicate cursor shape to remote collaborators

K Simmons created

318b923 Merge pull request #1765 from zed-industries/fix-terminal-hyperlinks

Click to expand commit body
Open hyperlinks on up, not down, and disable them when dragging.

Mikayla Maki created

93a30ea Removed breadcrumb scrollable

Mikayla Maki created

5bb2edc Added absolute path info to remote worktrees (updated protocol version)

Mikayla Maki created

1789dfb Fixed tests

Mikayla Maki created

f473ead Fixed failing test, now to make breadcrumbs scrollable...

Mikayla Maki created

1f161b9 Show full, absolute paths when displaying a local worktree

Mikayla Maki created

354fefe Resovled behavioral inconsistency with how projects with multiple roots are handled

Mikayla Maki created

19c98bb fixed a bug where files outside of the project would show 'untitled' in the search bar

Mikayla Maki created

2149c17 Merge pull request #1768 from zed-industries/git-gutter-meets-code-folding

Click to expand commit body
Git gutter meets code folding (and word wrap fixes)

Julia created

1716aff Cleanup

Julia created

2a5d7ea Inclusively check for hunk in fold range

Julia created

be34c50 Deduplicate identical hunk layouts

Julia created

50ae3e0 More concrete usage of display map to handle diff hunk gutter layout

Julia created

b6bb298 Merge pull request #1767 from zed-industries/notify-on-auto-update

Click to expand commit body
Notify `ActivityIndicator` when `AutoUpdater` changes

Antonio Scandurra created

6bdbab2 Notify `ActivityIndicator` when `AutoUpdater` changes

Click to expand commit body
This fixes a bug that caused the status bar to not update when the
auto-update system changed its status.

Antonio Scandurra created

f1ff557 Rearranged mouse handling

Mikayla Maki created

23d7143 Merge pull request #1666 from zed-industries/settings-for-journal

Click to expand commit body
Settings for journal

Joseph T. Lyons created

0717c16 Derive Serialize on HourFormat

Joseph T Lyons created

6d020a3 Do not derive Default on JournalSettings

Joseph T Lyons created

9a381c1 Merge branch 'main' into settings-for-journal

Joseph T Lyons created

3e23d1f Merge pull request #1762 from zed-industries/less-click-and-hover-invalidation

Click to expand commit body
Reduce unnecessary view invalidations related to mouse events

Nathan Sobo created

1750fcf Merge pull request #1761 from zed-industries/mouse-region-view-invalidation

Click to expand commit body
Remove unconditional invalidation when calling mouse region handlers

Nathan Sobo created

646d344 Avoid re-rendering editor on mouse move

Click to expand commit body
Only notify editor when clearing highlights if there were highlights to
begin with.

Co-Authored-By: Max Brunsfeld <max@zed.dev>

Nathan Sobo and Max Brunsfeld created

bc03592 Only invalidate parent view on click/hover if we read that state when rendering

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

Nathan Sobo and Max Brunsfeld created

a4b518e Merge pull request #1760 from zed-industries/invite-unknown-platform

Click to expand commit body
Include waitlist entries w/ unknown platform when summarizing and sending invites

Max Brunsfeld created

b541ac3 Revert unnecessary logic for fetching invites' platform_unknown flag

Max Brunsfeld created

934474f Remove unconditional invalidation when calling mouse region handlers

Click to expand commit body
We want invalidation to opt-in as much as possible.
If you want a view to re-render, you need to call `cx.notify`.

Nathan Sobo created

3a4e802 Include waitlist entries w/ unknown platform when summarizing and sending invites

Max Brunsfeld created

b3eb5f7 WIP

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

Julia and Kay Simmons created

c21e0e9 Merge pull request #1759 from zed-industries/move-page-up-down

Click to expand commit body
Move page up / down

Mikayla Maki created

d301a21 Finished implementing vscode, emacs, and mac style pageup/down. Added keybindings ctrl-v, alt-v for emacs up/down and shift-pageup, shift-pagedown for vscode style. Also improved incorporated pageup/down into context menus

Mikayla Maki created