v1.0.143

affaan-m/ECCv1.0.143Jul 28, 2026by github-actions[bot]

AI Summary

This release improves compatibility for PowerPoint presentations by fixing notes slides and enhances command-line interface reliability with proper UTF-8 handling for piped input.

Key Highlights

  • Notes slides now include required package relationships
  • CLI stdin decoding handles UTF-8 without mutating console
  • Excel drawing hyperlinks and grouped shapes are preserved during round-trip
  • New contributors @leomem and @tjlstar

New Features

  • Notes slide package relationships fix
  • UTF-8 decoding fix for CLI stdin
  • Preservation of Excel drawing hyperlinks and shapes

Full Release Notes

## What's Changed
* fix(pptx): notes slides get the package relationships they require by @leomem in https://github.com/iOfficeAI/OfficeCLI/pull/265
* fix(cli): decode piped stdin as UTF-8 without mutating the console by @leomem in https://github.com/iOfficeAI/OfficeCLI/pull/264
* Preserve Excel drawing hyperlinks and grouped shapes during round-trip by @tjlstar in https://github.com/iOfficeAI/OfficeCLI/pull/266

## New Contributors
* @leomem made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/265
* @tjlstar made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/266

**Full Changelog**: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.142...v1.0.143