diff --git a/bin/History.txt b/bin/History.txt
index f029cc54..dd61cfb6 100644
--- a/bin/History.txt
+++ b/bin/History.txt
@@ -9,17 +9,18 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
-1.25.0 - 28 Aug 2014
---------------------
+1.25.0.1 - 1 Sep 2014
+---------------------
+Note: This is the last planned version to support Win98/ME.
+. The next release of AppleWin will be built with VS2008 Express, so will only work under Windows 2000 and later.
+
Changes:
. Changed the AppleWin project host from BerliOS to GitHub.
-. Dropped support for Win98/ME, as AppleWin now built with VS2008 Express:
- So AppleWin will only work under Windows 2000 and later.
. [Feature #221] Restored F6 original behavior that was changed in v1.22.0.
F6 Toggle full-screen / windowed mode.
Ctrl-F6 Toggle windowed 1x/2x zoom.
. Ctrl-PrintScreen will copy the text screen (auto detect 40/80 columns) to the clipboard.
-. [Feature #198] Alt-Return toggles full screen.
+. [Feature #198] Alt-Enter toggles full screen.
. [Feature #199] Added a configuration option "Confirm reboot" to skip the F2 reboot confirmation.
. [Feature #201] Added display of current Track/Sector for the floppy drives.
- In 2x window mode the status is displayed below the drive LEDs.
diff --git a/help/keyboard.html b/help/keyboard.html
index ba0df57f..931e89b3 100644
--- a/help/keyboard.html
+++ b/help/keyboard.html
@@ -48,7 +48,7 @@
key temporarily sets the emulation to full speed (i.e. unthrottled).
NOTE: The status of the PC's
Scroll Lock
- LED is meaningless. The emulator will only run full-speed while the
+ LED is meaningless. The emulator will only run full speed while the
Scroll Lock
key is pressed down.
Shift+Insert:
@@ -62,6 +62,8 @@
See above.
Ctrl+PrintScrn:
Copy the text screen (auto detect 40/80 columns) to the clipboard.
Alt+Enter:
+ Toggle between windowed and full screen video modes. (NB. Will conflict with emulation when doing Open Apple + Enter.)
Function Keys F1-F8:
These PC function keys correspond to buttons on the toolbar.
Function Key F2 + Ctrl:
diff --git a/resource/Applewin.rc b/resource/Applewin.rc
index 6a73223f..09baba48 100644
--- a/resource/Applewin.rc
+++ b/resource/Applewin.rc
@@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,25,0,0
- PRODUCTVERSION 1,25,0,0
+ FILEVERSION 1,25,0,1
+ PRODUCTVERSION 1,25,0,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, 25, 0, 0"
+ VALUE "FileVersion", "1, 25, 0, 1"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2014 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, 25, 0, 0"
+ VALUE "ProductVersion", "1, 25, 0, 1"
END
END
BLOCK "VarFileInfo"