Commit log

830d09a v0.77.x stable

Max Brunsfeld created

a657dea zed 0.77.2

Max Brunsfeld created

c6a16ab Merge branch 'main' into v0.77.x

Max Brunsfeld created

2042188 Merge pull request #2286 from zed-industries/discoverable-sign-in

Click to expand commit body
Make sign-in more discoverable

Max Brunsfeld created

0bbb4b2 Rename 'Authenticate' action to 'Sign In'

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

Max Brunsfeld and Antonio Scandurra created

75901f1 Show sign in button directly in titlebar when not signed in

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

Max Brunsfeld and Antonio Scandurra created

a6ebc9b collab 0.8.0

Antonio Scandurra created

9e3085b Merge pull request #2284 from zed-industries/automatic-user-creation

Click to expand commit body
Create user record automatically when someone logs in on the website

Antonio Scandurra created

7af9dda Merge pull request #2285 from zed-industries/fix-failed-theme-setting

Click to expand commit body
Fix failed theme setting

Mikayla Maki created

2a5ac4f Merge pull request #2283 from zed-industries/fix-code-fold-indicator-scaling

Click to expand commit body
Change fold icon width to scale with font size

Mikayla Maki created

d8a3f16 Refactor load into a seperate function

Mikayla Maki created

99257a8 Fix failed initialization of setting file in welcome experience

Mikayla Maki created

0f42924 Fix seed binary

Antonio Scandurra created

cba41ef Create user record automatically when someone logs in on the website

Click to expand commit body
Now that we are moving out of the private alpha, we should let everyone
in when they try to log into zed.dev.

Antonio Scandurra created

2ba38b2 Change icon width to scale with font size

Mikayla Maki created

e7f78c4 Merge pull request #2281 from zed-industries/petros/z-298-the-terminal-button-is-not-shown-for

Click to expand commit body
Remove check for staffmode

Petros Amoiridis created

8980df1 Remove feature flag

Click to expand commit body
It wasn't working in production anyway

Petros Amoiridis created

2db8ac4 Merge pull request #2280 from zed-industries/terms

Click to expand commit body
Add terms of use to DMG in the bundle script

Nathan Sobo created

818a514 Add terms of use to DMG in the bundle script

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Nathan Sobo and Max Brunsfeld created

1b4f783 Merge pull request #2279 from zed-industries/remove-invite-link

Click to expand commit body
Remove UI for invite link in prep for beta launch

Mikayla Maki created

88599ad Remove UI for invite link in prep for beta launch

Mikayla Maki created

05f6747 v0.78.x dev

Max Brunsfeld created

6c1c079 v0.77.x preview

Max Brunsfeld created

1096720 Merge pull request #2244 from zed-industries/less-surprising-defaults

Click to expand commit body
Clean up some default settings

Max Brunsfeld created

5c7c4dd Clean up some default settings

Julia created

da35202 Merge pull request #2278 from zed-industries/screenshares-from-before-joining

Click to expand commit body
Fix failure to see screenshare tracks that were started prior to join…

Max Brunsfeld created

f5c4a2a Fix failure to see screenshare tracks that were started prior to joining a call

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

Max Brunsfeld and Antonio Scandurra created

77a63c6 Merge pull request #2277 from zed-industries/switch-invite-person-icon

Click to expand commit body
Update Collab + icon

Mikayla Maki created

edd925f Format

Nate Butler created

6d0f829 Merge pull request #2276 from zed-industries/improve-picker-state-contrast

Click to expand commit body
Improve picker state contrast

Nate Butler created

6497ca8 Update icon

Nate Butler created

e60dea7 collab 0.7.2

Max Brunsfeld created

e64fe6d Improve contrast of project panel active state in light themes

Nate Butler created

f6f09e8 Merge pull request #2274 from zed-industries/leave-on-quit

Click to expand commit body
Leave room on quit

Antonio Scandurra created

ef7d8f4 Merge pull request #2273 from zed-industries/fix-dock-opening-in-collaboration

Click to expand commit body
Fix dock opening on collaboration

Max Brunsfeld created

7df2440 Format

Nate Butler created

6fd4e28 Update picker active and hover styles

Click to expand commit body
Thanks for pointing this out @ForLoveOfCats

Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>

Nate Butler and Julia created

bca1acf Leave room on quit

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

097a768 Remove panic in recent projects picker

Mikayla Maki created

404dd43 Fix dock opening on collaboration

Mikayla Maki created

c6f2790 Merge pull request #2271 from zed-industries/petros/z-278-lock-pop-up-to-the-terminal-button

Click to expand commit body
A new approach for positioning pop-up menus tied to an icon/button

Petros Amoiridis created

f6b0c56 Merge pull request #2268 from zed-industries/mention-username-of-user-in-prompt-when-removing-a-contact

Click to expand commit body
Mention username of user in prompt when removing a contact

Antonio Scandurra created

e45d680 Merge pull request #2272 from zed-industries/add-textmate-keymap

Click to expand commit body
Add TextMate keymap

Antonio Scandurra created

e993d32 Merge pull request #2270 from zed-industries/add-default-keybindings-for-reveal-in-finder

Click to expand commit body
Add default keybindings for reveal in finder

Antonio Scandurra created

09911d4 Merge pull request #2269 from zed-industries/unify-action-names-with-keybinding-names

Click to expand commit body
Unify action names with keybinding name

Antonio Scandurra created

c869614 Add TextMate keymap

Joseph Lyons created

db73d83 Use local overlay position mode and alignment

Click to expand commit body
When we show the context menu, we don't specify an explicit position other than the default one which is equal to the origin in the context of a local overlay position mode. We then rely on `AnchorCorner` and aligning the context menu child view in the stack with `top().right()` for pop-ups that need to appear at the top of the icon/button.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

d2411a6 Merge pull request #2253 from zed-industries/joseph/z-226-add-terminal-popup-menu

Click to expand commit body
Add terminal pop up menu

Petros Amoiridis created

726c8eb Use type_id to determine what has the focus

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

c59dafa Update method names to match action names

Joseph Lyons created