|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
| 7 | +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.1.0b4...HEAD |
| 8 | + |
| 9 | +## [4.1.0b4] - 2026-09-21 |
| 10 | + |
7 | 11 | ### Added |
8 | 12 | - Support for setting a custom hub name when flashing NXT and EV3 |
9 | 13 | firmware ([support#2342]). |
| 14 | +- Support coding EV3 with Bluetooth. |
10 | 15 | - Support `PlayStationController` on EV3. |
| 16 | +- Added live sensor information for all hubs. Protocol version is 1.7.0. |
11 | 17 |
|
12 | 18 | ### Changed |
13 | 19 | - Updated MicroPython to v1.29.0. |
|
17 | 23 | e.g. "robot (SPIKE Prime)", instead of a fixed product name. The EV3 |
18 | 24 | Bluetooth Classic device name uses the same format. The BLE device name |
19 | 25 | remains just the hub name ([support#2630]). |
| 26 | +- Setting detectable colors is limited to 8 colors per sensor. |
| 27 | +- Numerous Move Hub build size optimizations. |
20 | 28 |
|
21 | 29 | ### Fixed |
22 | 30 | - Fixed slow broadcasting while observing at the same time ([support#2822]). |
|
27 | 35 | this device some colors when plugging in. |
28 | 36 | - Fixed occasional segfault on EV3 with high data output. |
29 | 37 | - Fixed output missing on Technic Hub and City Hub ([support#2814]). |
| 38 | +- Fixed various NXT stability and connectivity issues. |
| 39 | +- Fixed new Prime Hub variant sometimes resetting due to bootloader |
| 40 | + misconfiguration. |
30 | 41 |
|
31 | 42 | [support#2342]: https://github.com/pybricks/support/issues/2342 |
32 | 43 | [support#2630]: https://github.com/pybricks/support/issues/2630 |
33 | 44 | [support#2814]: https://github.com/pybricks/support/issues/2814 |
34 | 45 | [support#2822]: https://github.com/orgs/pybricks/discussions/2822 |
35 | 46 | [support#2826]: https://github.com/pybricks/support/issues/2826 |
36 | 47 |
|
37 | | -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.1.0b3...HEAD |
| 48 | +[4.1.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v4.1.0b3...v4.1.0b4 |
38 | 49 |
|
39 | 50 | ## [4.1.0b3] - 2026-08-25 |
40 | 51 |
|
|
0 commit comments