diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b8c8d3..7aa14f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e5b9b8f4..d25142f7 100644 --- a/package.json +++ b/package.json @@ -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"