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
15 changes: 0 additions & 15 deletions .changeset/settled-cli-surface.md

This file was deleted.

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

## 1.0.0

### Major Changes

- cd92138: Release 1.0.

DiffHub is used through its commands, its keyboard shortcuts, and the local server
it opens, and 37 releases across the 0.x line have moved all three: the file watcher
that drove auto-refresh was removed in favour of an explicit refresh, and the
runtime dependency set was cut to `chokidar` and `commander` while `engines.node`
relaxed to `>=20.11`.

None of that could be signalled from 0.x in a way a version range would respect.
1.0 is the commitment that it can be from here: a removed command, shortcut, or
supported Node version now costs a major.

## 0.3.5

### 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.3.5",
"version": "1.0.0",
"description": "Git diff viewer for cmux: review your branch in a browser split",
"keywords": [
"ai",
Expand Down
Loading