Julia Ryan
2f00fc1806
Use windows runner for publishing winget package ( #42144 )
...
Our new linux runners don't have powershell installed which causes the
`release-winget` job to fail. This simply runs that step on windows
instead.
Release Notes:
- N/A
2025-11-13 08:59:51 -07:00
Conrad Irwin
01a9dbd6d6
Release failure visibility ( #42572 )
...
Closes #ISSUE
Release Notes:
- N/A
2025-11-13 08:58:48 -07:00
Conrad Irwin
15032790eb
Refresh releases page post deploy ( #42218 )
...
Release Notes:
- N/A
2025-11-13 08:58:45 -07:00
zed-zippy[bot]
a6fc2a1cab
Fix panic when opening an invalid URL ( #42483 ) (cherry-pick to stable) ( #42637 )
...
Cherry-pick of #42483 to stable
----
Now instead of a panic we see this:
<img width="511" height="132" alt="Screenshot 2025-11-11 at 3 47 25 PM"
src="https://github.com/user-attachments/assets/48ba2f41-c5c0-4030-9331-0d3acfbf9461 "
/>
Release Notes:
- Trying to open invalid URLs in a browser now shows an error instead of
panicking
Co-authored-by: Richard Feldman <richard@zed.dev >
2025-11-13 15:30:43 +00:00
Zed Bot
6f8b00ca21
Bump to 0.212.5 for @Veykril
v0.212.5
2025-11-13 14:33:09 +00:00
zed-zippy[bot]
a32d8230d2
Remove invalid assertion in editor ( #42210 ) (cherry-pick to stable) ( #42628 )
...
Cherry-pick of #42210 to stable
----
Release Notes:
- N/A
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com >
2025-11-13 15:26:28 +01:00
Zed Bot
9f365e0497
Bump to 0.212.4 for @Veykril
v0.212.4
2025-11-13 10:23:04 +00:00
zed-zippy[bot]
ffefef9005
remote: More nushell fixes ( #42608 ) (cherry-pick to stable) ( #42610 )
...
Cherry-pick of #42608 to stable
----
Closes https://github.com/zed-industries/zed/issues/42594
Release Notes:
- Fixed remote server installation failing with nutshell
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-13 11:18:32 +01:00
zed-zippy[bot]
70d909449b
remote: Add missing quotation in extract_server_binary ( #42085 ) (cherry-pick to stable) ( #42607 )
...
Cherry-pick of #42085 to stable
----
Also respect the shell env for various commands again
Should close https://github.com/zed-industries/zed/issues/42027
Release Notes:
- Fixed remote server installation failing on some setups
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-13 09:34:58 +00:00
zed-zippy[bot]
7e7a791360
diagnostics: Workaround weird panic in update_path_excerpts ( #42602 ) (cherry-pick to stable) ( #42605 )
...
Cherry-pick of #42602 to stable
----
Fixes ZED-36P
Patching this over for now until I can figure out the cause of this
Release Notes:
- Fixed panic in diagnostics pane
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-13 09:25:56 +00:00
zed-zippy[bot]
909cc30cc3
gpui: Remove all (unsound) ManuallyDrop usages, panic on device loss ( #42114 ) (cherry-pick to stable) ( #42603 )
...
Cherry-pick of #42114 to stable
----
Given that when we lose our devices unrecoverably we will panic anyways,
might as well do so eagerly which makes it clearer.
Additionally this PR replaces all uses of `ManuallyDrop` with `Option`,
as otherwise we need to do manual bookkeeping of what is and isn't
initialized when we try to recover devices as we can bail out halfway
while recovering. In other words, the code prior to this was fairly
unsound due to freely using `ManuallyDrop::drop`.
Fixes ZED-1SS
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-13 09:13:29 +00:00
Lukas Wirth
c547a06425
diagnostics: Close diagnosticsless buffers on refresh ( #42503 )
...
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-11-13 09:33:30 +01:00
Lukas Wirth
47debe9943
editor: Remove buffer and display map fields from SelectionsCollection ( #42175 )
...
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-11-13 09:33:20 +01:00
zed-zippy[bot]
7e5f706ddc
Avoid re-creating releases when re-running workflows ( #42573 ) (cherry-pick to stable) ( #42593 )
...
Cherry-pick of #42573 to stable
----
Closes #ISSUE
Release Notes:
- N/A
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com >
2025-11-13 05:02:37 +00:00
Conrad Irwin
89274d82e7
Use powershell for winget job steps ( #42565 )
...
Co-Authored-By: Claude
Release Notes:
- N/A
2025-11-12 13:41:35 -07:00
Conrad Irwin
7a7a92d6b3
Allow multiple parked threads in tests ( #42551 )
...
Closes #ISSUE
Release Notes:
- N/A
Co-Authored-By: Piotr <piotr@zed.dev >
v0.212.3
2025-11-12 12:37:43 -05:00
Joseph T. Lyons
e98de8c7ca
v0.212.x stable
2025-11-12 10:15:09 -05:00
zed-zippy[bot]
fbd98c1fdc
agent_servers: Fix panic when setting default mode ( #42452 ) (cherry-pick to preview) ( #42455 )
...
Cherry-pick of #42452 to preview
----
Closes ZED-35A
Release Notes:
- Fixed an issue where Zed would panic when trying to set the default
mode for ACP agents
Co-authored-by: Bennet Bo Fenner <bennet@zed.dev >
2025-11-11 17:12:44 +01:00
zed-zippy[bot]
50b491b360
gpui: Do not panic when unable to find the selected fonts ( #42212 ) (cherry-pick to preview) ( #42456 )
...
Cherry-pick of #42212 to preview
----
Fixes ZED-329
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-11 16:44:51 +01:00
zed-zippy[bot]
9dab0e5f9b
remote: Add more context to error logging in wsl ( #42450 ) (cherry-pick to preview) ( #42451 )
...
Cherry-pick of #42450 to preview
----
cc https://github.com/zed-industries/zed/issues/40892
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-11 15:20:50 +00:00
zed-zippy[bot]
b0c8952b0c
gpui: Fix invalid unwrap in windows window creation ( #42426 ) (cherry-pick to preview) ( #42429 )
...
Cherry-pick of #42426 to preview
----
Fixes ZED-34M
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-11 12:18:48 +01:00
zed-zippy[bot]
47bdf9f026
terminal: Spawn terminal process on main thread on macos again ( #42411 ) (cherry-pick to preview) ( #42413 )
...
Cherry-pick of #42411 to preview
----
Closes https://github.com/zed-industries/zed/issues/42365 , follow up to
https://github.com/zed-industries/zed/pull/42234
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-11 11:57:24 +01:00
zed-zippy[bot]
02cc7765f9
diagnostics: Fix panic due non-sorted diagnostics excerpt ranges ( #42416 ) (cherry-pick to preview) ( #42419 )
...
Cherry-pick of #42416 to preview
----
Fixes ZED-356
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com >
Co-authored-by: Lukas Wirth <lukas@zed.dev >
Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com >
2025-11-11 10:36:06 +00:00
zed-zippy[bot]
07ffb17991
remote: Flush to stdin when writing to sftp ( #42103 ) (cherry-pick to preview) ( #42361 )
...
Cherry-pick of #42103 to preview
----
https://github.com/zed-industries/zed/issues/42027#issuecomment-3497210172
Release Notes:
- Fixed ssh remoting potentially failing due to not flushing stdin to
sftp
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-10 21:34:08 +00:00
Conrad Irwin
b8c644a12e
Create sentry releases in after_release ( #42169 )
...
This had been moved to auto-release preview, and was not running for
stable.
Closes #ISSUE
Release Notes:
- N/A
2025-11-10 10:17:13 -07:00
Zed Bot
f7dac91680
Bump to 0.212.3 for @bennetbo
v0.212.3-pre
2025-11-10 16:35:26 +00:00
zed-zippy[bot]
5a8a80a956
diagnostics: Keep diagnostic excerpt ranges properly ordered ( #42298 ) (cherry-pick to preview) ( #42300 )
...
Cherry-pick of #42298 to preview
----
Fixes ZED-2CQ
We were doing the binary search by buffer points, but due to await
points within this function we could end up mixing points of differing
buffer versions.
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-10 14:37:03 +00:00
zed-zippy[bot]
0c64f5185f
acp: Fix issue with mentions when embedded_context is set to false ( #42260 ) (cherry-pick to preview) ( #42320 )
...
Cherry-pick of #42260 to preview
----
Release Notes:
- acp: Fixed an issue where Zed would not respect
`PromptCapabilities::embedded_context`
Co-authored-by: Bennet Bo Fenner <bennet@zed.dev >
2025-11-10 09:14:19 +00:00
zed-zippy[bot]
56bf1e09f7
agent_ui: Always allow to include symbols ( #42261 ) (cherry-pick to preview) ( #42321 )
...
Cherry-pick of #42261 to preview
----
We can always include symbols, since we either include a ResourceLink to
the symbol (when `PromptCapabilities::embedded_context = false`) or a
Resource (when `PromptCapabilities::embedded_context = true`)
Release Notes:
- Fixed an issue where symbols could not be included when using specific
ACP agents
Co-authored-by: Bennet Bo Fenner <bennet@zed.dev >
2025-11-10 08:16:21 +00:00
zed-zippy[bot]
1ce5974917
Fix crash during drag-and-drop on Windows ( #42227 ) (cherry-pick to preview) ( #42301 )
...
Cherry-pick of #42227 to preview
----
The HGLOBAL is itself the HDROP. Do not dereference it.
Release Notes:
- windows: Fixed crashes during drag-and-drop operations
Co-authored-by: John Tur <john-tur@outlook.com >
2025-11-09 11:29:39 +00:00
zed-zippy[bot]
db7d11e879
terminal: Spawn terminal process on main thread on unix ( #42234 ) (cherry-pick to preview) ( #42236 )
...
Cherry-pick of #42234 to preview
----
Otherwise the terminal will not process the signals correctly
Release Notes:
- Fixed ctrl+c and friends not working in the terminal on macOS and
linux
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-07 21:08:56 +00:00
Joseph T. Lyons
c70617c69e
zed 0.212.2
v0.212.2-pre
2025-11-07 11:25:35 -05:00
zed-zippy[bot]
17afd49adb
settings_ui: Use any open workspace window when opening settings links ( #42106 ) (cherry-pick to preview) ( #42196 )
...
Cherry-pick of #42106 to preview
----
Closes #ISSUE
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Ben Kunkle <ben@zed.dev >
2025-11-07 09:49:54 -05:00
zed-zippy[bot]
6984c9b459
workspace: Do not panic when the database is corruped ( #42186 ) (cherry-pick to preview) ( #42189 )
...
Cherry-pick of #42186 to preview
----
Fixes ZED-1NK
Release Notes:
- Fixed zed not starting when the database cannot be loaded
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-07 13:22:52 +00:00
Lukas Wirth
be8038eb81
project: Fetch latest lsp data in deduplicate_range_based_lsp_requests ( #41971 )
...
Fixes ZED-2MK
Release Notes:
- Fixed a panic in inlay hints
2025-11-07 13:31:12 +01:00
Lukas Wirth
577467bed8
agent_ui: Do not show Codex wsl warning on wsl take 2 ( #42096 )
...
https://github.com/zed-industries/zed/pull/42079#discussion_r2498472887
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-11-07 13:30:38 +01:00
Lukas Wirth
18ddbc044f
agent_ui: Do not show Codex wsl warning on wsl ( #42079 )
...
Release Notes:
- Fixed the codex wsl warning being shown on wsl itself
2025-11-07 13:30:30 +01:00
Lukas Wirth
5e1da57f25
remote: Fix detect_can_exec detection ( #42087 )
...
Closes https://github.com/zed-industries/zed/issues/42036
Release Notes:
- Fixed an issuer with wsl exec detection eagerly failing, breaking
remote connections
2025-11-07 13:30:21 +01:00
Lukas Wirth
4bee58f70e
util: Fix shell environment fetching with cmd ( #42093 )
...
Release Notes:
- Fixed shell environment fetching failing when having `cmd` configured
as terminal shell
2025-11-07 13:30:11 +01:00
Lukas Wirth
7eda0cd996
zlog: Add env var to enable line number logging ( #41905 )
...
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-11-07 13:29:37 +01:00
zed-zippy[bot]
c21c47e8ef
remote: Flush to stdin when writing to sftp 2 ( #42126 ) (cherry-pick to preview) ( #42187 )
...
Cherry-pick of #42126 to preview
----
https://github.com/zed-industries/zed/pull/42103#issuecomment-3498137130
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-07 13:28:41 +01:00
zed-zippy[bot]
92142fc2b2
diagnostics: Fix diagnostics view no clearing blocks correctly ( #42179 ) (cherry-pick to preview) ( #42181 )
...
Cherry-pick of #42179 to preview
----
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-07 11:25:39 +00:00
zed-zippy[bot]
ed0121dc3a
project: Remove unnecessary panic ( #42167 ) (cherry-pick to preview) ( #42168 )
...
Cherry-pick of #42167 to preview
----
If we are in a remote session with the remote dropped, this path is very
much reachable if the call to this function got queued up in a task.
Fixes ZED-124
Release Notes:
- N/A *or* Added/Fixed/Improved ...
Co-authored-by: Lukas Wirth <lukas@zed.dev >
2025-11-07 07:07:06 +00:00
Zed Bot
3aeeed0b30
Bump to 0.212.1 for @smitbarmase
v0.212.1-pre
2025-11-06 15:03:25 +00:00
Smit Barmase
7e6cdabb26
language: Fix completion menu no longer prioritizes relevant items for Typescript and Python ( #42065 )
...
Closes #41672
Regressed in https://github.com/zed-industries/zed/pull/40242
Release Notes:
- Fixed issue where completion menu no longer prioritizes relevant items
for TypeScript and Python.
2025-11-06 13:37:37 +05:30
Richard Feldman
f91f3f24ef
Run ACP login from same cwd as agent server ( #42038 )
...
This makes it possible to do login via things like `cmd: "node", args:
["my-node-file.js", "login"]`
Also, that command will now use Zed's managed `node` instance.
Release Notes:
- ACP extensions can now run terminal login commands using relative
paths
2025-11-06 08:08:30 +01:00
Danilo Leal
4ebc20b30c
agent_ui: Fix how icons from external agents are displayed ( #42034 )
...
Release Notes:
- N/A
2025-11-06 08:08:09 +01:00
Danilo Leal
ac6aa735e4
gpui: Add support for rendering SVG from external files ( #42024 )
...
Release Notes:
- N/A
---------
Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com >
2025-11-06 08:07:31 +01:00
zed-zippy[bot]
d2cb9a13b8
Refresh zed.dev releases page after releases ( #42060 ) (cherry-pick to preview) ( #42063 )
...
Cherry-pick of #42060 to preview
----
Release Notes:
- N/A
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com >
2025-11-06 06:47:58 +00:00
zed-zippy[bot]
5956489a47
Fix generate release notes script on first stable ( #42061 ) (cherry-pick to preview) ( #42062 )
...
Cherry-pick of #42061 to preview
----
Don't crash in generate-release-notes on the first stable
commit on a branch.
Release Notes:
- N/A
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com >
2025-11-06 06:37:43 +00:00