-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
export MAJOR := 0 | ||
export MINOR := 35 | ||
export MINOR := 36 | ||
|
||
include Rules.mk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** 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 | ||
|