diff --git a/bin/History.txt b/bin/History.txt index 2b7c778e..d7866c06 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,15 +8,17 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.29.2.0 - ?? Sep 2019 ----------------------- +1.29.2.0 - 6 Sep 2019 +--------------------- . [Change #678] Hotkeys to change emulation speed: - Ctrl-0 Toggles between custom speed and Full-Speed - Ctrl-1 Sets 1 MHz - Ctrl-3 Sets Full-Speed . [Change #671] Register .woz extension with AppleWin. Updated AppleWin.chm & DELREG.INF. +. [Bug #685] Fixed support for French Touch's "CHIP" demo (Mockingboard / multi-TIMER interrupt support). . [Bug #677] Loading a save-state wasn't restoring the pending IRQ. -. [Bug #677] For WOZ images: all even disk I/O read accesses will now read the data latch. +. [Bug #672] For WOZ images: all even disk I/O read accesses will now read the data latch. +. [Bug #650] NTSC TV (Color and B&W): image was half an Apple II scanline vertically shifted down. . [PR #674] Prevent uninitialized value bugs and improve string safety. diff --git a/resource/version.h b/resource/version.h index 4f193589..5d3cf79b 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,1,2 +#define APPLEWIN_VERSION 1,29,2,0 #define xstr(a) str(a) #define str(a) #a