Back to Prompt Optimizer

Prompt Optimizer v2.9.1

releases/v2.9.1.en.md

2.10.22.0 KB
Original Source

Prompt Optimizer v2.9.1

Summary

  • Restored a clearly visible remove action for multi-image uploads by moving the control back to the image preview instead of leaving it as a footer text button.
  • Swapped the text label for a dedicated X icon button so the delete affordance feels consistent with the nearby drag handle and less visually abrupt.
  • Improved the button contrast, hit area, and hover feedback so users are less likely to miss the remove action during multi-image editing.

Highlights

  • Multi-image cards now surface a more obvious top-right remove button, making cleanup faster when you are rearranging or replacing several reference images.

Product Updates

Desktop

  • Desktop builds inherit the same multi-image upload hotfix because the packaged app ships the updated web workspace bundle.

Web

  • Replaced the footer "Delete" action in the multi-image upload cards with a top-right icon button layered over the preview.
  • Tuned the overlay styling to be easier to notice without fighting the surrounding drag-and-drop UI.

Fixes

  • Fixed a regression from v2.9.0 where the multi-image remove action looked too heavy as text in the footer but was also easy to miss in dense editing flows.
  • Fixed the card affordance hierarchy so remove and reorder controls feel like part of the same interaction cluster instead of competing buttons.

Breaking Changes / Upgrade Notes

  • None.

Developer Notes

  • The remove control is now rendered as a preview overlay again, with source guards updated to ensure the icon action stays inside the preview region instead of drifting back into the footer row.
<!-- Release drafting reference: Remove every TODO placeholder before running "pnpm release:notes:check v2.9.1". - Range: v2.9.0..HEAD - fix(ui): restore visible multi-image remove icon (7fe2b589) - fix(ui): make multi-image remove action explicit (a9205df3) - fix(release): restore differential update assets (7dcb67a0) - docs(mkdocs): add english desktop deployment guide (db11db7b) - fix(release): use version as release title (10da5326) -->