RELEASE_NOTES 946 B

123456789101112131415161718192021222324
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.3 - 30 October 2019
  6. - Bootloader: Fix Programming-Jumper detection
  7. - Read Track: Various minor fixes
  8. - SCP: Fix the SCP file headers generated by "gw.py read"
  9. ** IMPORTANT USER INSTRUCTIONS **:
  10. - Users must serial-update using the v0.3 HEX file
  11. - DO NOT update from v0.2 using the UPD file
  12. - May need to install the crcmod package: eg "pip3 install crcmod"
  13. ** v0.2 - 29 October 2019
  14. - USB: Fix hangs during "gw.py read"
  15. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  16. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  17. - Reduces risk of buffer underflow/overflow during disk operations
  18. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  19. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  20. ** v0.1 - 17 October 2019
  21. - First release