Skip to content

Commit

Permalink
repo: update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 25, 2024
1 parent 229d736 commit 07332f6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.1.3] - 2024-08-25
### Added
* The `cynthion info` command now shows information from all connected Cynthions.
* Documentation updates:
- Documented the requirement to install libusb on macOS.
- Developer instructions for Windows.

### Changed
* Updated the microcontroller firmware to [`apollo v1.1.0`].

### Fixed
* Flash UID returns Zeros after using `--force-offline`.
* `cynthion update` becomes unreliable when device enumeration is slow.
* Some Cynthion `r1.4` devices return `r0.0` for the hardware revision number.
* In some cases the USB analyzer would fall off the bus.

[`apollo v1.1.0`]: https://github.com/greatscottgadgets/apollo/releases/tag/v1.1.0


## [0.1.2] - 2024-07-09
### Fixed
- `cynthion` Python package assets installed to `site-packages/` instead of `site-packages/cynthion/`.
Expand All @@ -28,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...HEAD
[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.3...HEAD
[0.1.3]: https://github.com/greatscottgadgets/cynthion/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/greatscottgadgets/cynthion/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.0

0 comments on commit 07332f6

Please sign in to comment.