Skip to content

Commit

Permalink
Version 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Mar 4, 2023
1 parent bb17602 commit 88cdd88
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 52 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

# 3.2.2
- Fix for #108: Reverse engineering: Call Graph and Flow Chart failing to render
- Changed disassembly "out (c),f" to "out (c),0"
- Fix for #108: Reverse engineering: Call Graph and Flow Chart failing to render.
- Changed disassembly "out (c),f" to "out (c),0".
- Fixed display of hex number in flowchart.

# 3.2.1
- Fix for #107: Z80CPU Error: TypeError: Cannot read properties of undefined (reading 'start')
- Fix for #107: Z80CPU Error: TypeError: Cannot read properties of undefined (reading 'start').

# 3.2.0
- Changed to esbuild. Package size decreased.
Expand Down
46 changes: 0 additions & 46 deletions html/whatsnew_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
href="https://github.com/maziac/DeZog/blob/master/documentation/ReverseEngineeringUsage.md">ReverseEngineeringUsage.md</a>.
</li>

<li><span class="changelog-badge changelog-badge-new">NEW</span><br>
<strong>Disassembler</strong>: The disassembler follows the execution path. It is able to recognize subroutines and can include defined labels.
You can interactively create own list files with comments from the disassembly.
</li>

<li>
<span class="changelog-badge changelog-badge-new">NEW</span><br>
<strong><a href="https://github.com/maziac/DeZog/blob/master/documentation/ReverseEngineeringUsage.md#call-graph">Call Graphs</a></strong>: Show a call graph of a subroutine. You can interactively change the calling depth.<br>
Expand All @@ -27,44 +22,3 @@
<strong><a href="https://github.com/maziac/DeZog/blob/master/documentation/ReverseEngineeringUsage.md#smart-disassembly">Smart Disassembly</a></strong>: Output a smart disassembly into a window. Jumps and calls will be visualized with arrows. Here, as well, you can select different calling depths.<br>
<img width="25%" src="assets/whatsnew3.0/smart_disassembly.jpg" />
</li>

<li>
<span class="changelog-badge changelog-badge-new">NEW</span><br>
<a href="https://github.com/maziac/DeZog/blob/master/documentation/ReverseEngineeringUsage.md#delta-search">Delta Search</a>: An easy way to search for strings with encodings other than ASCII.
</li>

<li>
<span class="changelog-badge changelog-badge-new">NEW</span><br>
'zsim' now supports <a href="https://github.com/maziac/DeZog/blob/master/documentation/Usage.md#customMemory">custom memory maps</a>. This offers more simulation opportunities. It is even possible to define custom slot ranges and custom banks. Also customized io based memory switching can be simulated.
</li>

<li>
<span class="changelog-badge changelog-badge-new">NEW</span><br>
Added "z88dkv2" parsing of .lis files for z88dk v2.2 and above.
</li>

<li>
<span class="changelog-badge changelog-badge-new">NEW</span><br>
When using MAME, "load" (launch.json) is now supported for 48k sna files. Furthermore "loadObjs" is supported.
</li>

<li>
<span class="changelog-badge changelog-badge-changed">CHANGED</span><br>
Memory views now support a search bar.
</li>

<li>
<span class="changelog-badge changelog-badge-changed">CHANGED</span><br>
Parsing errors/warnings (list/sld files) are now reported in the PROBLEM pane.
</li>

<li>
<span class="changelog-badge changelog-badge-changed">CHANGED</span><br>
ASSERTIONs, WPMEMs and LOGPOINTs can now easily be enabled/disabled in the vscode BREAKPOINTS pane. This makes the DEBUG CONSOLE commands, -assertion, -wpmem and -logpoint, superfluous.
</li>

<li>
<span class="changelog-badge changelog-badge-fixed">FIXED</span><br>
A lot of minor fixes and improvements.
</li>

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dezog",
"displayName": "DeZog",
"version": "3.2.2-rc3",
"version": "3.2.2",
"publisher": "maziac",
"description": "Visual Studio Code Debugger for the Z80 and ZX Spectrum.",
"author": {
Expand Down
Binary file added releases/dezog-3.2.2.vsix
Binary file not shown.

0 comments on commit 88cdd88

Please sign in to comment.