From e22bb5709dc13a550ce47d44d1bce7037c8391a6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 17 Sep 2020 13:24:16 +0100 Subject: [PATCH] Update to v3.17 --- Makefile | 2 +- RELEASE_NOTES | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4cb743d..81e7a8e5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 3.16 +export FW_VER := 3.17 PROJ := FlashFloppy VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 93ee3dc0..1e5b4ee6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,13 @@ ** Keir Fraser ************************************ +** v3.17 - 17 September 2020 + - DSK: Fix infinite loop when trying to open a bad DSK image file + - Quick Disk: Restart read stream immediately after a write + - QD support now works on Sharp MZ-800 + - IMG.CFG: Remove [default] stanza from example config + - Users copying the example file will no longer break their IMG files + ** v3.16 - 22 August 2020 - Rotary encoder: Velocity curve during image navigation - Fast spin of the encoder skips multiple entries per click