From ace5611e974de56f0e7e4af6133894c2120716aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Ara=C3=BAjo?= Date: Sat, 5 Sep 2026 19:58:30 -0300 Subject: [PATCH] docs(website): list hunk-history in the extension directory --- .changeset/list-hunk-history.md | 2 ++ website/src/data/extensions.ts | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 .changeset/list-hunk-history.md 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. */