Skip to content

Commit 9f5a0d3

Browse files
committed
Update CHANGELOG.md
1 parent a9d6e3d commit 9f5a0d3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2020-09-02
11+
1012
### Added
1113

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

1416
### Changed
1517

1618
- Update to circle-stdlib v15.1/Circle Step 42.1
19+
- Enhanced error reporting for GPIO MIDI parser.
20+
21+
### Fixed
22+
23+
- Hanging/missing notes when GPIO MIDI interface used with some modern MIDI sources that transmit using Running Status optimizations.
24+
* Many thanks to @thorr2, @nswaldman, @icb-, @glaucon1984, @Braincell1973, @Higgy69, and @olliraa for patiently reporting, testing and brainstorming the cause of this critical issue.
25+
- MIDI messages could be passed to `mt32emu` with the wrong length.
1726

1827
## [0.3.1] - 2020-08-08
1928

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

5463
- Initial version.
5564

56-
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.3.1...HEAD
65+
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.4.0...HEAD
66+
[0.4.0]: https://github.com/dwhinham/mt32-pi/compare/v0.3.1..v0.4.0
5767
[0.3.1]: https://github.com/dwhinham/mt32-pi/compare/v0.3.0..v0.3.1
5868
[0.3.0]: https://github.com/dwhinham/mt32-pi/compare/v0.2.1..v0.3.0
5969
[0.2.1]: https://github.com/dwhinham/mt32-pi/compare/v0.2.0..v0.2.1

0 commit comments

Comments
 (0)