-
Notifications
You must be signed in to change notification settings - Fork 102
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
10 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 := 36 | ||
export MINOR := 37 | ||
|
||
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,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 | ||
|