File tree Expand file tree Collapse file tree 3 files changed +34
-6
lines changed Expand file tree Collapse file tree 3 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 1111### Changed
1212- Firmware restore for hubs with USB is now done in-app ([ pybricks-code #1104 ] ).
1313- Moved * Tour* button from toolbar to settings.
14+ - Updated docs, code completion and other dependencies.
15+ - Updated firmware to v3.2.0b6:
16+
17+ - Added support for ` PBIO_PYBRICKS_COMMAND_REBOOT_TO_UPDATE_MODE ` Pybricks
18+ Profile BLE command.
19+ - Implemented ` Motor.load() ` which now measures load both during active
20+ conditions (` run ` ) and passive conditions (` dc ` ).
21+
22+ ### Changed
23+ - The Pybricks Code stop button will force the program to exit even if the user
24+ catches the ` SystemExit ` exception ([ pybricks-micropython #117 ] ).
25+ - Changed ` PrimeHub.display.image() ` to ` PrimeHub.display.icon() ` and renamed
26+ its kwarg from ` image ` to ` icon ` ([ support #409 ] ).
27+ - Deprecated ` Control.load() ` , ` Control.stalled() ` , and ` Control.done() `
28+ methods ([ support #822 ] ).
29+
30+ ### Fixed
31+ - Fixed connecting ` Remote ` on BOOST move hub ([ support #793 ] ).
32+
33+ ### Removed
34+ - Removed ` hub.system.reset() ` method.
35+ - Disabled ` micropython ` module on Move Hub.
36+
37+ [ pybricks-micropython#117 ] : https://github.com/pybricks/pybricks-micropython/pull/117
38+ [ support#409 ] : https://github.com/pybricks/support/issues/409
39+ [ support#793 ] : https://github.com/pybricks/support/issues/793
40+ [ support#793 ] : https://github.com/pybricks/support/issues/822
41+
1442
1543[ pybricks-code#1104 ] : https://github.com/pybricks/pybricks-code/issues/1104
1644
Original file line number Diff line number Diff line change 1313 "@blueprintjs/popover2" : " ^1.10.2" ,
1414 "@blueprintjs/select" : " ^4.8.12" ,
1515 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.10" ,
16- "@pybricks/firmware" : " 6.2 .0" ,
16+ "@pybricks/firmware" : " 6.3 .0" ,
1717 "@pybricks/ide-docs" : " 2.5.0" ,
1818 "@pybricks/images" : " ^1.2.1" ,
1919 "@pybricks/jedi" : " 1.5.0" ,
Original file line number Diff line number Diff line change @@ -2359,12 +2359,12 @@ __metadata:
23592359 languageName: node
23602360 linkType: hard
23612361
2362- "@pybricks/firmware@npm:6.2 .0":
2363- version: 6.2 .0
2364- resolution: "@pybricks/firmware@npm:6.2 .0"
2362+ "@pybricks/firmware@npm:6.3 .0":
2363+ version: 6.3 .0
2364+ resolution: "@pybricks/firmware@npm:6.3 .0"
23652365 dependencies:
23662366 jszip: ^3.7.1
2367- checksum: 0b963483a754e55822290c84b704e7b4097d03ec9a988501721e7ad13ffe84fa2aa6dd4812852962a6c22df2d8bae6022b8a572e498b7a9cffcbc20c62498291
2367+ checksum: d853798a8d7ec23587e8288d8443a2b34afac086a17479111bf4864caf4bbe513e81d3bf06b1307e7e2edb1b3d210ffcdcf037c0025c2eca42ff9be743e9b55d
23682368 languageName: node
23692369 linkType: hard
23702370
@@ -2412,7 +2412,7 @@ __metadata:
24122412 "@blueprintjs/popover2": ^1.10.2
24132413 "@blueprintjs/select": ^4.8.12
24142414 "@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
2415- "@pybricks/firmware": 6.2 .0
2415+ "@pybricks/firmware": 6.3 .0
24162416 "@pybricks/ide-docs": 2.5.0
24172417 "@pybricks/images": ^1.2.1
24182418 "@pybricks/jedi": 1.5.0
You can’t perform that action at this time.
0 commit comments