diff --git a/bin/History.txt b/bin/History.txt index c64fea08..7d65cb91 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,15 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.6.0 - 30 Oct 2021 +---------------------- +. [Bug #993] Fix Mousecard not persisting after a machine's hardware changes. (Regression at 1.30.5.0) +. [Bug #985] Fix one-shot paddle timers. [xotmatrix] +. [Bug #989] Debugger: Fix disassembly for NMOS 6502's JMP (Indirect) not showing correct target address. +. [Change #987] Debugger: Add 'lbr' command to show Last Branch Record for a change to the control-flow from an instruction or interrupt. + - NB. Bcc opcodes that aren't taken don't affect lbr. +. Debugger: Add 'brkint ' command to break at the instruction after an interrupt is taken. + 1.30.5.0 - 2 Oct 2021 --------------------- diff --git a/resource/version.h b/resource/version.h index fce3a13d..0f2eb642 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,5,0 +#define APPLEWIN_VERSION 1,30,6,0 #define xstr(a) str(a) #define str(a) #a