diff --git a/bin/History.txt b/bin/History.txt index af3cd02a..75beefd5 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,16 +9,27 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.26.3.0 (Experimental) - 4 Aug 2017 +1.26.3.1 (Experimental) - 29 Sep 2017 ------------------------------------ Changes: +. [Bug #488] New -fs-height= switch. + - best: picks the highest resolution where the height is an integer multiple of (192*2) + - nnnn: select a specific resolution with height=nnnn pixels + Use to select a better resolution for full-screen mode. + NB. This changes the display resolution (and restores on exit). . [Bug #428] Input option to use PC Joystick 1 Thumbstick 2 for emulated Joystick 2 . Swapping disks while a drive is on now warns and prompts if you still wish to do this instead of silently failing with no feedback. . [Bug #323] Skip hard disk boot by holding down the Open-Apple key during an Apple II restart +. [PR #441] Update zlib to latest version 1.2.11 Fixes: +. [Bug #486] Peripheral card's expansion ROM ($C800-CFFF, eg. SSC) wasn't being correctly restored from a save-state +. [Bug #460] Debugger: F2 whilst debugger active will immediately stop the drive spinning (allowing disk swap) +. [Bug #456] Fix strange speaker clicks when changing configuration - DirectSound wasn't being uninitialised on a restart . [Bug #452] Fix for unmounted HD now gives "NO DEVICE CONNECTED" (before gave "I/O ERROR") +. [Bug #450] Persist debugger state across an F2 (reset machine state) . [Bug #445] Debugger: BPM cmd: Support trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS +. [Bug #437] AppleWin.chm blocked from opening - delete the AppleWin.chm:Zone.Identifier ADS . [Bug #423] Full support for INTC8ROM soft switch (fixes transient a2audit.dsk & Bejeweled failures) . [Bug #418] Fix for slot-3 ROM not returning floating bus when Uthernet card is enabled . [Bug #417] Typos in Uthernet documentation @@ -36,9 +47,9 @@ Fixes: - 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 #269] When stepping, ESC no longer exits back to debugger (use F7, Pause keys or Debugger button instead). +. [Bug #250] Debugger: When MODE_STEPPING, fix issue with disk LEDs staying on . [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 @@ -46,6 +57,8 @@ Fixes: g | yes | only if disk active, etc | precise | precise gg | no | always | periodic | muted +. [Bug #213] Pause not setting volume to zero + 1.26.1.1 - 17 Feb 2017 ---------------------- diff --git a/resource/Applewin.rc b/resource/Applewin.rc index 63209e84..ee956fe9 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,3,0 - PRODUCTVERSION 1,26,3,0 + FILEVERSION 1,26,3,1 + PRODUCTVERSION 1,26,3,1 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, 3, 0" + VALUE "FileVersion", "1, 26, 3, 1" 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, 3, 0" + VALUE "ProductVersion", "1, 26, 3, 1" END END BLOCK "VarFileInfo"