mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
1.27.5: Bump version & update History.txt
This commit is contained in:
parent
47ec7f4355
commit
5f87cc0f7c
@ -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=<open-apple-enter|toggle-full-screen>
|
||||
- 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.
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user