Commit log

4169922 fix typo in blink manager disable which didn't properly disable, and start editors with the blink manager disabled

K Simmons created

8886cb5 Fix environment variable reference in bundle app job

Max Brunsfeld created

d85d4de Don't bundle the app on CI for PRs

Click to expand commit body
Just run that job on main and for release tags

Max Brunsfeld created

f56f0b7 Fix error in bundle app CI job

Max Brunsfeld created

ae79b50 Disallow new keybindings when there are any pending

K Simmons created

fcfc4a4 Dev 0.62.0

Max Brunsfeld created

d355bd3 Merge pull request #1813 from zed-industries/preview-channel

Click to expand commit body
Create preview channel

Max Brunsfeld created

2bfd46d Fix setting of preview param in RPC URL

Max Brunsfeld created

f1b4138 Allow overriding release channel at runtime via env var

Max Brunsfeld created

92a4998 Check invariants before changing git state in railcar script

Max Brunsfeld created

23d7209 Handle different app names in bundle script

Max Brunsfeld created

cf3c610 Add railcar script

Max Brunsfeld created

6a010f5 Account for current release channel in bump-app-version script

Max Brunsfeld created

0f1b0a4 Use a separate icon for preview releases

Max Brunsfeld created

a4a8596 Store current release channel name in a file in the zed crate

Max Brunsfeld created

1cdd3c0 Differentiate preview channel in 'about zed' dialog

Max Brunsfeld created

22db5bf Update DO SSL certificate id in kube manifest

Max Brunsfeld created

a61f3b7 Create preview channel

Max Brunsfeld created

949a28d wip

K Simmons created

88be4fe Merge pull request #1804 from zed-industries/vim-go-to-line

Click to expand commit body
fix jump to line number in vim mode

Kay Simmons created

625a626 Merge pull request #1820 from zed-industries/allow-mouse-move-through-dragged-item-receiver

Click to expand commit body
Propagate mouse move event through dragged-item-receiver if not dragging

Julia created

ee440cf Propagate mouse move event through dragged-item-receiver if not dragging

Julia created

cf2ec99 Merge pull request #1819 from zed-industries/remote-renames

Click to expand commit body
Assign a new language when remote buffer is renamed

Antonio Scandurra created

bb0f6e8 Assign a new language when remote buffer is renamed

Antonio Scandurra created

4412217 Merge pull request #1817 from zed-industries/show-notifications-on-all-screens

Click to expand commit body
Show call notifications on all screens

Antonio Scandurra created

1e85361 Log instead of panicking when we can't retrieve a drawable

Antonio Scandurra created

f611b44 Convert window frame rect to screen coordinates

Antonio Scandurra created

5984be3 Display call notifications on all screens

Antonio Scandurra created

5a8061a Add the ability to open a window on a given screen

Click to expand commit body
This is done by supplying the screen in the `WindowOptions` struct.
Note that it's optional, and we will let the operating system choose
which screen to show the window on when `screen` is not provided, as
we did before this change.

Antonio Scandurra created

509c327 Merge pull request #1816 from zed-industries/letterbox-background

Click to expand commit body
Use the same background color as the editor for `SharedScreen`

Antonio Scandurra created

56a66b3 Use the same background color as the editor for `SharedScreen`

Antonio Scandurra created

a7d86a1 Merge pull request #1812 from zed-industries/fix-500-error-on-user-join

Click to expand commit body
Fix duplicate key error that occurs when a user joins that is already in the db

Joseph T. Lyons created

3833346 Fix duplicate key error that occurs when a user joins that is already in the db

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

Joseph T Lyons and Max Brunsfeld created

6a2dc44 Merge pull request #1802 from zed-industries/autoclose-with-same-start-and-end

Click to expand commit body
Fix autoclose skipping when start and end are the same character

Max Brunsfeld created

e907331 Add test for autoclosing w/ matching start and end char

Max Brunsfeld created

3b67602 Merge pull request #1810 from zed-industries/contacts-scroll-position

Click to expand commit body
Maintain scroll position in contacts list

Antonio Scandurra created

04477e9 Explicitly list cargo workspace members

Click to expand commit body
This prevents build failures when there are stale subfolders under
`crates/`.

Antonio Scandurra created

990c83e Embed live_kit_client's .gitignore into top-level .gitignore

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

Antonio Scandurra and Max Brunsfeld created

ddc7165 Maintain scroll position in contacts list

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

Antonio Scandurra and Max Brunsfeld created

e5e5cf1 Merge pull request #1809 from zed-industries/contacts-popover-z-index

Click to expand commit body
Prevent expanded dock from hiding contacts popover

Antonio Scandurra created

f364a15 Prevent expanded dock from hiding contacts popover

Antonio Scandurra created

2b4fd53 Rename height to z-index

Antonio Scandurra created

dfe2fd0 Allow specifying a custom height for stacking contexts

Antonio Scandurra created

2055f05 :lipstick:

Antonio Scandurra created

33ebfc3 Rename `depth` to `height` when referring to stacking contexts

Antonio Scandurra created

6a4f3aa Create a `SceneBuilder` and sort stacking contexts when calling `build`

Antonio Scandurra created

c1f7ac0 Merge pull request #1808 from zed-industries/fix-diagnostics-on-rust

Click to expand commit body
Match progress token's prefix to detect disk-based diagnostic progress

Antonio Scandurra created

19adfdf Match progress token's prefix to detect disk-based diagnostic progress

Click to expand commit body
The new version of rust-analyzer changed the disk-based diagnostic token
to `rust-analyzer/checkOnSave/0`. The trailing number could be different
from 0 when there are multiple Rust projects open using the same rust-analyzer
instance.

As such, with this commit we will perform a prefix match as opposed to a strict
equality check when detecting a disk-based diagnostics progress token.

Antonio Scandurra created

af74d54 Merge pull request #1806 from zed-industries/pending-state-when-calling

Click to expand commit body
Show a `Calling` indicator right away when initiating a call

Antonio Scandurra created

2a37732 Show a `Calling` indicator right away when initiating a call

Antonio Scandurra created