You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.6.0] - 2020-10-04
11
+
10
12
### Added
11
13
12
14
- 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
22
24
- Boot speed improved by ~0.5 seconds by using `start_cd.elf`/`start4cd.elf` and `fixup_cd.dat`/`fixup4cd.dat`.
23
25
* 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.
24
26
- 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.
25
32
26
33
## [0.5.0] - 2020-09-19
27
34
@@ -49,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
56
50
57
### Changed
51
58
52
-
- Update to circle-stdlib v15.1/Circle Step 42.1
59
+
- Update to circle-stdlib v15.1/Circle Step 42.1.
53
60
- Enhanced error reporting for GPIO MIDI parser.
54
61
55
62
### Fixed
@@ -96,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments