Commit log

a977593 0.57.0

Max Brunsfeld created

6f81f7b Merge pull request #1670 from zed-industries/metrics-id-uuid

Click to expand commit body
Identify users in amplitude via a separate 'metrics_id' UUID

Max Brunsfeld created

35a537d Fix FakeServer to expect new GetPrivateUserInfo request

Max Brunsfeld created

5d09083 Identify users in amplitude via a separate 'metrics_id' UUID

Max Brunsfeld created

efdedaa Merge pull request #1668 from zed-industries/telemetry-fixes

Click to expand commit body
Telemetry fixes

Max Brunsfeld created

0d3486c Remove TestTelemetry command

Max Brunsfeld created

af7c2b8 Set minimum user id length in amplitude calls

Max Brunsfeld created

64253e4 0.56.0

Max Brunsfeld created

5d8fe33 Merge pull request #1635 from zed-industries/new-signup-flow

Click to expand commit body
Implement APIs for new signup flow

Max Brunsfeld created

8fc12b0 Merge pull request #1664 from zed-industries/slow-undo

Click to expand commit body
Use a `SumTree` as the backing storage of `UndoMap`

Antonio Scandurra created

f54c1f0 :lipstick:

Antonio Scandurra created

e17627b Use a `SumTree` as the backing storage of `UndoMap`

Click to expand commit body
This makes it cheap to clone and avoids slowdowns when there the undo
history is long.

Antonio Scandurra created

5bfd03a Correctly report protocol changes in script/changes-since-last-release

Antonio Scandurra created

500ff13 Merge pull request #1663 from zed-industries/terminal-bugs

Click to expand commit body
A few small bug fixes

Mikayla Maki created

1905ba5 Fixed minor issue with pane defocusing Co-Authored-By: kay@zed.dev

Mikayla Maki created

f2ebb09 Remove unnecessary index drop in down migration

Max Brunsfeld created

9b32678 Fixed terminal stealing focus

Mikayla Maki created

1db75ca Make device_id optional on signups table

Click to expand commit body
This way, signup won't fail if for some reason, the
user's client-side JS doesn't provide an amplitude
device id.

Co-authored-by: Joseph Lyons <joseph@zed.dev>

Max Brunsfeld and Joseph Lyons created

5d0b6a3 Merge branch 'main' into new-signup-flow

Max Brunsfeld created

ac0bcf3 Limit the size of the buffer in the OpenTelemetryLog command

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

Max Brunsfeld and Joseph Lyons created

c1c5eae Use the amplitude API key secret on CI

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

Max Brunsfeld and Joseph Lyons created

3bd6812 Add command to view the telemetry log

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

Max Brunsfeld and Joseph Lyons created

f2db3ab Always allow overriding amplitude API key via a runtime env var

Max Brunsfeld created

75594fc Merge pull request #1659 from zed-industries/terminal-selections

Click to expand commit body
Terminal Touch ups

Mikayla Maki created

9a59603 Added a SendKeystroke action and rewrote terminal actions to remove duplication

Mikayla Maki created

24cc985 Added terminal::SendText command, for sending text to the terminal

Mikayla Maki created

2ae3fbd Improved terminal selection ergonomics

Mikayla Maki created

78def05 Merge pull request #1658 from zed-industries/terminal-hyperlink-scroll

Click to expand commit body
Fixed bug where hyperlinks would not be refreshed when the page scrolled

Mikayla Maki created

a8e05c9 Fixed bug where hyperlinks would not be refreshed when the page scrolled

Mikayla Maki created

824fdb5 Report editor open and save events to Amplitude

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

Nathan Sobo and Max Brunsfeld created

98aad9a Merge pull request #1637 from zed-industries/terminal-hyperlinks

Click to expand commit body
Tracking PR for Terminal hyperlinks

Mikayla Maki created

550ae40 Slightly improved left click handling

Mikayla Maki created

4bc0afd Finished terminal hyperlinks for now

Mikayla Maki created

f0c50c1 Extract db module from project to its own crate

Click to expand commit body
This will let us use it from the telemetry crate.

Co-authored-by: Joseph Lyons <joseph@zed.dev>

Nathan Sobo and Joseph Lyons created

da36eb3 wip

Max Brunsfeld created

4784dbe Link signups to users in telemetry via a stored device_id

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

Max Brunsfeld and Joseph Lyons created

4398b51 Merge pull request #1653 from zed-industries/re-enable-format-on-save

Click to expand commit body
Re-enable format on save by default

Julia created

cd07c98 Re-enable format on save by default

Julia created

6a26158 v0.55.0

Mikayla Maki created

cd5537d Merge pull request #1652 from zed-industries/backward-compat-format-settings

Click to expand commit body
Backward compat format settings

Julia created

879a0d8 Backward compat format settings

Julia created

d2d4963 WIP, almost done with tooltips

Mikayla Maki created

04baccb Start work on a client-side telemetry system

Max Brunsfeld created

af5ad2d Merge pull request #1647 from zed-industries/format-buffer-action

Click to expand commit body
Add editor action to manually invoke buffer format

Julia created

12e439b Test manual buffer format trigger

Julia created

a686a9f Merge branch 'main' into terminal-hyperlinks

Mikayla Maki created

0584b2f added the fields for drawing the hyperlinks

Mikayla Maki created

5cd5658 Completed terminal hyperlink clicking functionality. Just need to display it now

Mikayla Maki created

f3395cf Add editor action to manually invoke buffer format

Julia created

dac0ce1 Return the metrics id from the signup-creation API

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

Max Brunsfeld and Nathan Sobo created