Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and

## [Unreleased]

## [0.14.0] - 2026-05-16

### Added

- `watch = true` in `.dunk/config.toml` (or `~/.config/dunk/config.toml`) now enables watch mode without passing `--watch` every time. The `--watch`/absence of it on the command line still overrides the config value.
Expand Down Expand Up @@ -73,6 +75,9 @@ First `dunkdiff` release after the hard-fork rename. Bundles the agent-facing CL
- `--agent-context` CLI flag and the `AgentContext` sidecar JSON model.
- Dead `AgentCard` floating-popover surface — the inline `CommentCard` has been the canonical surface for a while.

[Unreleased]: https://github.com/amix/dunk/compare/v0.12.1...HEAD
[Unreleased]: https://github.com/amix/dunk/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/amix/dunk/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/amix/dunk/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/amix/dunk/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/amix/dunk/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/amix/dunk/releases/tag/v0.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dunkdiff",
"version": "0.13.0",
"version": "0.14.0",
"description": "Review diffs in a TUI, leave inline comments, and let a coding agent resolve them.",
"keywords": [
"code-review",
Expand Down
Loading