diff --git a/Makefile b/Makefile index f5683b08..801944e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export MAJOR := 0 -export MINOR := 35 +export MINOR := 36 include Rules.mk diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4005bfa5..fc5d66e9 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,20 @@ ** Keir Fraser ************************************ +** v0.36 - 5 January 2022 + - Tools now require firmware >= v0.31 + - New commands: gw convert, gw rpm + - gw read, gw convert: New option --no-clobber prevents file overwrites + - gw read: Save partial output image file on ctrl-c + - gw read: Option --rate replaced by HFE sub-option 'bitrate' + - gw read: New option --raw forces raw flux output even if --format specified + - Recognise new third-party hardware: "Adafruit Floppy Generic" + - Sanity check TRK0 signal after every head seek + - Rename sega.sf7 format to sega.sf7000 + - New --tracks sub-option hswap: Treat side 1 as side 0 and vice versa + - ibm mfm, fm: Fix parsing sectors that extend past end of dump + - All output is now to stderr (consistent, and unbuffered) + ** v0.35 - 30 December 2021 - Fix Windows distribution to include optimised data routines - Support Sega SF-7000 disk format (sega.sf7) and .SF7 image suffix