From 41efaad92ff5292b15a29edfb7fe863542d1e6bb Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 26 Jan 2020 21:34:02 +0000 Subject: [PATCH] 1.29.9.0: Updated version & History.txt --- bin/History.txt | 6 ++++++ resource/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index d06bf0af..71099e27 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,12 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.29.9.0 - 26 Jan 2020 +---------------------- +. [Bug #752] Fixed double-clicking a registered file-type issue (regression introduced at 1.29.8.0). +. [Bug #750] Fixed Ctrl+Alt+Break wasn't emulating CTRL+OA+RESET (regression introduced at 1.29.8.0). + + 1.29.8.0 - 19 Jan 2020 ---------------------- . [Bug #749] Hotkeys to change emulation speed using Ctrl+n: now ignored if ALT is pressed. diff --git a/resource/version.h b/resource/version.h index 54a834aa..c4c9e727 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,8,0 +#define APPLEWIN_VERSION 1,29,9,0 #define xstr(a) str(a) #define str(a) #a