Skip to content

Commit

Permalink
changelog: checkpoint 2022-12-03
Browse files Browse the repository at this point in the history
commit: 2123e91
  • Loading branch information
the-mikedavis committed Dec 3, 2022
1 parent 1c8713e commit c956eab
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ Breaking changes:
Features:

- Bufferline (#2759)
- Support underline styles and colors (#4061)
- Support underline styles and colors (#4061, 98c121c)
- Inheritance for themes (#3067, #4096)
- Cursorcolumn (#4084)
- Overhauled system for writing files and quiting (#2267, #4397)
- Autosave when terminal loses focus (#3178)
- Use OSC52 as a fallback for the system clipboard (#3220)
- Show git diffs in the gutter (#3890)
- Add a logo (dc1ec56)

Commands:

Expand Down Expand Up @@ -76,7 +78,7 @@ Usability improvements and fixes:
- Exit gracefully when the close operation fails (#4081)
- Fix goto/view center mismatch (#4135)
- Highlight the current file picker document on idle-timeout (#3172, a85e386)
- Apply transactions to jumplist selections (#4186, #4227, #4733, #4865)
- Apply transactions to jumplist selections (#4186, #4227, #4733, #4865, #4912, #4965, #4981)
- Use space as a separator for fuzzy matcher (#3969)
- Overlay all diagnostics with highest severity on top (#4113)
- Avoid re-parsing unmodified tree-sitter injections (#4146)
Expand Down Expand Up @@ -135,10 +137,13 @@ Usability improvements and fixes:
- Move indentation to the next line when using `<ret>` on a line with only whitespace (#4854)
- Remove selections for closed views from all documents (#4888)
- Improve performance of the `:reload` command (#4457)
- Properly handle media keys (#4887)
- Support LSP diagnostic data field (#4935)
- Handle C-i keycode as tab (#4961)

Themes:

- Add `varua` (#3610)
- Add `varua` (#3610, #4964)
- Update `boo_berry` (#3653)
- Add `rasmus` (#3728)
- Add `papercolor_dark` (#3742)
Expand All @@ -154,7 +159,7 @@ Themes:
- Add `dark_high_contrast` (#3312)
- Update `bogster` (#4121, #4264)
- Update `sonokai` (#4089)
- Update `ayu_*` themes (#4140, #4109, #4662)
- Update `ayu_*` themes (#4140, #4109, #4662, #4764)
- Update `everforest` (#3998)
- Update `monokai_pro_octagon` (#4247)
- Add `heisenberg` (#4209)
Expand All @@ -166,10 +171,11 @@ Themes:
- Update `tokyonight` and `tokyonight_storm` (#4415)
- Update `gruvbox` (#4626)
- Update `dark_plus` (#4661, #4678)
- Add `zenburn` (#4613)
- Add `zenburn` (#4613, #4977)
- Update `monokai_pro` (#4789)
- Add `mellow` (#4770)
- Add `nightfox` (#4769)
- Add `nightfox` (#4769, #4966)
- Update `doom_acario_dark` (#4979)

LSP configurations:

Expand All @@ -184,8 +190,9 @@ LSP configurations:
- Increase default language server timeout for Julia (#4575)
- Use ElixirLS for HEEx (#4679)
- Support Bicep (#4403)
- switch to `nil` for Nix (433ccef)
- Switch to `nil` for Nix (433ccef)
- Support QML (#4842)
- Enable auto-format for CSS (#4987)

New languages:

Expand Down Expand Up @@ -242,8 +249,9 @@ Updated languages and queries:
- CMake (#4809)
- HTML (#4829, #4881)
- Java (#4886)
- Go (#4906)
- Go (#4906, #4969)
- CSS (#4882)
- Racket (#4915)

Packaging:

Expand Down

0 comments on commit c956eab

Please sign in to comment.