Skip to content

Commit

Permalink
1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jul 23, 2024
1 parent c8924aa commit 7281fc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7281fc9

Please sign in to comment.