From 182bed5825dec9dc91f1b9ac36de63bd5fbc7e91 Mon Sep 17 00:00:00 2001 From: tomcw Date: Mon, 31 May 2021 20:09:51 +0100 Subject: [PATCH] 1.30.2.0 & update History.txt --- bin/History.txt | 12 +++++++++++- resource/version.h | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 3b055ee5..36cd88e6 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,16 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.2.0 - 31 May 2021 +---------------------- +. [Change #947] Uthernet: fix so that a h/w change doesn't require the app to be close & reopened. +. [Change #876] Command line: change -fs-height so only applied during full-screen (Windows mode unaffected). +. [Bug #958] Debugger: Mockingboard speech interrupt not working in debugger 'gg' mode. +. [Bug #952] Fix Mockingboard SC-01 speech for Ape Escape. +. Fix Phasor regression (at 1.30.0.0) as it does support reading AY-3-8913 registers in Mockingboard mode & Phasor native mode (just not Echo+ mode). +. Debugger: when displaying 6522 registers, if T1 and/or T2 is active, then display in white. + + 1.30.1.0 - 3 May 2021 --------------------- . Improve Mockingboard's 6522 support for cycle-accurate reading of IFR at Timer1/2 underflow. @@ -31,7 +41,7 @@ Note: This version only works under Windows XP and later. - A better alternative fix for WOZ images: 'Wasteland' and 'Legacy of the Ancients'. - Fix for WOZ images: 'Gruds in Space' (bug #921) and 'Buzzard Bait' (bug #930). . [Change #912] For 'Base 64A' add support for its F2 key via the Windows DEL key. -. [Change #876] Starting up windowed mode & fullscreen mode +. [Change #876] Starting up windowed mode & full-screen mode - New command line switch -no-full-screen to start in windowed mode. - Added command line switch -full-screen as an alias for -f. . [Change #864] Anti-M 1.8 doesn't work diff --git a/resource/version.h b/resource/version.h index 911f631c..918a0e71 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,1,0 +#define APPLEWIN_VERSION 1,30,2,0 #define xstr(a) str(a) #define str(a) #a