Skip to content

Commit

Permalink
1.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Aug 9, 2024
1 parent 668bf1b commit a293e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.22 (August 9, 2024)

* added connection timeout in settings
* improved bin/hex hint display, now as 2's complement and full length
* added ArrayBytes I64 support for haxe nightly build

## 1.4.21 (July 23, 2024)

* fixed stack when Null access .xxx and Can't cast xxx to String
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.21",
"version": "1.4.22",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
Expand Down

0 comments on commit a293e0b

Please sign in to comment.