|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
7 | | -## [4.0.0b3] - 2025-12-05 |
| 7 | +## [4.0.0b4] - 2026-01-22 |
8 | 8 |
|
9 | 9 | ### Added |
10 | | -- Added preliminary BTstack support for EV3 ([pybricks-micropython#405]). |
11 | 10 | - Enabled NXT Light Sensor, NXT Touch Sensor, NXT Sound Sensor on NXT. |
12 | 11 | - Added `host_connected_usb` to `hub.system.info()` dictionary. |
13 | 12 | - Added `program_id` to `hub.system.info()` dictionary ([support#2538]). |
14 | 13 |
|
15 | 14 | ### Changed |
16 | | -- Make 3D orientation default for heading and drivebase heading control ([support#1962]). |
17 | | -- Improved color detection when using default colors. Also changed the HSV calculation |
18 | | - for the SPIKE Color Sensor and Boost Color and Distance Sensor to make them |
19 | | - more similar. User code should measure HSV values again in old code ([pybricks-micropython#421]). |
20 | 15 | - Reduced user stack size to `12 KB` on SPIKE Prime Hub to make it the same as |
21 | 16 | SPIKE Essential Hub. This frees up some RAM for system resources, and we never |
22 | 17 | use this much in practice. |
23 | 18 | - Allow simultaneous USB and up to two Bluetooth connections to SPIKE Prime. |
24 | 19 | Press the Bluetooth button to allow a connection when already connected. |
25 | 20 |
|
26 | 21 | ### Fixed |
27 | | -- Fixed `race=False` ignored in `pybricks.tools.multitask()` ([support#2468]). |
28 | | -- Fixed Essential Hub button being disabled after power off so it could not be |
29 | | - switched on again. |
30 | | -- Fixed `TechnicHub` class being unavailable on Technic Hub in a recent |
31 | | - pre-release ([pybricks-micropython#425]). |
32 | 22 | - Fixed internal rounding error that could could cause a Drive Base to be 1 mm |
33 | 23 | off after driving 3 meters, depending on configuration parameters ([support#2500]). |
34 | 24 | - Fixed Powered Up remote light getting the wrong color ([support#2497]). |
|
43 | 33 | - Fixed motors sometimes not working after boot ([support#2550]). |
44 | 34 |
|
45 | 35 | [support#1509]: https://github.com/pybricks/support/issues/1509 |
46 | | -[support#1962]: https://github.com/pybricks/support/issues/1962 |
47 | | -[support#2468]: https://github.com/pybricks/support/issues/2468 |
48 | 36 | [support#2497]: https://github.com/pybricks/support/issues/2497 |
49 | 37 | [support#2500]: https://github.com/pybricks/support/issues/2500 |
50 | 38 | [support#2521]: https://github.com/pybricks/support/issues/2521 |
51 | 39 | [support#2522]: https://github.com/pybricks/support/issues/2522 |
52 | 40 | [support#2538]: https://github.com/pybricks/support/issues/2538 |
53 | 41 | [support#2550]: https://github.com/pybricks/support/issues/2550 |
| 42 | + |
| 43 | +## [4.0.0b3] - 2025-12-05 |
| 44 | +### Added |
| 45 | +- Added preliminary BTstack support for EV3 ([pybricks-micropython#405]). |
| 46 | + |
| 47 | +### Changed |
| 48 | +- Make 3D orientation default for heading and drivebase heading control ([support#1962]). |
| 49 | +- Improved color detection when using default colors. Also changed the HSV calculation |
| 50 | + for the SPIKE Color Sensor and Boost Color and Distance Sensor to make them |
| 51 | + more similar. User code should measure HSV values again in old code ([pybricks-micropython#421]). |
| 52 | + |
| 53 | +### Fixed |
| 54 | +- Fixed `race=False` ignored in `pybricks.tools.multitask()`. ([support#2468]) |
| 55 | +- Fixed Essential Hub button being disabled after power off so it could not be |
| 56 | + switched on again. |
| 57 | +- Fixed `TechnicHub` class being unavailable on Technic Hub in a recent |
| 58 | + pre-release ([pybricks-micropython#425]). |
| 59 | + |
| 60 | + |
| 61 | +[support#1962]: https://github.com/pybricks/support/issues/1962 |
| 62 | +[support#2468]: https://github.com/pybricks/support/issues/2468 |
54 | 63 | [pybricks-micropython#405]: https://github.com/pybricks/pybricks-micropython/pull/405 |
55 | 64 | [pybricks-micropython#421]: https://github.com/pybricks/pybricks-micropython/pull/421 |
56 | 65 | [pybricks-micropython#425]: https://github.com/pybricks/pybricks-micropython/pull/425 |
|
0 commit comments