From 0f2d4b1878be4a5f313f4b01ff6e0a275124aa6b Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 19 Dec 2021 19:28:50 +0000 Subject: [PATCH] 1.30.7.0: Update History.txt --- bin/History.txt | 17 +++++++++++++++++ resource/version.h | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index 7d65cb91..c615a02c 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,23 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.7.0 - 19 Dec 2021 +---------------------- +. [Bug #997] Support VidHD card for IIgs Super Hi-Res (SHR) video modes, eg. for Total Replay box art. + - Support VidHD in slot 3 (via Config GUI or '-s3 vidhd'). + - Only partial VidHD support - ie. just for SHR video modes, but SHR is supported for all Apple II models. + - NB. AppleWin's window is slightly enlarged when VidHD card is inserted. + - Command line: Allow user to specify width & height (for full-screen); and allow separate x,y scaling in full-screen mode. + - eg. for 4:3 aspect ratio on monitors that support it: -no-full-screen -fs-width=1600 -fs-height=1200 + - Debugger: add 'shr' command to view video. +. [Change #1007] HDD: Fail if r/w access touches $Cnnn I/O space + - Debugger: On a HDD r/w failure, execution will break, and the debugger will show a stop reason message. + - Also fix HDD write wrapping at 64KiB boundary. +. [Change #996] Adapt HDD firmware to be slot-independent. + - Internal only, since currently no support to specify HDD Controller card in another slot. +. Debugger: Add 'brk all ' command to break on any BRK or invalid opcode. + + 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) diff --git a/resource/version.h b/resource/version.h index 0f2eb642..c10f8046 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,6,0 +#define APPLEWIN_VERSION 1,30,7,0 #define xstr(a) str(a) #define str(a) #a