Skip to content

Commit 8b26860

Browse files
committed
1.4.34
1 parent bb18dba commit 8b26860

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.34 (December 12, 2025)
2+
3+
* fixed noDebug option still attach debugger
4+
* added Array UI8/GUID support, map value GUID support for haxe nightly
5+
* fixed stacktrace request with non-VSCode DAP server (#141)
6+
* added guid hint, fixed hex/bin hint on big float
7+
18
## 1.4.33 (September 9, 2025)
29

310
* fixed unknown value length for haxe.io.Bytes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "haxe-hl",
33
"displayName": "HashLink Debugger",
4-
"version": "1.4.33",
4+
"version": "1.4.34",
55
"publisher": "HaxeFoundation",
66
"license": "MIT",
77
"description": "Debugger for Haxe/HashLink applications",

0 commit comments

Comments
 (0)