Skip to content

Commit

Permalink
1.27.5: Bump version & update History.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcw committed Jun 24, 2018
1 parent 47ec7f4 commit 5f87cc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion bin/History.txt
Expand Up @@ -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.


Expand Down
8 changes: 4 additions & 4 deletions resource/Applewin.rc
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 5f87cc0

Please sign in to comment.