From ce4c92d9f96f10219c7b11e4cc1a8798edadb9ad Mon Sep 17 00:00:00 2001 From: Yuxiao Mao Date: Thu, 20 Jun 2024 09:15:49 +0200 Subject: [PATCH] 1.4.15 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b605544..a2d136d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.15 (June 19, 2024) +* fixed eval call: stack/reg/breakpoint corruption, function resolution +* fixed single captured variable +* fixed macOS code signature verification when hl path has spaces (#132) + ## 1.4.14 (June 5, 2024) * fixed eval this diff --git a/package.json b/package.json index 264eb16..51ab444 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.14", + "version": "1.4.15", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",