diff --git a/CHANGELOG.md b/CHANGELOG.md index 490127f1..3e4c7eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.1.5] - 2024-08-20 +### Added +* Windows support for Facedancer and USB Proxy. + + ## [0.1.4] - 2024-08-19 ### Added * Prevent running or flashing Facedancer on Windows until full support is enabled. @@ -61,7 +66,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.4...HEAD +[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD +[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5 [0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.3...0.1.4 [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 diff --git a/firmware/lunasoc-hal/CHANGELOG.md b/firmware/lunasoc-hal/CHANGELOG.md index 61e117dd..f12a8246 100644 --- a/firmware/lunasoc-hal/CHANGELOG.md +++ b/firmware/lunasoc-hal/CHANGELOG.md @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.1.5] - 2024-08-20 +### Fixed +- Control transactions could break if the requested length was a multiple of the packet size. + ## [0.1.1] - 2024-07-08 ### Added - Initial release -[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...HEAD +[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD +[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5 [0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1 diff --git a/firmware/moondancer/CHANGELOG.md b/firmware/moondancer/CHANGELOG.md index d428e13c..6ef873b8 100644 --- a/firmware/moondancer/CHANGELOG.md +++ b/firmware/moondancer/CHANGELOG.md @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> -## [0.1.3] - 2024-08-19 +## [0.1.5] - 2024-08-20 +### Added +* Support for Windows Compatible ID Descriptors on the Cynthion Control interface. + +## [0.1.4] - 2024-08-19 ### Changed * Replaced ch341 serial example with an acm serial example. @@ -16,6 +20,7 @@ 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.5...HEAD +[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5 [0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.4 [0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1 diff --git a/firmware/smolusb/CHANGELOG.md b/firmware/smolusb/CHANGELOG.md index 42e78ca8..d7dd987e 100644 --- a/firmware/smolusb/CHANGELOG.md +++ b/firmware/smolusb/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.1.5] - 2024-08-20 +### Added +* Support for Windows Compatible ID Descriptors. + ## [0.1.4] - 2024-08-19 ### Changed * Replaced ch341 serial class with acm. @@ -16,6 +20,7 @@ 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.5...HEAD +[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5 [0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.4 [0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1