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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 独立并存。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading