Skip to content

Commit

Permalink
1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BartmanAbyss committed Nov 13, 2022
1 parent 0c58fb3 commit ed3b9dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to the "amiga-debug" extension will be documented in this file.
See PR links for more information.

## 1.6.7
- NEW: profiler: Toggle right panel [PR#167](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/167)
- NEW: debugger: New panel for custom registers [PR#166](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/166)
- FIX: profiler: Fix mac rendering bug [PR#169](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/169)
- FIX: profiler: Mac keyboard shortcuts [PR#170](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/170)
- NEW: vasm: memory type suffix in section names [PR#171](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/171)
- FIX: assembly: Check cycle counts are for current file [PR#173](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/173)
- NEW: profiler: Track source from profile disassembly view [PR#168](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/168)

## 1.6.6
- FIX: Make cpptools a recommendation, not dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"url": "https://github.com/BartmanAbyss/vscode-amiga-debug"
},
"version": "1.6.6",
"version": "1.6.7",
"license": "GPL-3.0-or-later",
"engines": {
"vscode": "^1.46.0"
Expand Down

0 comments on commit ed3b9dd

Please sign in to comment.