From 8e0b425279ee298198cf3f41185302af2fa63b6d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 1 Jul 2026 14:18:59 +1000 Subject: [PATCH 1/3] feat(news): news july 2026 --- news/2026-07-01-july-news.md | 80 ++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 news/2026-07-01-july-news.md diff --git a/news/2026-07-01-july-news.md b/news/2026-07-01-july-news.md new file mode 100644 index 00000000000..37a6bfc9627 --- /dev/null +++ b/news/2026-07-01-july-news.md @@ -0,0 +1,80 @@ +--- +slug: 2026-07 +title: July 2026 +description: Extension Updates +image: images/adobeair.png +authors: [ marchbold ] +tags: [newsletter, gameservices, nativewebview, windows, chromium] +--- + +> June Release Update + +June focused on Windows functionality improvements in NativeWebView and maintenance updates to GameServices packaging and documentation. + +Key focus: + +- NativeWebView Windows updates for cookie handling and cache clearing +- NativeWebView Chromium runtime update to v147.0.10 +- GameServices packaging update to remove ReplayKit inclusion from the norecording workflow + + + + +Here's a quick overview of the latest extension updates: + +:::note Extension Updates +- [NativeWebView v9.0.1](https://github.com/airnativeextensions/ANE-NativeWebView/releases/tag/v9.0.1) - Windows implementation updates, including improved cookie clearing, cache clearing, and Chromium version update +- [GameServices v11.0.3](https://github.com/airnativeextensions/ANE-GameServices/releases/tag/v11.0.3) - norecording packaging update and documentation cleanup +::: + +If you have any questions, we're here to help! + + +--- + +![](images/nativewebview.png) + +### [NativeWebView](https://airnativeextensions.com/extension/com.distriqt.NativeWebView) + +[v9.0.1](https://github.com/airnativeextensions/ANE-NativeWebView/releases/tag/v9.0.1) + +This release updates the Windows implementation with better cache and cookie management and includes a Chromium runtime update. + +#### Updates +- Windows: Improved remove-all-cookies functionality to better handle each WebView request context +- Windows: Added clear cache functionality +- Windows: Updated Chromium version to v147.0.10 + + +--- + +![](images/gameservices.png) + +### [GameServices](https://airnativeextensions.com/extension/com.distriqt.GameServices) + +[v11.0.3](https://github.com/airnativeextensions/ANE-GameServices/releases/tag/v11.0.3) + +Maintenance update improving norecording packaging behavior and cleaning up outdated documentation references. + +#### Updates +- norecording: Updated implementation to remove ReplayKit inclusion and release airpackage +- Documentation: Removed references to legacy dependency com.distriqt.playservices.Drive +- Android Library Versions: + - `com.google.android.gms.play-services-games` v21.0.0 + + +--- + +![](images/adobeair.png) + +## Further Information + +As always, thank you for your continued support of distriqt and the AIR developer community. +Your feedback and contributions help us keep these extensions up to date and running smoothly across platforms. + +- For full documentation and setup guides, visit [docs.airnativeextensions.com](https://docs.airnativeextensions.com) +- Join the AIR community discussions and get support at [github](https://github.com/airsdk/Adobe-Runtime-Support/) +- Publicly available extensions at [airnativeextensions](https://github.com/airnativeextensions) +- [Support](https://github.com/sponsors/marchbold) my ongoing involvement in the community + +Stay tuned for more updates next month! From a607e5513fc44ee4ad0cacd793277f814e9e21c7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 1 Jul 2026 14:23:50 +1000 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- news/2026-07-01-july-news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2026-07-01-july-news.md b/news/2026-07-01-july-news.md index 37a6bfc9627..cb405c1f835 100644 --- a/news/2026-07-01-july-news.md +++ b/news/2026-07-01-july-news.md @@ -41,7 +41,7 @@ If you have any questions, we're here to help! This release updates the Windows implementation with better cache and cookie management and includes a Chromium runtime update. #### Updates -- Windows: Improved remove-all-cookies functionality to better handle each WebView request context +- Windows: Improved `removeAllCookies` functionality to better handle each WebView request context - Windows: Added clear cache functionality - Windows: Updated Chromium version to v147.0.10 From 6f4cb5f79b8dedbd8314775d353a86a03a663498 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 1 Jul 2026 14:24:06 +1000 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- news/2026-07-01-july-news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2026-07-01-july-news.md b/news/2026-07-01-july-news.md index cb405c1f835..046a9e9445e 100644 --- a/news/2026-07-01-july-news.md +++ b/news/2026-07-01-july-news.md @@ -57,7 +57,7 @@ This release updates the Windows implementation with better cache and cookie man Maintenance update improving norecording packaging behavior and cleaning up outdated documentation references. #### Updates -- norecording: Updated implementation to remove ReplayKit inclusion and release airpackage +- norecording: Updated implementation to remove ReplayKit inclusion and release the airpackage - Documentation: Removed references to legacy dependency com.distriqt.playservices.Drive - Android Library Versions: - `com.google.android.gms.play-services-games` v21.0.0