From 845091b83c521c7ae15285ce6863e2d92ad4d1a3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 10 Mar 2020 10:54:18 +0000 Subject: [PATCH] Update to v0.12 --- Makefile | 2 +- RELEASE_NOTES | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70378d9a..bb0f7165 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export FW_MAJOR := 0 -export FW_MINOR := 11 +export FW_MINOR := 12 PROJ = Greaseweazle VER := v$(FW_MAJOR).$(FW_MINOR) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ef1dde2d..45b2b9b5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,15 @@ ** Keir Fraser ************************************ +** v0.12 - 10 March 2020 + - GW Autodetect: General improvements, and now works on Windows 7 + - New read parameter --double-step to double-step drive heads + - Useful for reading a 40-cylinder disk in an 80-cylinder drive + - New 'pin' command allows a floppy pin to be set to specified level + - Currently supported only for pin 2 (DENSEL) + - New 'reset' command resets the Greaseweazle to power-on settings + - Motors off, drives deselected, power-on pin levels and delay values + ** v0.11 - 21 January 2020 - GW.py: Auto-detect the COM/serial port device name - The device argument is now optional!