diff --git a/CHANGELOG.md b/CHANGELOG.md index be404cd9..12b8c8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the "amiga-debug" extension will be documented in this file. +## 1.6.6 +- FIX: Make cpptools a recommendation, not dependency +- FIX: profiler: Fix section regex to handle multiple digits +- FIX: profiler: Parse frames-interp output by whitespace +- FIX: Path env var needs to be uppercase on Mac/Linux +- FIX: Update libSDL2, libSDL2_ttf dylib version +- FIX: disassembly: Source links broken for non-windows + ## 1.6.5 - FIX: Vasm fixes [PR#148](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/148) - CHG: Better stack unwinding for assembly code [PR#145](https://github.com/BartmanAbyss/vscode-amiga-debug/pull/154) diff --git a/package.json b/package.json index 63424b6d..8d4d4684 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": { "url": "https://github.com/BartmanAbyss/vscode-amiga-debug" }, - "version": "1.6.5", + "version": "1.6.6", "license": "GPL-3.0-or-later", "engines": { "vscode": "^1.46.0"