Compare commits

...

18 Commits

Author SHA1 Message Date
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

@@ -9604,7 +9604,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.120.0"
version = "0.119.5"
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.5"
publish = false
[lib]

View File

@@ -1 +1 @@
dev
preview