Skip to content

1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 17:04

[1.1.0] - 2026-06-20

Added

  • Diff review: revert changes one at a time. Each changed hunk has a revert control —
    revert the ones you don't want, then Keep commits the rest.
  • Diff review: long unchanged stretches are folded, so on large files every change is
    visible at once. Click a folded section to expand it.
  • Diff review: opening a diff places the cursor on the first change and scrolls to it.

Changed

  • Syntax highlighting (tree-sitter) is on by default. Each language's grammar downloads on
    first use and is cached; offline, the simpler highlighter is used until the grammar can be
    fetched.
  • Faster startup: the code formatters now load only when you format a file, instead of when
    the plugin loads, so enabling it is quicker.
  • Smaller download: the Ruby parser (~0.6 MB) is fetched on first use and cached instead of
    being bundled, making the plugin about 0.6 MB smaller. The first Ruby format now needs a
    network connection once.

Desktop only.