Skip to content

v1.1.0

Latest

Choose a tag to compare

@ym259 ym259 released this 09 Mar 17:49
· 33 commits to main since this release

What's New

Bulk operation tools

Added 4 new tools for batch editing in a single file read/write cycle:

  • edit_paragraphs — Replace text of multiple paragraphs at once
  • insert_paragraphs — Insert multiple paragraphs with automatic index shifting
  • set_heading_bulk — Convert multiple paragraphs to headings
  • edit_table_cells — Edit multiple table cells across different tables

All bulk tools support tracked changes and share the same engine logic as their single-operation counterparts.

Improvements

  • Extracted shared helpers to eliminate code duplication between single and bulk variants
  • Fixed stale index bug in paragraph insertion
  • Fixed sort comparator edge case for append positions
  • 208 tests passing

Full Changelog: v1.0.0...v1.1.0