Skip to content

Commit

Permalink
Update to v0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 28, 2022
1 parent 467c147 commit 847fbca
Show file tree
Hide file tree
Showing 2 changed files with 14 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 := 37
export MINOR := 38

include Rules.mk

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

** v0.38 - 28 January 2022
- gw rpm: Print 3 decimal places, and print summary stats
- gw read,convert: Rename --rpm to --adjust-speed
- Accepts a SPEED value in units of rpm, ms, us, ns, or scp ticks
- gw read,write,erase: New option --fake-index
- Ignore real index pulses
- Generate fake index pulses at specified SPEED
- gw read,write,convert: Format decoders automatically adjust track speed
- Usually there is no need to specify --rpm (now --adjust-speed)
- gw read: Re-seek via cylinder 0 every N retries
- gw erase: New option --hfreq to write a high-frequency flux signal
- Usually reads back as a "No Flux Area"

** 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
Expand Down

0 comments on commit 847fbca

Please sign in to comment.