Skip to content

Commit 4d9c539

Browse files
committed
version bump and changelog
1 parent 1af26f1 commit 4d9c539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
2025-03-05: First official release (0.75)
33
2025-03-21: Bump to v0.80 - Add support for external labels, such as BIOS calls. Improved code detection methods.
44
2025-06-13: Bump to v0.85 - Add the ability to define user-defined labels to the labels file. Increased error handling, more informational messages.
5+
2025-06-18: Bump to v0.87 - Corrected issues with string detection where strings weren't being properly decoded.

z80-disassembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Pointer(NamedTuple):
9090
str_sizes = {}
9191
style = "asm"
9292
hexstyle = "0x"
93-
myversion = "0.85"
93+
myversion = "0.87"
9494

9595

9696
#--- Debugging functions ---

0 commit comments

Comments
 (0)