Commit log

e96abf1 0.59.0

Max Brunsfeld created

2758234 Merge pull request #1693 from zed-industries/terminal-tidying

Click to expand commit body
Terminal Tidying

Mikayla Maki created

0018851 Merge pull request #1697 from zed-industries/css-highlighting-fixes

Click to expand commit body
Highlighting fixes

Max Brunsfeld created

4456e81 Merge pull request #1696 from zed-industries/reset-diff-on-set-none-diff-base

Click to expand commit body
Reset buffer git diff when setting diff base to None

Julia created

6ecf870 Tweak SCREAMING_SNAKE_CASE regexes in highlight queries

Max Brunsfeld created

95cb9ce Collapse variant and type into the same color

Max Brunsfeld created

fcf13b4 CSS: color '#' the same as the rest of the color

Max Brunsfeld created

070c4bc Add color for 'variable.special' and use it in highlight queries

Max Brunsfeld created

e15f271 Reset buffer git diff when setting diff base to None

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

Julia and Joseph Lyons created

15595a6 Added a horrible hacky way of doing cmd-k correctly.

Mikayla Maki created

bf50a8a Implemented a simplistic version of correct cmd-k behavior

Mikayla Maki created

188b775 Fixed non-block terminal cursors being displayed incorrectly

Mikayla Maki created

ec76146 Merge pull request #1692 from zed-industries/avoid-duplicate-autoformat-edits

Click to expand commit body
Avoid duplicate autoformat edits

Max Brunsfeld created

8fb8fff Merge pull request #1682 from zed-industries/load-diff-base-from-correct-relative-path

Click to expand commit body
Fix some git gutter bugs

Julia created

d67fad8 Extend a test to cover repos not at worktree root

Julia created

47a8e42 Don't allow multiple concurrent formatting requests for the same buffer

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

Max Brunsfeld and Nathan Sobo created

4508d94 In deterministic executor, ensure fake timers are ordered by wake time

Click to expand commit body
Previously, advancing the clock would fail to wake a timer that was
set *after* another time whose wake time had not yet arrived.

Max Brunsfeld created

8411d88 Fix multi-line string formatting in editor_test.rs

Max Brunsfeld created

17ed80f Merge pull request #1691 from zed-industries/move-tests

Click to expand commit body
Organize buffer and editor tests

Max Brunsfeld created

63e1c83 Rename language::tests -> language::buffer_tests

Max Brunsfeld created

b6525e9 Extract editor tests to their own file

Max Brunsfeld created

c0ee8dc Merge pull request #1689 from zed-industries/optimize-buffer-diff

Click to expand commit body
Apply buffer diff edits as a single batch

Max Brunsfeld created

fe7a39b Apply buffer diff edits as a single batch

Max Brunsfeld created

51fa06c Merge pull request #1404 from zed-industries/html-support

Click to expand commit body
Basic html support

Max Brunsfeld created

771215d Reload git index on file events to catch new contents

Julia created

edf4c3e Add Discord webhook for published releases (#1684)

Joseph T. Lyons created

b7e115a Add a test for multi-language auto-indent

Max Brunsfeld created

7fb5fe0 Derive indent size from the language at the cursor when auto-indenting

Max Brunsfeld created

8b86781 Remove last usages of MultiBufferSnapshot::language

Max Brunsfeld created

3f4be55 Load diff base from correct relative path

Julia created

aa86806 Finish generalizing ToggleComments to support block comments

Max Brunsfeld created

d9fb8c9 Start work on toggling block comments for HTML

Max Brunsfeld created

836b536 Merge pull request #1632 from zed-industries/git-gutter

Click to expand commit body
Tracking PR: Git gutter

Julia created

2bd947d Use correct start row for hunk retrieval & correct paint offset

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

Julia and Joseph Lyons created

b5d941b 0.58.0

Max Brunsfeld created

218ba81 Fix autoclose error when cursor was at column 0

Max Brunsfeld created

499e95d Removed debugs, simplified settings

Mikayla Maki created

6f7547d Fixed a couple bugs in tests and worktree path handling

Mikayla Maki created

c354b9b Add assertions to test for autoclose with embedded languages

Max Brunsfeld created

841ba40 Merge pull request #1680 from zed-industries/telemetry-tweaks

Click to expand commit body
Telemetry tweaks

Max Brunsfeld created

6f6d728 Once again respect user settings for git gutter

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Julia and Mikayla Maki created

f3d8363 Remove unnecessary min_id_length option from amplitude requests

Max Brunsfeld created

e6487de Rename head text to indicate that it's not always going to be from head

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Julia and Mikayla Maki created

a5c2f22 Move git gutter settings out of editor settings

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Julia and Mikayla Maki created

06813be Mark platform as "Zed" for telemetry events from the app

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

Max Brunsfeld and Joseph Lyons created

8f4b3c3 Store repo content path as absolute

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Julia and Mikayla Maki created

4477f95 Set `staff` user property in telemetry

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

Max Brunsfeld and Joseph Lyons created

9427bb7 Be clearer about using GitFilesIncluded setting

Julia created

01176e0 Added clarification for git gutter settings

Mikayla Maki created

c237075 Touched up settings text

Mikayla Maki created