zen-gitsync 2.11.36 → 2.11.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,7 +75,7 @@ The GUI runs as a local web server and opens in your default browser. It attache
75
75
  |---|---|
76
76
  | File list | Shows all changed files grouped by staged / unstaged / untracked / conflicted |
77
77
  | View toggle | Switch between flat list and directory tree view (persisted) |
78
- | Selection mode | Multi-select files to stage or stash only chosen files |
78
+ | Selection mode | Multi-select files to stage or stash only chosen files. When the Git view is the active tab, **Quick Commit / Quick Push** and **AI commit message** automatically scope their action to the current selection (button label switches to *Commit Selected* / *Push Selected*). |
79
79
  | Per-file actions | Stage, unstage, or revert individual files |
80
80
  | Stage | Stage all or selected files (respects locked files) |
81
81
  | Commit | Structured form (type / scope / description / body / footer) or free-text |
@@ -87,6 +87,7 @@ The GUI runs as a local web server and opens in your default browser. It attache
87
87
  | Diff viewer | Monaco-based side-by-side diff for any changed file |
88
88
  | Commit log | Browse commit history with author, date, branch tags, and changed files |
89
89
  | Remote URL | Display and one-click copy the remote repository URL |
90
+ | Auto-refresh | Silently refreshes status and branch info when the window gains focus, the tab becomes visible, or you switch back to the **Git** view in the Activity Bar |
90
91
 
91
92
  #### Structured Commit Form
92
93
 
@@ -410,7 +411,7 @@ GUI 以本地 Web 服务器形式运行,自动在浏览器中打开,并附
410
411
  |---|---|
411
412
  | 文件列表 | 按已暂存/未暂存/未追踪/冲突分组显示所有变更文件 |
412
413
  | 视图切换 | 平铺列表与目录树形视图切换(持久化保存) |
413
- | 选择模式 | 多选文件,仅对选中文件执行暂存或储藏 |
414
+ | 选择模式 | 多选文件,仅对选中文件执行暂存或储藏。在 Git 视图下,**一键提交 / 一键推送** 与 **AI 生成提交信息** 会自动仅作用于当前勾选的文件(按钮文案切换为「一键提交所选」/「一键推送所选」) |
414
415
  | 单文件操作 | 对每个文件独立执行暂存、取消暂存或还原 |
415
416
  | 暂存 | 暂存全部或选中文件(自动排除锁定文件) |
416
417
  | 提交 | 结构化表单(类型/范围/描述/正文/页脚)或自由文本 |
@@ -422,6 +423,7 @@ GUI 以本地 Web 服务器形式运行,自动在浏览器中打开,并附
422
423
  | Diff 查看器 | 基于 Monaco 编辑器的并排文件差异视图 |
423
424
  | 提交日志 | 浏览历史提交(作者、时间、分支标签、变更文件) |
424
425
  | 远程地址 | 显示并一键复制远程仓库 URL |
426
+ | 自动刷新 | 窗口获得焦点、标签页重新可见,或从 Activity Bar 切回 **Git** 视图时,自动静默刷新文件状态与分支信息 |
425
427
 
426
428
  #### 结构化提交表单
427
429
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "2.11.36",
3
+ "version": "2.11.38",
4
4
  "description": "A Git automation platform with interactive commits, scheduled sync, command orchestration, file locking, and a visual GUI.",
5
5
  "main": "index.js",
6
6
  "type": "module",