Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions documentation/docfx/releases/4.147.0-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,29 @@
AI uses this data to generate the polished release notes below.
Re-run the script to refresh this data from git history.

Generated: 2026-05-24T18:58:07Z by generate-release-notes.py
Generated: 2026-05-24T21:32:44Z by generate-release-notes.py
version: 4.147.0
status: unreleased
branch: main
diff: release/4.147.0-preview.3..main
prs: 2
prs: 5

- [Security] Add Component Governance alert integration to security-audit skill by @mattleibow in https://github.com/mono/SkiaSharp/pull/4058 (30 commits, 2 days)
- Fix release notes workflow to always checkout main by @mattleibow in https://github.com/mono/SkiaSharp/pull/4059 (2 commits, 1 day)
- [docs] Update release notes for 4.147.0 (preview.3) by @mattleibow in https://github.com/mono/SkiaSharp/pull/4057 (3 commits, 1 day)
- Update harfbuzz to 14.2.0 by @mattleibow in https://github.com/mono/SkiaSharp/pull/4035 (1 commit, 1 day) (skia: mono/skia#241)
- Document ADO pipeline chain tracking in release skills by @mattleibow in https://github.com/mono/SkiaSharp/pull/4050 (9 commits, 2 days)
-->

<!-- Generated: 2026-05-24T18:58:07Z by claude-sonnet-4.6 -->
<!-- Generated: 2026-05-24T21:34:00Z by claude-sonnet-4.6 -->

# Version 4.147.0

> **Upcoming release** · In development · Not yet available on NuGet

## Highlights

This release updates the HarfBuzz text shaping engine to 14.2.0, bringing the latest upstream improvements to text layout and shaping.
This release updates the HarfBuzz text-shaping engine to version 14.2.0, bringing the latest upstream improvements to text layout across all platforms.

## Breaking Changes

Expand All @@ -32,4 +35,6 @@ This release updates the HarfBuzz text shaping engine to 14.2.0, bringing the la

### Text & Fonts

- **HarfBuzz updated to 14.2.0** — Upgrades the bundled HarfBuzz library to version 14.2.0, picking up the latest text shaping bug fixes and improvements from upstream. ([#4035](https://github.com/mono/SkiaSharp/pull/4035))
- **HarfBuzz 14.2.0** — Updates the bundled HarfBuzz library from the previous version to 14.2.0, picking up upstream bug fixes and shaping improvements. ([#4035](https://github.com/mono/SkiaSharp/pull/4035))

Plus several CI and documentation improvements.
Loading