---
title: Hunk 0.3
description: "Release notes for Hunk 0.3: 1 release, March 22, 2026."
editUrl: false
head:
  - tag: meta
    attrs:
      property: og:image
      content: https://hunk.dev/changelog/og/0.3.png
  - tag: meta
    attrs:
      property: og:image:alt
      content: Hunk 0.3 release notes — March 22, 2026 · 1 release · 8 changes
  - tag: meta
    attrs:
      name: twitter:image
      content: https://hunk.dev/changelog/og/0.3.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. -->

March 22, 2026 · 1 release

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

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

## Releases in this series

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

### 0.3.0

March 22, 2026

#### Added

- Added prebuilt npm binary packaging and automated npm releases, including beta tag support ([#12](https://github.com/modem-dev/hunk/pull/12), [#14](https://github.com/modem-dev/hunk/pull/14), [#15](https://github.com/modem-dev/hunk/pull/15)).
- Added a top-level `hunk --version` command ([#19](https://github.com/modem-dev/hunk/pull/19)).
- Added the experimental MCP daemon for live Hunk sessions ([#22](https://github.com/modem-dev/hunk/pull/22)).

#### Changed

- Always showed the diff rail while dimming inactive hunks ([#16](https://github.com/modem-dev/hunk/pull/16)).
- Decoupled sidebar visibility from layout toggles ([#18](https://github.com/modem-dev/hunk/pull/18)).
- Stopped auto-saving view preferences to config files ([#13](https://github.com/modem-dev/hunk/pull/13)).

#### Fixed

- Used a supported Intel macOS runner for prebuilt release builds ([#17](https://github.com/modem-dev/hunk/pull/17)).
- Preserved executable permissions for prebuilt binaries after installation.

---

[Newer: Hunk 0.4](/changelog/0.4/) · [Older: Hunk 0.2](/changelog/0.2/) · [All releases](/changelog/)