From 7b488dc18e2b187a2eb47c500b321bba7a5ea64b Mon Sep 17 00:00:00 2001 From: ThreeFish Date: Sun, 28 Jun 2026 11:31:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(Release):=20v0.0.1-rc.2=20=E5=8F=91?= =?UTF-8?q?=E5=B8=83(=E7=89=88=E6=9C=AC=200.0.2=20+=20CHANGELOG);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a53052..594c56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ ## [Unreleased] +## [0.0.1-rc.2] - 2026-06-28 — 第二个预发布候选 + +包含 rc.1 后的全部 Parity Recovery(Batch 1-4 + Editor Inline Commit),大幅补齐 IDEA Git 功能复刻。 + +### 核心新增(自 rc.1) +- **Editor Inline Commit**(#13):CodeLens「✓ 提交此 Hunk」→ 仅暂存该 hunk → 提交。 +- **Cherry-pick / Revert / Reset / Branch rename / Compare / Ignore / Reword**(经 `api.git.path` CLI 通道)。 +- **Git 提交图**(Webview `git log --graph` 着色拓扑)+ **Console**(git 命令输出面板)。 +- **partial/hunk 级提交**(hunk 解析引擎 + 选择暂存 + 光标处暂存)+ undo/drop/fixup + cleanup branches + 3-way diff。 +- **忠实 Shelf**(patch 存储 + unshelve 三方合并)+ **交互式 Rebase UI**(pick/squash/fixup/drop Webview)+ **Move Hunk to Changelist**(#25)。 +- **Stash 多栈列表** + Discard + Pull/Push/Fetch + PNG 图标 + Dependabot。 + ### Added — Parity Batch 4(忠实 Shelf + 交互式 Rebase + Line→CL,0.0.6) - **忠实 Shelf**(IDEA patch-based,#27-28):Shelve(`git diff` → patch 存扩展存储 → `git checkout --` 移除工作区)+ Unshelve silently / with 3-way merge + Delete + Shelf TreeView。与 Stash 独立并存。 diff --git a/package.json b/package.json index ba2e1a0..7570c49 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Hyper Git", "icon": "media/icon.png", "description": "在 VS Code 上完整复刻 IntelliJ IDEA 的 Git 工具窗口与 Commit 提交窗口,并为未来 AI Agent 自主代理预留架构接缝。", - "version": "0.0.6", + "version": "0.0.2", "publisher": "threefish-ai", "license": "MIT", "preview": true,