- Clicking on a channel name now joins the channel if you are not in it
- (or opens the notes if you are already there).
- When joining a channel, previously shared projects are opened
automatically.
- If there are no previously shared projects, the notes are opened.
Release Notes:
- show host in the titlebar of shared projects
- clicking on faces in the titlebar will now always follow the person
(it used to toggle)
- clicking on someone in the channel panel will follow that person
- highlight the currently open project in the channel panel
- fixes a bug where sometimes following between workspaces would not
work
Conrad Irwin
created
d7867cd
Add/fix mouse interactions in current call sidebar
This PR mainlines the current state of new GPUI2-based UI from the
`gpui2-ui` branch.
Release Notes:
- N/A
---------
Co-authored-by: Nate Butler <iamnbutler@gmail.com>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Nate <nate@zed.dev>
Marshall Bowers
,
Nate Butler
,
Piotr Osiewicz
, and
Nate
created
08361eb
Detach completion confirmation task when selecting with mouse (#3078)
Click to expand commit body
Otherwise the spawn to resolve the additional edits never runs causing
autocomplete to never add imports automatically when clicking with the
mouse
Release Notes:
- Fixed auto-complete additional edits, such as auto-import, not
applying when selecting a completion with a mouse click.
Julia
created
3d68fca
Detach completion confirmation task when selecting with mouse
Click to expand commit body
Otherwise the spawn to resolve the additional edits never runs causing
autocomplete to never add imports automatically when clicking with the
mouse
Before this change if you joined a project without clicking on the
notification it would never disappear.
Fix a related bug where if you have more than one monitor, the
notification was only dismissed from one of them.
Conrad Irwin
created
e963726
add placeholder button for retrieving additional context
KCaverly
created
f20f096
searching the semantic index, and passing returned snippets to prompt generation
a785eb9
auto-update: Link to the current release's changelog, not the latest one (#3076)
Click to expand commit body
An user complained in zed-industries/community#2093 that we always link
to the latest release changelog, not the one that they've just updated
to.
Release Notes:
- Fixed changelog link in update notification always leading to the
latest release changelog, not the one that was updated to. Fixes
zed-industries/community#2093.
Piotr Osiewicz
created
f52200a
Prevent deploying the inline assistant when selection spans multiple excerpts
51cf6a5
Add database implementation of channel message change tracking
Mikayla
created
e0ff7ba
Add channel note indicator and clear changed status
Mikayla
created
9ba975d
Channel notifications from the server works
Mikayla
created
1469c02
Add observed_channel_notes table and implement note diffing
Mikayla
created
95e09dd
Add Nushell support to venv activation (#3073)
Click to expand commit body
This PR adds an option to run `activate.nu` in the automatic venv
activation code (relevant comment
[here](https://github.com/zed-industries/community/issues/2103#issuecomment-1742355651))
Release Notes:
- Added a `nushell` option to the
`terminal.detect_venv.on.activate_script` setting
([2103](https://github.com/zed-industries/community/issues/2103)).