diff --git a/.changeset/bun-runtime-support.md b/.changeset/bun-runtime-support.md deleted file mode 100644 index 2e584ac..0000000 --- a/.changeset/bun-runtime-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"diffhub": minor ---- - -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. diff --git a/.changeset/tuydajnc.md b/.changeset/tuydajnc.md deleted file mode 100644 index 745465d..0000000 --- a/.changeset/tuydajnc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"diffhub": patch ---- - -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. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 30e8e25..9343a94 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -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 diff --git a/apps/cli/package.json b/apps/cli/package.json index fa8056b..62bff3a 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -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",