v2.0.0-rc.1
Added
- Added videos to firmware flash dialogs (support#728).
Changed
-
Moved documentation show/hide button from settings to editor area (support#778).
-
Updated documentation and other dependencies.
-
Updated firmware to v3.2.0c1:
Fixed
- Fixed
motor.control.limits()not working if acceleration wasNone. - Fixed crash on calling methods on uninitialized objects (support#805).
- Fixed crash on calling methods in
__init__(self, ...)before
callingsuper().__init(...)on uninitialized objects (support#777). - Reverted Pybricks Code stop button raises
SystemAbortinstead of
SystemExit(support#834). - Improved stop message raised on
SystemExitandSystemAbort(support#836). - Fixed Technic Hub and City Hub sometimes not shutting down when a Bluetooth
operation is busy (support#814). - Fixed
hub.systemmethods not working (support#837).
Changed
- Changed default XYZ orientation of the Technic Hub and the Essential Hub to
match the SPIKE Prime Hub and Move Hub (support#848).
- Fixed
Fixed
- Fixed first tour item not shown if settings is not open (support#823).
- Fixed selected activity tab not controlled independently per window (support#807).
- Fixed selected documentation visibility not controlled independently per window (support#807).
- Fixed slow firmware flash on Android (support#438).