Skip to content

Commit 43da3c7

Browse files
author
jasonhuang
committed
chore: release v1.9.1
1 parent ec60d79 commit 43da3c7

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

lib/constants/version.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This file is generated by scripts/bump_version.py
22

3-
const String appVersion = 'Version 1.9.0 (Build 21)';
4-
const String buildNumber = '21';
3+
const String appVersion = 'Version 1.9.1 (Build 22)';
4+
const String buildNumber = '22';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.9.0+21
19+
version: 1.9.1+22
2020

2121
environment:
2222
sdk: ^3.10.1

release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.9.1
2+
3+
### ✨ 新增特性
4+
- **自建 Git 市场支持**:自定义市场弹窗现在可以识别自建 Git 仓库(非 GitHub/GitLab/Gitee 等公共平台),自动检测 `.git` 后缀并提示补全,同时支持输入访问令牌(Token)以克隆私有仓库
5+
- **Cursor 项目搜索**:Cursor 的 Workspace 项目配置区新增搜索框和排序按钮,与 Claude Code 项目级配置体验一致
6+
7+
### 🐛 问题修复
8+
- **GitHub MCP Token 不生效**:修复 GitHub MCP 预设中 PAT 未回填到配置 headers 的问题,同时适配 Codex 的 `bearer_token_env_var` 格式
9+
- **构建时 setState 报错**:修复 MCP Tools 加载回调在构建阶段触发父级 `setState` 导致的 Flutter 框架异常
10+
- **Terminal AI 空回复**:添加请求全链路日志,兼容 MiniMax 等第三方 API 的响应格式,解决 AI 回复显示为空的问题
11+
12+
113
## v1.9.0
214

315
### ✨ 新增特性

0 commit comments

Comments
 (0)