mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-29 17:33:56 +00:00
Bump to 1.26.3.2 and update History.txt
This commit is contained in:
parent
297cea7d2a
commit
86f56a9a49
@ -9,8 +9,8 @@ https://github.com/AppleWin/AppleWin/issues/new
|
||||
Tom Charlesworth
|
||||
|
||||
|
||||
1.26.3.1 (Experimental) - 29 Sep 2017
|
||||
------------------------------------
|
||||
1.26.3.2 (Experimental) - 21 Oct 2017
|
||||
-------------------------------------
|
||||
Changes:
|
||||
. [Bug #469] New -no-printscreen-key switch to prevent the PrintScreen key from being registered.
|
||||
. [Bug #488] New -fs-height=<best|nnnn> switch.
|
||||
@ -24,7 +24,11 @@ Changes:
|
||||
. [PR #441] Update zlib to latest version 1.2.11
|
||||
|
||||
Fixes:
|
||||
. [Bug #499] Flush current track (if dirty) before 'Send to CiderPress'
|
||||
. [Bug #496] Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1
|
||||
. [Bug #492] UI fixes for full-screen & 2x windowed-mode
|
||||
. [Bug #486] Peripheral card's expansion ROM ($C800-CFFF, eg. SSC) wasn't being correctly restored from a save-state
|
||||
. [Bug #464] Fix for full-screen: bottom line missing when vertical resolution is 768
|
||||
. [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")
|
||||
|
@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,26,3,1
|
||||
PRODUCTVERSION 1,26,3,1
|
||||
FILEVERSION 1,26,3,2
|
||||
PRODUCTVERSION 1,26,3,2
|
||||
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, 26, 3, 1"
|
||||
VALUE "FileVersion", "1, 26, 3, 2"
|
||||
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, 1"
|
||||
VALUE "ProductVersion", "1, 26, 3, 2"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user