From ccb589af5abf8646ed941b3d14397abae9d562c5 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 19 Jan 2020 15:36:31 +0000 Subject: [PATCH] 1.29.8.0: Updated version, History.txt and Resource/Help's copyright year Added DebuggerAutoRun.txt --- bin/DebuggerAutoRun.txt | 0 bin/History.txt | 10 ++++++---- help/toc.html | 2 +- resource/Applewin.rc | 2 +- resource/version.h | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 bin/DebuggerAutoRun.txt diff --git a/bin/DebuggerAutoRun.txt b/bin/DebuggerAutoRun.txt new file mode 100644 index 00000000..e69de29b diff --git a/bin/History.txt b/bin/History.txt index 6ae35173..d06bf0af 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,22 +9,24 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.29.8.0 - ? +1.29.8.0 - 19 Jan 2020 ---------------------- -. [Bug #749] Hotkeys to change emulation speed using Ctrl+n: ignored if ALT is pressed. +. [Bug #749] Hotkeys to change emulation speed using Ctrl+n: now ignored if ALT is pressed. . [Bug #748] DiskII: data latch returns a rand() value when no disk is in drive. . [Bug #746] Debugger: correctly repaint Apple II screen when showing it from debugger. +. [Bug #745] WOZ: Support for large tracks. . [Bug #743] Added new command line switches: -left-alt-control-buttons : left-ctrl=button0, left-alt=button1 -right-alt-control-buttons : right-alt=button0, right-ctrl=button1 - -swap-buttons -. [Bug #745] WOZ: Support for large tracks. + -swap-buttons : for swapping buttons 0 & 1 . [Bug #733] Alternate fix for WOZ 'Wasteland'. +. [PR #723] Fixed way to clear a std::string. . Configuration->Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1. . WOZ support: Removed version check on INFO section. . Display MessageBox with all unsupported commands that were passed in (can choose to continue or exit). . Debugger: Added new 'cycles ' command to show cycles as absolute or relative. + 1.29.7.0 - 20 Dec 2019 ---------------------- . [Change #726] Disk II card: supported in slot 5 via '-s5 diskii' command line. diff --git a/help/toc.html b/help/toc.html index 046eab37..e7c0de51 100644 --- a/help/toc.html +++ b/help/toc.html @@ -12,7 +12,7 @@ Copyright © 1994-1996, Michael O'Brien
Copyright © 2001, Oliver Schmidt
Copyright © 2002-2005, Tom Charlesworth
- Copyright © 2006-2019, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis + Copyright © 2006-2020, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis

AppleWin team diff --git a/resource/Applewin.rc b/resource/Applewin.rc index d89c9935..80a84f8e 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -278,7 +278,7 @@ BEGIN VALUE "FileDescription", "Apple //e Emulator for Windows" VALUE "FileVersion", APPLEWIN_VERSION_STR VALUE "InternalName", "APPLEWIN" - VALUE "LegalCopyright", " 1994-2019 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" + VALUE "LegalCopyright", " 1994-2020 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" VALUE "OriginalFilename", "APPLEWIN.EXE" VALUE "ProductName", "Apple //e Emulator" VALUE "ProductVersion", APPLEWIN_VERSION_STR diff --git a/resource/version.h b/resource/version.h index 76aaa5ea..54a834aa 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,7,0 +#define APPLEWIN_VERSION 1,29,8,0 #define xstr(a) str(a) #define str(a) #a