ae79b50
Disallow new keybindings when there are any pending
K Simmons 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
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
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
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
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
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
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
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
e2ba8d6
Add active pane magnification setting which grows the active pane making it easier to see it's contents
K Simmons created
a7d86a1
Merge pull request #1812 from zed-industries/fix-500-error-on-user-join
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
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
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
Maintain scroll position in contacts list
Antonio Scandurra created
04477e9
Explicitly list cargo workspace members
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
Co-authored-by: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
ddc7165
Maintain scroll position in contacts list
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
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
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
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
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
782676d
fix jump to line number in vim mode
K Simmons created
68717d0
Merge pull request #1792 from zed-industries/fn-modifier
Add fn modifier
Kay Simmons created
8bd9577
Merge pull request #1791 from zed-industries/drag-tabs-more-places
Drag tabs more places
Kay Simmons created