diff --git a/.changeset/list-hunk-history.md b/.changeset/list-hunk-history.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/list-hunk-history.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/website/src/data/extensions.ts b/website/src/data/extensions.ts index dba6b366e..e935cbddd 100644 --- a/website/src/data/extensions.ts +++ b/website/src/data/extensions.ts @@ -219,6 +219,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [ version: "0.1.0", apiVersion: 1, }, + { + repo: "victor-software-house/hunk-history", + name: "hunk-history", + summary: + "Browses live Git history in Files/History tabs, with immediate commit review, double-click ranges, and staged or unstaged comparisons.", + categories: ["Pane", "Command", "Changeset transform"], + version: "0.0.4", + apiVersion: 16, + }, ]; /** GitHub account that publishes one listing. */