8d94de8
WIP: Change to matches to vec
Mikayla Maki created
8d94de8
WIP: Change to matches to vec
Mikayla Maki created
eaebec8
Merge pull request #1825 from zed-industries/update-notification-release-channel
Indicate release channel in auto-update notification
Max Brunsfeld created
22fa6c0
Indicate release channel in auto-update notification
Max Brunsfeld created
afe9ab9
Merge pull request #1824 from zed-industries/change-telemetry-event-field-name-to-app
Change telemetry event field name to app
Joseph T. Lyons created
16139cc
Merge pull request #1822 from zed-industries/dont-bundle-app-on-prs
Don't bundle the app on CI for PRs
Max Brunsfeld created
31a904d
Change telemetry event field name to app
Joseph T Lyons created
02cf767
0.63.x dev
Max Brunsfeld created
df70846
Ensure only the just-built app bundle is included in the DMG
Max Brunsfeld created
aa9ccf3
Merge pull request #1823 from zed-industries/reduce-cursor-blink-load
Reduce Cursor Blink CPU Load
Kay Simmons created
6410fdc
Clear out bundle directory before creating a new app bundle
Max Brunsfeld created
499d947
Merge pull request #1821 from zed-industries/better-pending-bindings
Better pending bindings
Kay Simmons created
c093516
fix minor warning
K Simmons created
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
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
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