diff --git a/bin/History.txt b/bin/History.txt index 0d19e274..ca7c289b 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,17 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.4.0 - 29 Aug 2021 +---------------------- +. [Change #975] Extend Configuration's Disk GUI to support a Disk II controller in slot 5. +. [Change #977] Add per-slot configuration to the Registry (and conf.ini). + - eg. "Last Disk Image 1" has moved from "Preferences" to "Configuration\Slot 6". +. [Change #976] AppleWin's help now documents Control-PrintScreen to copy the debugger's disassembly window to the clipboard. +. [Change #960] Floppy image names are now stored in Registry (or conf.ini) with their full path. + - NB. Hard disk images were already stored with full path. + - NB. save-states still only store the filename (and use "[HDV] Starting Directory" or prompt user to find the file). + + 1.30.3.0 - 19 Jun 2021 ---------------------- . [Change #962] Remove the HookFilter.dll, and statically link instead. diff --git a/resource/version.h b/resource/version.h index 2ab77c95..105a8f15 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,3,0 +#define APPLEWIN_VERSION 1,30,4,0 #define xstr(a) str(a) #define str(a) #a