Back to Prompt Optimizer

Prompt Optimizer v2.11.1

releases/v2.11.1.en.md

2.11.12.6 KB
Original Source

Prompt Optimizer v2.11.1

Summary

  • Restores image-workspace analysis actions so generated image results can be analyzed from the current workspace surface.
  • Adds single-favorite sharing as standalone HTML and original PNG files, with import support through the existing Favorites import entry.
  • Updates MkDocs user documentation for favorite sharing, PNG metadata limits, and recent remote-backup behavior.

Highlights

  • 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.

Product Updates

Desktop

  • No desktop-specific user-facing changes landed in this patch release.

Web

  • Added a share action in favorite details.
  • Added a favorite share export dialog with HTML/PNG preview, section controls, localized labels, and a fixed Prompt Optimizer watermark.
  • Added import support for shared .html, .htm, and original .png favorite files in the existing Favorites import upload entry.
  • Clarified the Favorites import copy so ZIP, JSON, share HTML, and original PNG files are presented as one upload path.
  • Updated MkDocs Favorites and Data Management guides with sharing instructions and remote-backup safety notes.

Extension

  • The extension package version is synchronized to v2.11.1 and inherits the shared UI improvements.

Core/Infra

  • Added reusable favorite share package utilities for HTML embedding and PNG metadata.
  • Added live Garden E2E coverage for importing a Prompt Garden asset, exporting share HTML/PNG, and importing those generated files back.

Fixes

  • Fixed image-workspace analysis actions so the right-side analysis result controls are connected.
  • Preserved Prompt Garden example media when exporting and importing shared favorite files.
  • Localized import instructions and share document labels according to the active UI language.

Breaking Changes / Upgrade Notes

  • None.

Developer Notes

  • The release range is v2.11.0..HEAD.
  • Version sync updated the root package, desktop package, and extension manifest to 2.11.1.
  • 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.
<!-- Release drafting reference: Remove every TODO placeholder before running "pnpm release:notes:check v2.11.1". - Range: v2.11.0..HEAD - docs: update favorite sharing and backup guides (79e0ddf1) - feat(ui): support favorite share HTML and PNG files (afba1439) - fix(ui): wire image workspace analysis actions (efda7828) -->