From 0194172b67727862bb7073c09cb63f1d5812c9a8 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Jan 2026 12:14:01 +1000 Subject: [PATCH 1/2] feat(news): latest air sdk release 51.2.2.7 --- news/2026-01-19-air-release.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 news/2026-01-19-air-release.md diff --git a/news/2026-01-19-air-release.md b/news/2026-01-19-air-release.md new file mode 100644 index 000000000..343ff4dcb --- /dev/null +++ b/news/2026-01-19-air-release.md @@ -0,0 +1,34 @@ +--- +title: Release 51.2.2.7 +authors: [ marchbold ] +tags: [ airsdk, updates ] +--- + +New AIR SDK Release **51.2.2.7** + +This is the final planned release on the 51.2 branch, we have 51.3 coming shortly with some new features. This one should improve stability particularly around multimedia (reversion of [#3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788) which had caused a number of issues) and iOS URL streams ([#4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004) and related reports). + +- [Release Notes](https://airsdk.harman.com/api/versions/51.2.2.7/release-notes/Release_Notes_AIR_SDK_51.2.2.pdf) + + + +## Download + +Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started + +- https://github.com/airsdk/airsdkmanager-releases/releases/latest + +:::info +For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files. +::: + + +## Bug Fixes + +- AIR-7546: AIR security - notify users on license/package mismatch +- AIR-7858: ADT to get correct serial no. when using macOS native codesign +- AIR-7894: Crash in WebView2 shutdown with pending postMessage events +- [github-3537](https://github.com/airsdk/Adobe-Runtime-Support/issues/3537): AIR ApplicationUpdater to use the active window's renderMode +- [github-3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788): Reverting Netstream disposal optimisations due to instabilities +- [github-4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004): Refactoring URLStream handling on iOS to avoid crash +- [github-4111](https://github.com/airsdk/Adobe-Runtime-Support/issues/4111): Ensuring symlinks are accepted when packaging macOS apps From 0e5810908a2b50fedd55e855c2cef0813f326c27 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Jan 2026 12:14:15 +1000 Subject: [PATCH 2/2] fix: applications definition issue --- src/data/applications.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/applications.tsx b/src/data/applications.tsx index 265a3c60c..606b3f7a6 100644 --- a/src/data/applications.tsx +++ b/src/data/applications.tsx @@ -58,13 +58,13 @@ export type Application = { // Add your application to this list const Applications: Application[] = [ { - title: 'FlashWords AAC'; - description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. '; - preview: require('./showcase/flashwordsaac.png'); - publishDate: new Date(2015, 9, 30); - tags: ['education', 'mobile', 'desktop', 'game']; - website: 'https://www.integratools.at'; - appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526'; + title: 'FlashWords AAC', + description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ', + preview: require('./showcase/flashwordsaac.png'), + publishDate: new Date(2015, 9, 30), + tags: ['education', 'mobile', 'desktop', 'game'], + website: 'https://www.integratools.at', + appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526', }, { title: 'String art DIY',