Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhinham committed Sep 2, 2020
1 parent a9d6e3d commit 9f5a0d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2020-09-02

### Added

- Software "MIDI thru" for GPIO interface (new configuration file option).

### Changed

- Update to circle-stdlib v15.1/Circle Step 42.1
- Enhanced error reporting for GPIO MIDI parser.

### Fixed

- Hanging/missing notes when GPIO MIDI interface used with some modern MIDI sources that transmit using Running Status optimizations.
* Many thanks to @thorr2, @nswaldman, @icb-, @glaucon1984, @Braincell1973, @Higgy69, and @olliraa for patiently reporting, testing and brainstorming the cause of this critical issue.
- MIDI messages could be passed to `mt32emu` with the wrong length.

## [0.3.1] - 2020-08-08

Expand Down Expand Up @@ -53,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial version.

[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.3.1...HEAD
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/dwhinham/mt32-pi/compare/v0.3.1..v0.4.0
[0.3.1]: https://github.com/dwhinham/mt32-pi/compare/v0.3.0..v0.3.1
[0.3.0]: https://github.com/dwhinham/mt32-pi/compare/v0.2.1..v0.3.0
[0.2.1]: https://github.com/dwhinham/mt32-pi/compare/v0.2.0..v0.2.1
Expand Down

0 comments on commit 9f5a0d3

Please sign in to comment.