Skip to content

Commit

Permalink
Update to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Mar 10, 2020
1 parent 0bf525c commit 845091b
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 FW_MAJOR := 0
export FW_MINOR := 11
export FW_MINOR := 12

PROJ = Greaseweazle
VER := v$(FW_MAJOR).$(FW_MINOR)
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.12 - 10 March 2020
- GW Autodetect: General improvements, and now works on Windows 7
- New read parameter --double-step to double-step drive heads
- Useful for reading a 40-cylinder disk in an 80-cylinder drive
- New 'pin' command allows a floppy pin to be set to specified level
- Currently supported only for pin 2 (DENSEL)
- New 'reset' command resets the Greaseweazle to power-on settings
- Motors off, drives deselected, power-on pin levels and delay values

** v0.11 - 21 January 2020
- GW.py: Auto-detect the COM/serial port device name
- The device argument is now optional!
Expand Down

0 comments on commit 845091b

Please sign in to comment.