diff --git a/README.md b/README.md index 1c25149d..eb497d8f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To compile from source see: Next Version ============ -Experimental build [1.26.2.2](https://github.com/AppleWin/AppleWin/releases/tag/v1.26.2.2) +Experimental build [1.26.2.3](https://github.com/AppleWin/AppleWin/releases/tag/v1.26.2.3) Please report [new issues](https://github.com/AppleWin/AppleWin/issues/new) diff --git a/bin/History.txt b/bin/History.txt index c5cc42aa..57307087 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,18 +9,22 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.26.2.2 (Experimental) - 15 Apr 2017 +1.26.2.3 (Experimental) - 24 Apr 2017 ------------------------------------- +. [Bug #405] Screen flicker in full-speed mode +. [Bug #403] PrintScreen from Color TV or B&W TV video modes is missing top line . [Bug #392] Fixes for a2audit.dsk - Resulting in regressions in LC support for Gemstone Warriors (#395), Quark Catalyst V3 and BeagleWrite (#400). . [Bug #389] Disk's write-protect detection mis-reporting when motor off . [Bug #387] Support for 40-track .nib files . [Bug #386] SSC: Experimental support for 6551's DTR, DCD and DSR bits via -modem switch - . ie. -modem is shorthand for passing -dtr -dcd -dsr - Experimental support for 6551's control bit: DTR via -dtr switch - Experimental support for 6551's status bits: DCD and DSR via -dcd and -dsr switches + - ie. -modem is shorthand for passing -dtr -dcd -dsr + - Experimental support for 6551's control bit: DTR via -dtr switch + - Experimental support for 6551's status bits: DCD and DSR via -dcd and -dsr switches . [Bug #383] "Enhanced disk speed" is very slow when debugger is active . [Bug #217] Debugger G(o) command should use normal speed + - When stepping, ESC no longer exits back to debugger (use F7, Pause keys or Debugger button instead). + - Persist F2 (reset machine state) across debug & stepping states . Debugger: Added new gg command: command | run at normal speed? | run at full speed? | video quality | sound quality diff --git a/resource/Applewin.rc b/resource/Applewin.rc index f1046a65..22b84ca7 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,26,2,2 - PRODUCTVERSION 1,26,2,2 + FILEVERSION 1,26,2,3 + PRODUCTVERSION 1,26,2,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -270,12 +270,12 @@ BEGIN VALUE "Comments", "https://github.com/AppleWin" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 26, 2, 2" + VALUE "FileVersion", "1, 26, 2, 3" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2017 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, 26, 2, 2" + VALUE "ProductVersion", "1, 26, 2, 3" END END BLOCK "VarFileInfo"