git-ai-control 0.4.3 → 0.4.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  本项目的所有重要变更都会记录在此文件中。
4
4
 
5
+ ## [0.4.4] - 2026-08-03
6
+
7
+ ### 修复
8
+
9
+ - 修复“排除的仓库”和“不保存提示词的仓库”文本框按 Enter 后空行被受控状态立即清除的问题;编辑时保留换行,保存时仍只写入有效规则。
10
+
5
11
  ## [0.4.3] - 2026-07-30
6
12
 
7
13
  ### 修复
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-ai-control",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Git AI 本地配置与上传隐私控制面板",
5
5
  "type": "module",
6
6
  "bin": {