From c2cd55de7bb2b77952318fc241cb9285c56837a4 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 14 Mar 2019 12:55:17 +0000 Subject: [PATCH] Update for v2.0a (first development release) --- Makefile | 2 +- RELEASE_NOTES | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7e72681..9717608b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 1.0 +export FW_VER := 2.0a PROJ := FlashFloppy VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 73e2f62e..0043f9d0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,17 @@ ** Keir Fraser ************************************ +** v2.0a - 14 March 2019 + - IMG: Allow geometry to be manually configured in new file IMG.CFG + - See examples/IMG.CFG for documentation + - Multiple formats can be defined; distinguished by image name tags + - IMG: Support FM mode with Index Address Mark (IAM) + - IMG: Support auto-configuration of GAP3 (post data gap) when using IMG.CFG + - FF.CFG: Fix parsing of comma-separated values + - Indexed Mode: Allow arbitrary image name after "DSKAnnnn" prefix + - eg. DSKA0000_myimage.img, DSKA0002_another.adf + - Indexed Mode: Allow the "DSKA" prefix to be changed (FF.CFG:indexed-prefix=) + ** v1.0 - 4 February 2019 - Game/demo AutoSwap-disks feature - No manual disk swapping, at all!