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
5 changes: 0 additions & 5 deletions .changeset/bun-runtime-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tuydajnc.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# diffhub

## 0.3.0

### Minor Changes

- bdc00de: Add Bun support as an alternative runtime to Node.js. The CLI now spawns the standalone server with whatever runtime launched it (`process.execPath`) instead of hardcoding `node`, and the startup gate accepts Bun 1.0.23+ (the version that added `import.meta.dirname`/`filename`, mirroring the existing Node 20.11+ floor). The `open-in-diffhub.sh` launcher detects `node` or `bun` and picks a matching build command.

### Patch Changes

- 08644ea: Show untracked files in local diffs by default. The CLI now exposes diff scope modes for touched, staged, unstaged, committed, and all changes, and synthesizes new-file patches for untracked files so they appear in the streamed diff and file list.

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diffhub",
"version": "0.2.6",
"version": "0.3.0",
"description": "GitHub PR-style local diff viewer — review your git changes in the browser",
"keywords": [
"ai",
Expand Down