Compare commits

...

7 Commits

Author SHA1 Message Date
Peter Tripp
54d92a9e2d zed 0.149.1 2024-08-16 14:01:47 -04:00
Peter Tripp
a89f768e12 Manually rewind preview version to previous preview. 2024-08-16 13:56:45 -04:00
Peter Tripp
7a68f142d4 Merge tag 'nightly' into v0.149.1_cherry 2024-08-16 13:53:22 -04:00
Kirill Bulatov
3f3ae477c5 Disable forceful sorting of the slash command argument completions (#16240)
Also bubble up the current active tab's path in the \tab argument
completions.

Release Notes:

- N/A
2024-08-14 12:45:35 -07:00
Mikayla Maki
660fe8aa94 Fix a bug where directories were not matching in the fuzzy matcher, when query contains the worktree root name (#16242)
Release Notes:

- Fixed a bug where directories were often omitted from the completions for the /file slash command

Co-authored-by: Max <max@zed.dev>
2024-08-14 12:45:02 -07:00
Bennet Bo Fenner
69fb9b9bfa assistant: Adjust terms of service notice (#16235)
Co-Authored-by: Max <max@zed.dev>
Co-Authored-by: Marshall <marshall@zed.dev>
Co-Authored-by: Peter <peter@zed.dev>

<img width="396" alt="image"
src="https://github.com/user-attachments/assets/62282506-c74a-455e-ae4d-0438d47fed96">

Release Notes:

- N/A

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
Co-authored-by: Peter <peter@zed.dev>
2024-08-14 13:21:55 -04:00
Joseph T Lyons
7f82db5740 v0.149.x preview 2024-08-14 12:45:44 -04:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -13814,7 +13814,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.150.0"
version = "0.149.1"
dependencies = [
"activity_indicator",
"anyhow",

View File

@@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.150.0"
version = "0.149.1"
publish = false
license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"]

View File

@@ -1 +1 @@
dev
preview