---
title: Hunk 0.11
description: Hunk 0.11 adds Jujutsu support through vcs = "jj", a pager-mode
  sidebar file tree, and steadier cross-file hunk navigation.
editUrl: false
head:
  - tag: meta
    attrs:
      property: og:image
      content: https://hunk.dev/changelog/og/0.11.png
  - tag: meta
    attrs:
      property: og:image:alt
      content: Hunk 0.11 release notes — May 9, 2026 – May 10, 2026 · 2 releases · 13
        changes
  - tag: meta
    attrs:
      name: twitter:image
      content: https://hunk.dev/changelog/og/0.11.png
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

<!-- GENERATED by `bun run generate:changelog`. Edit CHANGELOG.md or website/releases/notes.json instead. -->

May 9, 2026 – May 10, 2026 · 2 releases

Hunk 0.11 adds Jujutsu support through `vcs = "jj"`, a pager-mode sidebar file tree, and steadier cross-file hunk navigation.

```sh
npm i -g hunkdiff@0.11.1
```

Hunk 0.11 is no longer the current release. See [the latest release](/changelog/) or [all install options](/docs/start/install/).

## Related documentation

- [Jujutsu and Sapling](/docs/workflows/jujutsu-and-sapling/)
- [Git pager and difftool](/docs/workflows/git-pager-and-difftool/)

## Releases in this series

<a class="release-separator" id="v0-11-1"></a>

### 0.11.1

May 10, 2026

#### Changed

- Auto-detect Jujutsu checkouts for `hunk diff` and `hunk show`, while keeping explicit `vcs` config overrides.

#### Fixed

- Fixed large tracked and untracked file handling so very large diffs render as skipped placeholders instead of slowing startup or overflowing the JavaScript call stack.
- Fixed Git patch parsing for `diff.noprefix=true` input so Hunk restores parser-safe `a/` and `b/` prefixes without mangling real paths.
- Fixed `hunk pager` parsing for Git diffs emitted with `diff.mnemonicPrefix=true` so file paths do not keep `i/`, `w/`, `c/`, `1/`, or `2/` side prefixes.
- Fixed review scrolling so viewport updates are coalesced and no longer risk a render loop.
- Fixed agent comment hunk ranges so context lines from hunk headers remain part of the target range.
- Fixed untracked-file reviews in repositories with external diff tools configured by passing `--no-ext-diff`.
- Fixed diff geometry for hunks with multiple agent notes so offscreen notes no longer skew scrolling measurements.

<a class="release-separator" id="v0-11-0"></a>

### 0.11.0

May 9, 2026

#### Added

- Added `vcs = "jj"` support, enabling `hunk diff [revset]` and `hunk show [revset]`.
- Added a pager-mode sidebar file tree that can be revealed with the existing `s` shortcut while keeping pager chrome hidden by default.

#### Fixed

- Fixed `git log -p` and multi-commit `git show -p` inputs so patch parsing ignores commit metadata instead of emitting Pierre parser warnings.
- Fixed cross-file hunk navigation so near-boundary jumps keep the selected file pinned and backward jumps reveal the target hunk instead of the file top.
- Fixed the View menu sidebar checkmark so it follows whether the responsive layout is actually rendering the sidebar.

---

[Newer: Hunk 0.12](/changelog/0.12/) · [Older: Hunk 0.10](/changelog/0.10/) · [All releases](/changelog/)