Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Jan 13, 2023
1 parent 427b48c commit 87247cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# 3.2.0
- Changed to esbuild. Package size decreased.
- zsim:
- Audio fixed for chrome behavior. Note: audio is not started until the user has interacted with the simulator webview.
- zsim: Audio fixed for chrome behavior. Note: audio is not started until the user has interacted with the simulator webview.
- Fixed an old bug when using different palettes in patterns and sprites view.
- "-address" debug console command to print out debug information abour an address.

# 3.1.2
- Added option 'Break on Interrupt' in vscode's BREAKPOINTS panel. Therefore the command "-e breakinterrupt on" has been removed.
Expand Down
3 changes: 1 addition & 2 deletions html/whatsnew_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</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.
<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>

Expand Down
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.3.0-rc1",
"version": "3.2.0",
"publisher": "maziac",
"description": "Visual Studio Code Debugger for the Z80 and ZX Spectrum.",
"author": {
Expand Down
Binary file added releases/dezog-3.2.0.vsix
Binary file not shown.

0 comments on commit 87247cf

Please sign in to comment.