diff --git a/bin/History.txt b/bin/History.txt
index d7866c06..4e2ae78c 100644
--- a/bin/History.txt
+++ b/bin/History.txt
@@ -8,6 +8,20 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
+1.29.3.0 - 12 Oct 2019
+----------------------
+. [Bug #700] Fixed ProDOS8 2.5.0 alpha6 (support INC $C08B to set LC to write mode).
+. [Bug #668] Fixed WOZ 'Seafox' not booting.
+ - set machine = Unenhanced Apple //e or lower & need slot2 empty.
+ - disable SSC in slot-2 using: '-s2 empty' command line.
+ - added '-s1 empty', '-s3 empty' and '-s6 empty' too.
+. [Bug #666] Debugger: support showing video v,h and cycle count.
+ - videoinfo
Insert an Apple 16K Language Card into slot 0 in the original Apple II and use the F8 auto-start ROM.
NB. The Apple II+ already defaults to having a Language Card, so this switch is not required.
+ -s1 empty
+ Remove the printer card from slot 1.
+ -s2 empty
+ Remove the SSC card from slot 2.
+ -s3 empty
+ Remove the Uthernet card from slot 3.
+ -s6 empty
+ Remove the Disk II controller card from slot 6.
-s7 empty
Remove the hard disk controller card from slot 7.
Useful to allow a floppy disk to boot from slot 6, drive 1. Use in combination with -d1.
diff --git a/help/dbg-configuration.html b/help/dbg-configuration.html
index 546bb39a..d79c7d4e 100644
--- a/help/dbg-configuration.html
+++ b/help/dbg-configuration.html
@@ -229,7 +229,9 @@ MODE 2
You can run custom batch or script files that contain debugger commands. Scripts files do not echo their input; to print a string to the output console - window, use the ECHO command. + window, use the ECHO command. NB. When AppleWin initially starts-up, it + will attempt to auto-run 'DebuggerAutoRun.txt' (located in the same folder + as AppleWin.exe).