1.29.9.0: Updated version & History.txt

This commit is contained in:
tomcw 2020-01-26 21:34:02 +00:00
parent 0f681de531
commit 41efaad92f
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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