diff --git a/bin/History.txt b/bin/History.txt index 0fdfc3e1..d969fd36 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,14 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.28.4.0 - 16 Mar 2019 +---------------------- +. [Change #616] Improved accuracy for 'RGB (Color Monitor)' for hires. +. [Bug #611] Holding down F9 to cycle through the video modes results in occasional flicker with garbage. +. [Bug #627] Rainbow demo not working correctly when vertical blend is enabled. +. [Bug #628] Filename suffix check for .gz and .zip needs to be case-insensitive. + + 1.28.3.0 - 3 Mar 2019 --------------------- . [Change #625] AltGr+ does not send the value to $C000. diff --git a/resource/version.h b/resource/version.h index a6671481..ec8ebb7a 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,28,3,1 +#define APPLEWIN_VERSION 1,28,4,0 #define xstr(a) str(a) #define str(a) #a