|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
| 7 | +## [4.0.0b3] - 2025-12-05 |
| 8 | + |
| 9 | +### Added |
| 10 | +- Added preliminary BTstack support for EV3 ([pybricks-micropython#405]). |
| 11 | + |
7 | 12 | ### Changed |
8 | 13 | - Make 3D orientation default for heading and drivebase heading control ([support#1962]). |
| 14 | +- Improved color detection when using default colors. Also changed the HSV calculation |
| 15 | + for the SPIKE Color Sensor and Boost Color and Distance Sensor to make them |
| 16 | + more similar. User code should measure HSV values again in old code ([pybricks-micropython#421]). |
9 | 17 |
|
10 | 18 | ### Fixed |
11 | 19 | - Fixed `race=False` ignored in `pybricks.tools.multitask()`. ([support#2468]) |
12 | 20 | - Fixed Essential Hub button being disabled after power off so it could not be |
13 | 21 | switched on again. |
| 22 | +- Fixed `TechnicHub` class being unavailable on Technic Hub in a recent |
| 23 | + pre-release ([pybricks-micropython#425]). |
| 24 | + |
14 | 25 |
|
15 | 26 | [support#1962]: https://github.com/pybricks/support/issues/1962 |
16 | 27 | [support#2468]: https://github.com/pybricks/support/issues/2468 |
| 28 | +[pybricks-micropython#405]: https://github.com/pybricks/pybricks-micropython/pull/405 |
| 29 | +[pybricks-micropython#421]: https://github.com/pybricks/pybricks-micropython/pull/421 |
| 30 | +[pybricks-micropython#425]: https://github.com/pybricks/pybricks-micropython/pull/425 |
17 | 31 |
|
18 | 32 | ## [4.0.0b2] - 2025-11-25 |
19 | 33 |
|
@@ -1185,7 +1199,8 @@ Prerelease changes are documented at [support#48]. |
1185 | 1199 |
|
1186 | 1200 |
|
1187 | 1201 | <!-- diff links for headers --> |
1188 | | -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...HEAD |
| 1202 | +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...HEAD |
| 1203 | +[4.0.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...v4.0.0b3 |
1189 | 1204 | [4.0.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...v4.0.0b2 |
1190 | 1205 | [4.0.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.1...v4.0.0b1 |
1191 | 1206 | [3.6.1]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...v3.6.1 |
|
0 commit comments