1.28.1: Bumped version & updated History.txt

This commit is contained in:
tomcw 2019-02-02 16:11:06 +00:00
parent dd53812132
commit d0d9c0ce31
2 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.28.1.0 - 2 Feb 2019
---------------------
. [Change #523] Support Extended 80-Column Text/AppleColor Card's DHGR Mixed mode and 560x192 Mono mode.
. [PR #620] Corrected a few symbol names in APPLE2E.SYM for the 80STORE and 80COL I/O addresses.
. [Bug #617] Apple II,II+ keyboard: up/down arrow keys are now ignored.
1.28.0.0 - 12 Jan 2019
----------------------
. [Change #357] Resurrected the AppleWin 1.25 "Color (Standard)" video mode as "Color (RGB Monitor)".

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,28,0,0
#define APPLEWIN_VERSION 1,28,1,0
#define xstr(a) str(a)
#define str(a) #a