Compare commits

...

39 Commits

Author SHA1 Message Date
Joseph T. Lyons
2a7ccb5758 zed 0.119.14 2024-01-18 16:56:26 -05:00
Joseph T. Lyons
f148211b92 Merge branch 'main' into v0.119.x 2024-01-18 16:55:54 -05:00
Conrad Irwin
ae9178e034 zed 0.119.13 2024-01-18 13:38:36 -07:00
Conrad Irwin
09ff2a8353 Merge branch 'main' into v0.119.x 2024-01-18 13:37:22 -07:00
Joseph T. Lyons
d2d4319e44 zed 0.119.12 2024-01-18 14:31:39 -05:00
Joseph T. Lyons
66e2cf5671 Merge branch 'main' into v0.119.x 2024-01-18 14:28:39 -05:00
Joseph T. Lyons
528cb97bc5 Merge branch 'main' into v0.119.x 2024-01-18 13:05:43 -05:00
Joseph T. Lyons
bcf3476155 zed 0.119.11 2024-01-17 14:19:44 -05:00
Joseph T. Lyons
937c7019a0 Merge branch 'main' into v0.119.x 2024-01-17 14:19:12 -05:00
Joseph T. Lyons
4a95347087 zed 0.119.10 2024-01-17 12:27:36 -05:00
Joseph T. Lyons
9a9840533d Merge branch 'main' into v0.119.x 2024-01-17 12:26:45 -05:00
Joseph T. Lyons
df96b641d7 zed 0.119.9 2024-01-16 11:04:02 -05:00
Joseph T. Lyons
b0a1e25fbb Merge branch 'main' into v0.119.x 2024-01-16 11:03:05 -05:00
Joseph T. Lyons
9cb0a428f7 zed 0.119.8 2024-01-12 12:07:42 -05:00
Joseph T. Lyons
6084e22844 Fix panic with many participants (#4035)
Fix bug from first test

Release Notes:

- (Added|Fixed|Improved) ...
([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).
2024-01-12 12:06:52 -05:00
Max Brunsfeld
76ff0f5fff zed 0.119.7 2024-01-11 17:16:03 -08:00
Max Brunsfeld
ed1c2bd29e Fix failure to write to keychain when signing in or failing to sign in (#4031)
Release Notes:

- Fixed an error where Zed would not save credentials to the keychain
after signing in.
2024-01-11 17:05:58 -08:00
Max Brunsfeld
d1e7ca8762 Temporarily avoid releasing livekit RemoteAudioTracks on drop (#4030)
This release call was added during the conversion to gpui2. I think it
is probably valid, but want to remove it on the off chance that it is
causing the crash that we're seeing in the `livekit.multicast` thread
when leaving a room.

Most likely, this is not going to fix anything, and is just introducing
a small memory leak, but it is a step back to how the app worked with
gpui 1.
2024-01-11 17:05:47 -08:00
Max Brunsfeld
d57dfba2fb Fix routing of leader updates from unshared projects (#4028)
Previously, leader updates in unshared projects would be sent to all
followers regardless of project, as if they were not scoped to any
project.

- Fixes a crash that could sometimes happen when following someone if
they were focused on an unshared project.
2024-01-11 17:05:15 -08:00
Joseph T. Lyons
3da4a78cb1 zed 0.119.6 2024-01-11 15:19:06 -05:00
Joseph T. Lyons
6c34c360f5 Merge branch 'main' into v0.119.x 2024-01-11 15:18:05 -05:00
Joseph T. Lyons
52eab41b7f zed 0.119.5 2024-01-10 15:28:34 -05:00
Joseph T. Lyons
497c42e941 Merge branch 'main' into v0.119.x 2024-01-10 15:27:02 -05:00
Joseph T. Lyons
f56f50da10 zed 0.119.4 2024-01-08 13:00:38 -05:00
Joseph T. Lyons
0f17fa8a61 Merge branch 'main' into v0.119.x 2024-01-08 12:58:55 -05:00
Max Brunsfeld
f5c2e15593 Restore the ability to disable key bindings by setting them to null in your keymap (#3921)
* Fix an incorrect use of `Any::type_id` that prevented the disabling of
key bindings
* Restructured the representation of disabled key bindings so that they
handle context predicates correctly. Previously, to disable key binding,
you needed to supply the exact same context predicate (e.g. `Editor &&
mode == "full"`) as the binding that you are trying to disable. Now, the
context predicates of disabled key bindings are evaluated just like any
other context predicate (with the current context) to see if they apply.

Release Notes:

- Fixed an issue where disabling key bindings didn't work. To disable a
key binding, set it to `null` in your keymap.
2024-01-05 13:53:08 -08:00
Joseph T. Lyons
1e4e2afb01 zed 0.119.3 2024-01-05 16:46:55 -05:00
Joseph T. Lyons
0f8c58fc6b Merge branch 'main' into v0.119.x 2024-01-05 16:45:53 -05:00
Joseph T. Lyons
c63e577cd3 zed 0.119.2 2024-01-04 18:41:32 -05:00
Joseph T. Lyons
26ed5247cc Merge branch 'main' into v0.119.x 2024-01-04 18:37:26 -05:00
Joseph T. Lyons
88f0dc7118 zed 0.119.1 2024-01-04 16:05:28 -05:00
Joseph T. Lyons
47f24f9ce2 Merge branch 'main' into v0.119.x 2024-01-04 16:04:36 -05:00
Max Brunsfeld
6335117966 Fix version comparison in auto update (#3889) 2024-01-04 13:01:41 -05:00
Antonio Scandurra
e8d01f40a4 Merge remote-tracking branch 'origin/main' into v0.119.x 2024-01-04 16:59:20 +01:00
Max Brunsfeld
6320316e5c Remove wasmtime for now 2024-01-03 17:58:06 -08:00
Mikayla
62315445cd Change binary name 2024-01-03 15:52:45 -08:00
Mikayla
a6da6581b9 Fix version 2024-01-03 13:59:05 -08:00
Joseph T. Lyons
d6cd48ae96 Merge branch 'main' into v0.119.x 2024-01-03 16:36:02 -05:00
Joseph T. Lyons
c2685051da v0.119.x preview 2024-01-03 13:27:00 -05:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -9700,7 +9700,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.120.0"
version = "0.119.14"
dependencies = [
"activity_indicator",
"ai",

View File

@@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.120.0"
version = "0.119.14"
publish = false
[lib]

View File

@@ -1 +1 @@
dev
preview