Skip to content

Commit e5414d7

Browse files
committed
chore(release): bump version to 2.11.1
1 parent 79e0ddf commit e5414d7

6 files changed

Lines changed: 105 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Full release narratives now live in versioned files under `releases/`. This file stays as the index and summary entry point.
44

5+
## [2.11.1] - 2026-05-11
6+
- EN: This patch restores image-workspace analysis actions, adds single-favorite HTML/PNG sharing with import support, and updates the documentation for sharing and backups. See [Release Notes (EN)](releases/v2.11.1.en.md).
7+
- 中文:本次补丁修复图像工作区分析操作,新增单个收藏 HTML/PNG 分享与导入,并补充分享和备份相关文档。参见 [版本说明(中文)](releases/v2.11.1.zh-CN.md)
8+
59
## [2.11.0] - 2026-05-10
610
- EN: This minor release adds deployment-aware remote backups, safer resource-complete restore flows, OpenAI multi-image edit support, and a Prompt Garden image-to-image guide. See [Release Notes (EN)](releases/v2.11.0.en.md).
711
- 中文:本次小版本发布新增部署感知的远程备份、更安全的资源完整恢复流程、OpenAI 多图编辑支持,以及 Prompt Garden 图生图指南。参见 [版本说明(中文)](releases/v2.11.0.zh-CN.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-optimizer",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"private": true,
55
"packageManager": "pnpm@10.6.1",
66
"engines": {

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prompt-optimizer/desktop",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Desktop application for Prompt Optimizer",
55
"main": "main.js",
66
"repository": {

packages/extension/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"default_locale": "zh_CN",
44
"name": "__MSG_extName__",
5-
"version": "2.11.0",
5+
"version": "2.11.1",
66
"description": "__MSG_extDesc__",
77
"icons": {
88
"16": "icons/icon16.png",

releases/v2.11.1.en.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Prompt Optimizer v2.11.1
2+
3+
## Summary
4+
- Restores image-workspace analysis actions so generated image results can be analyzed from the current workspace surface.
5+
- Adds single-favorite sharing as standalone HTML and original PNG files, with import support through the existing Favorites import entry.
6+
- Updates MkDocs user documentation for favorite sharing, PNG metadata limits, and recent remote-backup behavior.
7+
8+
## Highlights
9+
- Favorites can now travel as polished share files: HTML is immediately inspectable and copyable, while original PNG files can carry import data for visual sharing.
10+
11+
## Product Updates
12+
### Desktop
13+
- No desktop-specific user-facing changes landed in this patch release.
14+
15+
### Web
16+
- Added a share action in favorite details.
17+
- Added a favorite share export dialog with HTML/PNG preview, section controls, localized labels, and a fixed Prompt Optimizer watermark.
18+
- Added import support for shared `.html`, `.htm`, and original `.png` favorite files in the existing Favorites import upload entry.
19+
- Clarified the Favorites import copy so ZIP, JSON, share HTML, and original PNG files are presented as one upload path.
20+
- Updated MkDocs Favorites and Data Management guides with sharing instructions and remote-backup safety notes.
21+
22+
### Extension
23+
- The extension package version is synchronized to v2.11.1 and inherits the shared UI improvements.
24+
25+
### Core/Infra
26+
- Added reusable favorite share package utilities for HTML embedding and PNG metadata.
27+
- Added live Garden E2E coverage for importing a Prompt Garden asset, exporting share HTML/PNG, and importing those generated files back.
28+
29+
## Fixes
30+
- Fixed image-workspace analysis actions so the right-side analysis result controls are connected.
31+
- Preserved Prompt Garden example media when exporting and importing shared favorite files.
32+
- Localized import instructions and share document labels according to the active UI language.
33+
34+
## Breaking Changes / Upgrade Notes
35+
- None.
36+
37+
## Developer Notes
38+
- The release range is `v2.11.0..HEAD`.
39+
- Version sync updated the root package, desktop package, and extension manifest to `2.11.1`.
40+
- Focused verification covered favorite share unit tests, import-panel tests, UI type-checking, linting, locale parity, MkDocs strict build, and the live Garden share E2E flow.
41+
42+
<!-- Release drafting reference:
43+
Remove every TODO placeholder before running "pnpm release:notes:check v2.11.1".
44+
45+
- Range: v2.11.0..HEAD
46+
- docs: update favorite sharing and backup guides (79e0ddf1)
47+
- feat(ui): support favorite share HTML and PNG files (afba1439)
48+
- fix(ui): wire image workspace analysis actions (efda7828)
49+
-->

releases/v2.11.1.zh-CN.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Prompt Optimizer v2.11.1
2+
3+
## 概括
4+
- 修复图像工作区分析操作,让生成结果可以从当前工作区继续分析。
5+
- 新增单个收藏的 HTML / 原始 PNG 分享文件,并支持从现有收藏导入入口恢复。
6+
- 更新 MkDocs 用户文档,补充收藏分享、PNG 元信息限制和近期远程备份说明。
7+
8+
## 亮点
9+
- 收藏现在可以作为更精美的分享文件流转:HTML 便于直接查看和复制,原始 PNG 则适合视觉传播并携带可导入数据。
10+
11+
## 产品更新
12+
### Desktop
13+
- 本次补丁没有桌面端专属的用户可见变化。
14+
15+
### Web
16+
- 在收藏详情中新增分享操作。
17+
- 新增收藏分享导出弹窗,支持 HTML / PNG 预览、区块控制、本地化文案和固定 Prompt Optimizer 水印。
18+
- 现有收藏导入上传入口支持分享 `.html``.htm` 和原始 `.png` 文件。
19+
- 调整收藏导入文案,明确 ZIP、JSON、分享 HTML 和原始 PNG 都走同一个上传入口。
20+
- 更新 MkDocs 的收藏与数据管理指南,补充分享操作路径和远程备份安全提示。
21+
22+
### Extension
23+
- 扩展包版本同步到 v2.11.1,并继承共享 UI 改进。
24+
25+
### Core/Infra
26+
- 新增可复用的收藏分享包工具,覆盖 HTML 内嵌数据和 PNG 元信息写入/读取。
27+
- 新增 live Garden E2E 覆盖:从 Prompt Garden 导入资产,导出分享 HTML/PNG,再分别导入生成文件。
28+
29+
## 修复
30+
- 修复图像工作区分析操作,确保右侧分析结果区域的相关按钮已接入。
31+
- 修复分享收藏导入导出过程中 Prompt Garden 示例媒体丢失的问题。
32+
- 分享文件内的导入说明和文档标签会随当前 UI 语言本地化。
33+
34+
## 破坏性变更 / 升级说明
35+
- 无。
36+
37+
## 开发者说明
38+
- 本次发布范围是 `v2.11.0..HEAD`
39+
- 版本同步已将根包、桌面包和扩展 manifest 更新到 `2.11.1`
40+
- 重点验证覆盖收藏分享单测、导入面板测试、UI 类型检查、lint、locale parity、MkDocs strict build,以及 live Garden 分享 E2E 流程。
41+
42+
<!-- Release drafting reference:
43+
Remove every TODO placeholder before running "pnpm release:notes:check v2.11.1".
44+
45+
- Range: v2.11.0..HEAD
46+
- docs: update favorite sharing and backup guides (79e0ddf1)
47+
- feat(ui): support favorite share HTML and PNG files (afba1439)
48+
- fix(ui): wire image workspace analysis actions (efda7828)
49+
-->

0 commit comments

Comments
 (0)