From 8d0cdf317cb4b685a4eb654640cf43df38208631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:26:33 +0000 Subject: [PATCH] docs: update release notes for 4.150.0 (unreleased/main) Auto-generated release notes for version 4.150.0 (in-development, main branch). - 2 PRs since release/4.150.0-preview.1 - Supersedes 4.148.0 (preview-only, rolled up) - Regenerated TOC and index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../docfx/releases/4.150.0-unreleased.md | 42 +++++++++++++++++++ documentation/docfx/releases/TOC.yml | 5 +++ documentation/docfx/releases/index.md | 2 + 3 files changed, 49 insertions(+) create mode 100644 documentation/docfx/releases/4.150.0-unreleased.md diff --git a/documentation/docfx/releases/4.150.0-unreleased.md b/documentation/docfx/releases/4.150.0-unreleased.md new file mode 100644 index 00000000000..09489d9c318 --- /dev/null +++ b/documentation/docfx/releases/4.150.0-unreleased.md @@ -0,0 +1,42 @@ + + + + +# Version 4.150.0 + +> **Upcoming release** · In development · Not yet available on NuGet + +> **Supersedes [4.148.0](4.148.0-unreleased.md)** · Rolls up preview-only work that was never released as stable — those changes are included cumulatively below. + +## Highlights + +This in-development release cumulates all preview-only 4.148.0 work — including the Skia m148 engine upgrade, API surface refinements, and significant bug fixes — and adds harfbuzz 14.2.1 plus a containerized Tizen build environment on top of that foundation. + +## Breaking Changes + +*None in this release.* + +## New Features + +### Dependencies + +- **harfbuzz 14.2.1** — Updates the text shaping engine bundled inside Skia to the latest harfbuzz release. ([#4167](https://github.com/mono/SkiaSharp/pull/4167)) + +### Platform + +- **Tizen builds in Docker** — Tizen native dependencies are now compiled inside a Docker container, improving build reproducibility and environment isolation. ([#4154](https://github.com/mono/SkiaSharp/pull/4154)) diff --git a/documentation/docfx/releases/TOC.yml b/documentation/docfx/releases/TOC.yml index eda96b5626e..9849053d620 100644 --- a/documentation/docfx/releases/TOC.yml +++ b/documentation/docfx/releases/TOC.yml @@ -1,5 +1,10 @@ - name: Overview href: index.md +- name: Version 4.150.x + href: 4.150.0-unreleased.md + items: + - name: Version 4.150.0 (Unreleased) + href: 4.150.0-unreleased.md - name: Version 4.148.x href: 4.148.0-unreleased.md items: diff --git a/documentation/docfx/releases/index.md b/documentation/docfx/releases/index.md index e5d5034987a..86acba2d815 100644 --- a/documentation/docfx/releases/index.md +++ b/documentation/docfx/releases/index.md @@ -4,6 +4,8 @@ Release notes for all SkiaSharp versions. ### SkiaSharp 4.x +- **Version 4.150.x** + - [Version 4.150.0 (Unreleased)](4.150.0-unreleased.md) - **Version 4.148.x** - [Version 4.148.0 (Unreleased)](4.148.0-unreleased.md) - **Version 4.147.x**