From 7281fc904c51cf6a2ebbd9f4accfe473dc52e052 Mon Sep 17 00:00:00 2001 From: Yuxiao Mao Date: Tue, 23 Jul 2024 12:18:25 +0200 Subject: [PATCH] 1.4.21 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76835cd..57304e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.4.21 (July 23, 2024) + +* fixed stack when Null access .xxx and Can't cast xxx to String +* fixed f32 array display +* added array access for bytes +* added eval hint UI8(i), UI16(i), I32(i), I64(i), F32(i), F64(i) for bytes + ## 1.4.20 (July 15, 2024) * fixed Sys.command detected as access violation on Linux diff --git a/package.json b/package.json index f0107c4..27b8932 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.20", + "version": "1.4.21", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",