From cad525da567814e31e06a87a2bfe9de4d6a826a3 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 19 Dec 2024 10:32:07 -0800 Subject: [PATCH] 8.2.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ haxelib.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca7f078e3..bf7fe81c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +8.2.2 (12/19/2024) +------------------ + +* Fixed broken breakpoints in HTML5 debug builds. +* Fixed unecessary operations in `Promise` by inlining some getter functions. +* Fixed failure to read `gradle-plugin` attribute in `` tag. +* Fixed failed installation of app on iOS Simulator by choosing only simulators that are considered available. +* Fixed `lime test ios` to install and launch on a device when using Xcode 16 or newer. +* Fixed reported version of OpenAL library. +* Fixed memory cleanup when encoding PNG and JPEG images. +* Fixed error reporting `@rpath/libhl.dylib` not found on macOS when using HashLink nightly build. +* Fixed building HashLink on macOS that required cleaning between compiles. +* Fixed `embedBytes()` macro incorrectly running when `embedByteArray()` macro was also running. +* Fixed `ImageDataUtil.copyPixels()` causing crash on HashLink. +* Fixed missing `neko` target flag when cross-compiling to Windows without `-mingw` or `-cpp` flags. +* Fixed occasional failure running Lime tools by switching certain paths from relative to absolute. +* Fixed missing warning when `lime rebuild` commands fail because C++ source is not available from Haxelib. +* Fixed command instructions to specify requirement for absolute paths when setting up a platform. +* Added detection of `-cpp` flag when cross-compiling to Windows, which works like `-mingw`. +* Updated FreeType submodule to version 2.12.1 again. Resolved issues encountered when using this version in Lime 8.2.0. + 8.2.1 (11/01/2024) ------------------ diff --git a/haxelib.json b/haxelib.json index b3dcba7aa2..9ee26bf2cc 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": [], "description": "A foundational Haxe framework for cross-platform development", - "version": "8.2.1", - "releasenote": "Various bug fixes", + "version": "8.2.2", + "releasenote": "Fixed JS debug builds, install/launch on iOS, and other various bug fixes", "contributors": [ "singmajesty", "bowlerhat",