Skip to content

Commit 855ee5a

Browse files
committed
Update CHANGELOG.md
1 parent 8ba9c8a commit 855ee5a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2020-10-04
11+
1012
### Added
1113

1214
- Ability to configure initial MIDI channel assignment (new configuration file option).
@@ -22,6 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- Boot speed improved by ~0.5 seconds by using `start_cd.elf`/`start4cd.elf` and `fixup_cd.dat`/`fixup4cd.dat`.
2325
* If updating from an old version, make sure you replace `config.txt` and add the new `*.elf` and `*.dat` files when updating your SD card to benefit from this.
2426
- LCD/OLED part level meters moved to the upper row(s).
27+
- Config file parsing now more efficient.
28+
29+
### Fixed
30+
31+
- Left/right channels were backwards when using PWM (headphone jack) - thanks @ctrl_alt_rees and YouTube viewers.
2532

2633
## [0.5.0] - 2020-09-19
2734

@@ -49,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4956

5057
### Changed
5158

52-
- Update to circle-stdlib v15.1/Circle Step 42.1
59+
- Update to circle-stdlib v15.1/Circle Step 42.1.
5360
- Enhanced error reporting for GPIO MIDI parser.
5461

5562
### Fixed
@@ -96,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96103

97104
- Initial version.
98105

99-
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.5.0...HEAD
106+
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.6.0...HEAD
107+
[0.6.0]: https://github.com/dwhinham/mt32-pi/compare/v0.5.0..v0.6.0
100108
[0.5.0]: https://github.com/dwhinham/mt32-pi/compare/v0.4.0..v0.5.0
101109
[0.4.0]: https://github.com/dwhinham/mt32-pi/compare/v0.3.1..v0.4.0
102110
[0.3.1]: https://github.com/dwhinham/mt32-pi/compare/v0.3.0..v0.3.1

0 commit comments

Comments
 (0)