Commit log

ad4fd76 Use the same font size for hovered state of LSP status (#2821)

Click to expand commit body
This element is used for the update state as well for some reason so
while we don't normally ever see this state, it is used when the status
is acting as the restart to update button

Release Notes:

- Fixed an inconsistency in the status bar update button font size.

Julia created

fca8cdc Start work on rendering channel participants in collab panel

Click to expand commit body
Co-authored-by: mikayla <mikayla@zed.dev>

Max Brunsfeld and mikayla created

df4480b Use the same font size for hovered state of LSP status

Click to expand commit body
This element is used for the update state as well for some reason so
while we don't normally ever see this state, it is used when the status
is acting as the restart to update button

Julia created

8e36da1 Get tests passing

Nathan Sobo created

884cee6 Get tests compiling returning WindowHandle<V: View> from add_window

Nathan Sobo created

9e755bb Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)"

Click to expand commit body
This reverts commit 45c635872b5ef7bb8994e16d593aa25edf8e94bf, reversing
changes made to f2b82369f27b79fdcaa6a4276bb047abddf7171c.

Max Brunsfeld created

a9de737 WIP

Max Brunsfeld created

60e190e WIP

Nathan Sobo created

b0ec05a v0.99.x dev

Joseph T. Lyons created

61a6892 WIP: Broadcast room updates to channel members

Mikayla Maki created

7d97d1d Merge branch 'main' into collab-panel

Max Brunsfeld created

a127b0d Fix warnings surfaced in Rust 1.71

Max Brunsfeld created

a555fa1 Merge branch 'main' into collab-panel

Max Brunsfeld created

4c7d60e Upgrade to rust 1.71

Max Brunsfeld created

300ce61 WIP

Nathan Sobo created

5f6535e TEMP

Conrad Irwin created

b695c42 WIP: Return WindowHandle<V: View> from AppContext::add_window

Nathan Sobo created

7145f47 Fix a few bugs in how channels are moved around

Mikayla Maki created

6a404df Start work on adding sub-channels in the UI

Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>

Max Brunsfeld and Mikayla created

b389dcc Add subchannel creation

Click to expand commit body
co-authored-by: max <max@zed.dev>

Mikayla Maki and max created

74437b3 Add remove channel method

Click to expand commit body
Move test client fields into appstate and fix tests

Co-authored-by: max <max@zed.dev>

Mikayla Maki and max created

56d4d5d Add root channel UI

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

7434d66 WIP: Add channel creation to panel UI

Mikayla Maki created

5e9f7f1 Improve panic message usefulness on local dev builds (#2819)

Click to expand commit body
I got tired of having to hack in a panic hook bypass whenever I wanted a
backtrace with line numbers. Now a dev channel build will behave more
like the default panic hook, printing a pretty traditional backtrace
message and exit with an error code instead of aborting to avoid the
annoying "Zed crashed" dialog.

I have plans to modify our panic reporting to be able to have line
numbers reported without breaking the de-duping but I haven't done that
yet.

Additionally I slightly improved what we do in threads which panic as a
result of another thread's panic.

Release Notes:

- N/A

Julia created

3cee181 Improve panic message usefulness on local dev builds

Julia created

eb26fb2 Fix variable names

Joseph T. Lyons created

ce258df Expanded Semantic language support (#2818)

Click to expand commit body
Expand Language Support within Semantic Search

Release Notes (Preview-only)

- Added semantic search support for lua, ruby, php, svelte, erb, heex,
html and markdown.
- Full details are included here:
https://linear.app/zed-industries/issue/Z-2611/allow-semantic-search-for-all-supported-languages

Kyle Caverly created

300c693 catchup with main

KCaverly created

e221f23 add support for markdown files to semantic search

KCaverly created

9a50b43 add templating languages html, erb, heex, svelte as entire parseable file types

KCaverly created

7954b02 Start work on displaying channels and invites in collab panel

Max Brunsfeld created

003a711 Add room creation from channel join

Click to expand commit body
co-authored-by: max <max@zed.dev>

Mikayla Maki and max created

92fa879 Add ability to join a room from a channel ID

Click to expand commit body
co-authored-by: max <max@zed.dev>

Mikayla Maki and max created

06a0c9f Track history items in the buffer and project searches (#2817)

Click to expand commit body
![image](https://github.com/zed-industries/zed/assets/2690773/53ce324f-2243-4cd9-a8aa-11f361c36860)

Tracks last N (20 currently) items in buffer and project search, allows
cycling through between them with up/down keys by default.

Release Notes:

- Track history in buffer and project searches

Kirill Bulatov created

634baee Add project search history

Kirill Bulatov created

646dabe Add buffer search history

Kirill Bulatov created

599f674 add php support for semantic search

KCaverly created

ef57d44 Halve opacity on wrap guides (#2815)

Click to expand commit body
Wrap guides are a little too bright as is

Mikayla Maki created

88474a6 Clip wrap guides from under the scrollbar

Mikayla Maki created

b530aab Additional storage filetypes (#2816)

Click to expand commit body
Been working with some db stuff and thought it would be nice to add a
few more associations

Release Notes:

- Added additional filetype associations in the project browser

Nate Butler created

bb288eb Ensure json uses a tab size of 4

Nate Butler created

c470941 Format

Nate Butler created

e07a81b Add additional storage filetypes

Nate Butler created

89edb3d fix templating bug for parseable entire files

KCaverly created

49ef3e3 Put LiveKitBridge Swift build directory in `target` (#2812)

Click to expand commit body
Helps it get caught in a cargo clean. Joseph was having trouble building
a specific version of the app and deleting the Swift build dir for this
package resolved it. He had run cargo clean which would have handled
that if the Swift build dir was in `target` which this patch does


Release Notes:

- N/A

Julia created

ca4e218 add ruby support for semantic search

KCaverly created

a5dd8dd add lua embedding query for semantic search

KCaverly created

8926266 Halve opacity on wrap guides

Mikayla Maki created

6184c60 disable wrap guides in the assitant panel (#2814)

Click to expand commit body
Wrap guides do not look correct in the assistant due to it's current
header styling. Disable them in that context now.

Release Notes:

- Fix a visual bug displaying when enabling wrap guides in the
assistant.

Mikayla Maki created

d58f031 disable wrap guides in the assitant panel

Mikayla Maki created