Skip to content

Commit

Permalink
Update to v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 5, 2022
1 parent 3583fa7 commit dc2f064
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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

Expand Down
14 changes: 14 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc2f064

Please sign in to comment.