diff --git a/bin/History.txt b/bin/History.txt index ccf66a23..4c2ec95e 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,12 +9,15 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.27.5.0 - dd mmm 2018 +1.27.5.0 - 24 Jun 2018 ---------------------- +. [Bug #567] Fixed Mockingboard/6522: Reading the 6522's IER now returns 0x80|IER. . [Bug #556] Allow system key combinations to be read: Open Apple (left ALT) + ESC/SPACE/TAB. - Also fixes #145, #198, #448. - Support new command line switches: -no-hook-system-key, -alt-enter= - Fix for save-state which wasn't correctly saving last key. +. [Bug #555] Reverted 1.27.4's "Fix for showing 559th DHGR vertical column". + - So 559th DHGR vertical column remains hidden (this is still a bug). . [Bug #330] Any Key Down (AKD) wasn't working for the multi-key case. diff --git a/resource/Applewin.rc b/resource/Applewin.rc index cdd1c6b2..c207be7c 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,27,4,0 - PRODUCTVERSION 1,27,4,0 + FILEVERSION 1,27,5,0 + PRODUCTVERSION 1,27,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -271,12 +271,12 @@ BEGIN VALUE "Comments", "https://github.com/AppleWin" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 27, 4, 0" + VALUE "FileVersion", "1, 27, 5, 0" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2018 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" VALUE "OriginalFilename", "APPLEWIN.EXE" VALUE "ProductName", "Apple //e Emulator" - VALUE "ProductVersion", "1, 27, 4, 0" + VALUE "ProductVersion", "1, 27, 5, 0" END END BLOCK "VarFileInfo"