Skip to content

Commit

Permalink
finished last documentation update, prepare for release. closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
maqifrnswa committed Jul 26, 2020
1 parent 99e26ae commit 650e20d
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,35 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [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.
- Issue #10: Display the percentage of packets received instead of the percentage of pixels.
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

[unreleased]: https://github.com/maqifrnswa/PCSI/compare/v0.0.0...HEAD
[Unreleased]: https://github.com/maqifrnswa/PCSI/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/maqifrnswa/PCSI/compare/v0.0.0...v0.0.1
[0.0.0]: https://github.com/maqifrnswa/PCSI/releases/tag/v0.0.0

0 comments on commit 650e20d

Please sign in to comment.