Skip to content

Commit

Permalink
Update to v0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 10, 2022
1 parent 3553b32 commit f123a78
Show file tree
Hide file tree
Showing 2 changed files with 10 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 := 36
export MINOR := 37

include Rules.mk

Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
** Keir Fraser <[email protected]>
************************************

** v0.37 - 10 January 2022
- Require Python >= v3.7 (ignore this for Windows binary builds)
- Logging output to stderr is now buffered no more than per-line
- HFE: Auto-detect output bitrate if possible, else require on command line
- gw convert: Fix crash when printing summary information
- gw convert: Fix --tracks= handling to respect step= and hswap
- gw convert: New option --out-tracks to allow step= and hswap override
- D81 (commodore.1581): Fix sector header H field: should be swapped

** v0.36 - 5 January 2022
- Tools now require firmware >= v0.31
- New commands: gw convert, gw rpm
Expand Down

0 comments on commit f123a78

Please sign in to comment.