@a3s-lab/office 0.46.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -309,6 +309,17 @@ and [CLI reference](./docs/latest/en/cli-reference.md).
309
309
 
310
310
  ## Current release
311
311
 
312
+ Version `0.47.0` adds a bounded common-field workflow for Writer without
313
+ introducing a second document model or a remote service:
314
+
315
+ - The Insert ribbon exposes live word and character counts. PAGE, NUMPAGES,
316
+ SECTION, SECTIONPAGES, DATE, and TIME continue to refresh from the measured
317
+ page model, while generated field results stay out of document statistics.
318
+ - The Cross-reference dialog can insert a bookmark-backed `PAGEREF` with a
319
+ stable target identity. Supported native DOCX switches round-trip as fields;
320
+ unsupported, malformed, nested, or missing-target instructions remain cached
321
+ text with explicit compatibility diagnostics.
322
+
312
323
  Version `0.46.0` adds native, bounded Writer text boxes without introducing a
313
324
  second document model or a remote service:
314
325