Skip to content

Commit

Permalink
1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BartmanAbyss committed Nov 6, 2022
1 parent 437418d commit 00d97cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.5",
"version": "1.6.6",
"license": "GPL-3.0-or-later",
"engines": {
"vscode": "^1.46.0"
Expand Down

0 comments on commit 00d97cf

Please sign in to comment.