chore: release v1.36.0

This commit is contained in:
Jim Liu 宝玉 2026-02-27 10:13:27 -06:00
parent 3bd5fdeb1b
commit 08cee885d3
3 changed files with 19 additions and 1 deletions

View File

@ -6,7 +6,7 @@
},
"metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "1.35.0"
"version": "1.36.0"
},
"plugins": [
{

View File

@ -2,6 +2,15 @@
English | [中文](./CHANGELOG.zh.md)
## 1.36.0 - 2026-02-27
### Features
- `baoyu-image-gen`: add `gemini-3.1-flash-image-preview` model support for Google multimodal image generation
- `baoyu-image-gen`: improve first-time setup with blocking preferences flow and guided configuration
### Fixes
- `baoyu-image-gen`: use curl fallback for Google API when HTTP proxy is detected (by @liye71023326)
## 1.35.0 - 2026-02-24
### Features

View File

@ -2,6 +2,15 @@
[English](./CHANGELOG.md) | 中文
## 1.36.0 - 2026-02-27
### 新功能
- `baoyu-image-gen`:新增 `gemini-3.1-flash-image-preview` Google 多模态图片生成模型支持
- `baoyu-image-gen`:优化首次使用引导流程,支持阻塞式偏好配置
### 修复
- `baoyu-image-gen`:检测到 HTTP 代理时自动回退使用 curl 调用 Google API (by @liye71023326)
## 1.35.0 - 2026-02-24
### 新功能