|
10 | 10 | ### Changed |
11 | 11 | - Moved settings. |
12 | 12 | - Accessibility improvements. |
| 13 | +- Updated dependencies. |
| 14 | +- Updated documentation. |
| 15 | +- Updated firmware to v3.2.0b1: |
| 16 | + |
| 17 | + ### Added |
| 18 | + - Added `Stop.NONE` as `then` option for motors. |
| 19 | + - Added `Stop.COAST_SMART` as `then` option for motors. |
| 20 | + - Made motor deceleration configurable separately from acceleration. |
| 21 | + - Enabled `ujson` module. |
| 22 | + - Added ability to use more than one `DriveBase` in the same script. |
| 23 | + - Added support for battery charging on Prime and essential hubs. |
| 24 | + |
| 25 | + ### Changed |
| 26 | + - Changed how `DriveBases` and `Motor` classes can be used together. |
| 27 | + - Raise asynchronous `OSError` instead of `SystemExit` if motor is disconnected |
| 28 | + while a program is running. |
| 29 | + - Changing settings while a motor is moving no longer raises an exception. Some |
| 30 | + settings will not take effect until a new motor command is given. |
| 31 | + - Disabled `Motor.control` and `Motor.log` on Move Hub to save space. |
| 32 | + - Changed LED color calibration on Prime hub to make yellow less green. |
| 33 | + - Updated to upstream MicroPython v1.18. |
| 34 | + - Changed imu.acceleration() units to mm/s/s ([pybricks-micropython#88]) for |
| 35 | + Move Hub, Technic Hub, and Prime Hub. |
| 36 | + |
| 37 | + ### Fixed |
| 38 | + - Fixed color calibration on Powered Up remote control ([support#424]). |
| 39 | + - Fixed 3x3 Light Matrix colors with hue > 255 not working correctly ([support#619]). |
| 40 | + |
| 41 | + [pybricks-micropython#88]: https://github.com/pybricks/pybricks-micropython/issues/88 |
| 42 | + [support#424]: https://github.com/pybricks/support/issues/424 |
| 43 | + [support#619]: https://github.com/pybricks/support/issues/619 |
| 44 | + |
13 | 45 |
|
14 | 46 | ### Fixed |
15 | 47 | - Fix tooltips not closing when expected ([pybricks-code#275]). |
|
0 commit comments