From c3e0d2b4a023e2fcb6bddaa139d12e307ea4c34d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 26 Oct 2020 09:04:06 +0000 Subject: [PATCH] Update to v3.21 --- Makefile | 2 +- RELEASE_NOTES | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a64a4f85..c6932f75 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 3.20 +export FW_VER := 3.21 PROJ := FlashFloppy VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d0a57b55..a89ee618 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,11 @@ ** Keir Fraser ************************************ +** v3.21 - 26 October 2020 + - Support GUID Partition Table (GPT) + - Now support: GPT, MBR, and no partition table + - FatFS: Updated to R0.14, patchlevel 2 + ** v3.20 - 15 October 2020 - Eject Menu: Replace Clone with Copy/Paste - Allows an image to be copied to a different folder