|
| 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 | +--> |
0 commit comments