Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2020-09-01

Changed

  • Issue #16: Fixed a bug where PCSI would crash if you cancelled loading a file.

0.0.1 - 2020-07-26

Added

  • Percent packets sent now shown. Can be over 100% since transmission loops.
  • PyInstaller and Appveyor scripts for Windows (version 7+) and MacOS (version 10.14+) compiled binaries. Daily builds available at README.md.

Changed

  • Issue #8: Enable hardware rts/cts handshaking and ignore data before the first start flag. This is now enabled for all serial connections, please report bugs if any are found.
  • Issue #10: Display the percentage of packets received instead of the percentage of pixels.
  • Replaced SciPy dependency with OpenCV
  • Replaced Richard Taylor pylbfgs with pypi pylbfgs to match lbfgs C api and ease installation.

0.0.0 - 2020-06-28

Added

  • First release