v0.5.2 Release Notes¶
This patch release restores mixed chart/table patch workflows on COM-backed execution and clarifies error behavior for non-COM environments.

Highlights¶
- Restored mixed-op support:
create_chartandapply_table_stylecan be executed in one request when the backend resolves to COM (backend="com"or COM-availablebackend="auto").- Improved error behavior:
- when COM is unavailable, mixed
create_chart+apply_table_stylerequests now return a clear COM-required error. - Added and updated regression coverage:
- mixed request succeeds on COM
- mixed request fails clearly when COM is unavailable
backend="openpyxl"continues to rejectcreate_chartrequests
Notes¶
- This release does not add new MCP tools or patch operations.
- Documentation (README and MCP guide) has been aligned with the restored mixed-op behavior.