Skip to content

Commit fa9cb07

Browse files
committed
CHANGELOG: add extra heading level for firmware changes
1 parent c7d0b9d commit fa9cb07

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

CHANGELOG.md

+33-33
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Updated documentation and other dependencies.
1313
- Updated firmware to v3.2.0c1:
1414

15-
### Fixed
15+
#### Fixed
1616
- Fixed `motor.control.limits()` not working if acceleration was `None`.
1717
- Fixed crash on calling methods on uninitialized objects ([support#805]).
1818
- Fixed crash on calling methods in `__init__(self, ...)` before
@@ -24,7 +24,7 @@
2424
operation is busy ([support#814]).
2525
- Fixed `hub.system` methods not working ([support#837]).
2626

27-
### Changed
27+
#### Changed
2828
- Changed default XYZ orientation of the Technic Hub and the Essential Hub to
2929
match the SPIKE Prime Hub and Move Hub ([support#848]).
3030

@@ -67,18 +67,18 @@
6767
- Implemented `Motor.load()` which now measures load both during active
6868
conditions (`run`) and passive conditions (`dc`).
6969

70-
### Changed
70+
#### Changed
7171
- The Pybricks Code stop button will force the program to exit even if the user
7272
catches the `SystemExit` exception ([pybricks-micropython#117]).
7373
- Changed `PrimeHub.display.image()` to `PrimeHub.display.icon()` and renamed
7474
its kwarg from `image` to `icon` ([support#409]).
7575
- Deprecated `Control.load()`, `Control.stalled()`, and `Control.done()`
7676
methods ([support#822]).
7777

78-
### Fixed
78+
#### Fixed
7979
- Fixed connecting `Remote` on BOOST move hub ([support#793]).
8080

81-
### Removed
81+
#### Removed
8282
- Removed `hub.system.reset()` method.
8383
- Disabled `micropython` module on Move Hub.
8484

@@ -116,12 +116,12 @@
116116
- Updated other dependencies.
117117
- Update Pybricks firmware to v3.2.0a5:
118118

119-
### Added
119+
#### Added
120120
- Added `DriveBase.stalled()` for convenient stall detection.
121121
- Added `DriveBase.done()` for convenient completion detection.
122122
- Added `Motor.done()` for convenient completion detection.
123123

124-
### Fixed
124+
#### Fixed
125125
- Fixed brief hub freeze on `pybricks.common.Logger.save()` when not connected
126126
to the computer ([support#738]).
127127
- Fixed drive base stall flags being set while not stalled ([support#767]).
@@ -180,15 +180,15 @@
180180
- Updated APIs for code completions.
181181
- Update hub firmware to v3.2.0b4:
182182

183-
### Added
183+
#### Added
184184
- Added hub shutdown status light indication.
185185
- Added boot and shutdown light matrix animations.
186186
- Added new indication for over-charging battery (blinking green light).
187187
- Added iterator protocol support to `geometry.Matrix` class.
188188
- Added support for multi-file projects ([pybricks-micropython#115]).
189189
- Added new `System.storage()` API ([support#85]).
190190

191-
### Changed
191+
#### Changed
192192
- Battery full indication (green light) comes on earlier ([support#647]).
193193
- User program is saved to non-volatile memory at shutdown on all hubs.
194194
- Restored the `Motor.speed()` method and `DriveBase` equivalent to provide
@@ -198,7 +198,7 @@
198198
- Bluetooth now uses random private address instead of static public address
199199
([support#600]).
200200

201-
### Fixed
201+
#### Fixed
202202
- Fixed motors going out of sync when starting program ([support#679]).
203203
- Fixed motor torque signal overflowing under load ([support#729]).
204204
- Fixed city hub turning back on after shutdown ([support#692]).
@@ -260,10 +260,10 @@
260260
- Updated dependencies.
261261
- Updated firmware to Pybricks v3.2.0b3:
262262

263-
### Fixed
263+
#### Fixed
264264
- Fix integral control not working properly.
265265

266-
### Changed
266+
#### Changed
267267
- `Motor.run_time` no longer raises an exception for negative time values.
268268

269269
### Fixed
@@ -278,17 +278,17 @@
278278
- Updated dependencies.
279279
- Updated firmware to Pybricks v3.2.0b2:
280280

281-
### Added
281+
#### Added
282282
- Added `Motor.stalled()` method.
283283

284-
### Fixed
284+
#### Fixed
285285
- Fixed motor not stopping at the end of `run_until_stalled` ([support#662]).
286286
- Fixed incorrect battery current reading on Technic hub ([support#665]).
287287
- Fixed non-zero speed reported when motor stalled.
288288
- Fixed I/O devices not syncing at high baud rate.
289289
- Fixed `ENODEV` error while device connection manager is busy ([support#674]).
290290

291-
### Changed
291+
#### Changed
292292
- Reworked internal motor model that is used to estimate speed.
293293
- Speed methods now use estimated speed instead of reported speed.
294294
- Changed drive base default speed to go a little slower.
@@ -315,15 +315,15 @@
315315
- Updated documentation.
316316
- Updated firmware to v3.2.0b1:
317317

318-
### Added
318+
#### Added
319319
- Added `Stop.NONE` as `then` option for motors.
320320
- Added `Stop.COAST_SMART` as `then` option for motors.
321321
- Made motor deceleration configurable separately from acceleration.
322322
- Enabled `ujson` module.
323323
- Added ability to use more than one `DriveBase` in the same script.
324324
- Added support for battery charging on Prime and essential hubs.
325325

326-
### Changed
326+
#### Changed
327327
- Changed how `DriveBases` and `Motor` classes can be used together.
328328
- Raise asynchronous `OSError` instead of `SystemExit` if motor is disconnected
329329
while a program is running.
@@ -335,7 +335,7 @@
335335
- Changed imu.acceleration() units to mm/s/s ([pybricks-micropython#88]) for
336336
Move Hub, Technic Hub, and Prime Hub.
337337

338-
### Fixed
338+
#### Fixed
339339
- Fixed color calibration on Powered Up remote control ([support#424]).
340340
- Fixed 3x3 Light Matrix colors with hue > 255 not working correctly ([support#619]).
341341

@@ -375,10 +375,10 @@
375375
- Updated dependencies.
376376
- Updated to Pybricks Firmware v3.1.0:
377377

378-
### Changed
378+
#### Changed
379379
- Renamed new `DCMotor.dc_settings()` method to `DCMotor.settings()` ([support#536]).
380380

381-
### Fixed
381+
#### Fixed
382382
- Fixed direction for `DriveBase.turn()` and `Drivebase.curve()` for some
383383
arguments ([support#535]).
384384
- Fixed `then=Stop.COAST` not working in `DriveBase` methods ([support#535]).
@@ -388,11 +388,11 @@
388388

389389
- Updated docs:
390390

391-
### Added
391+
#### Added
392392
- Added maximum voltage setter for `DCMotor` and `Motor`.
393393
- Documented `DriveBase.curve()` method.
394394

395-
### Changed
395+
#### Changed
396396
- Removed `duty` setting from `Control.limits` method.
397397
- Removed `integral_range` setting from `Control.pid` method.
398398

@@ -404,11 +404,11 @@
404404
### Changed
405405
- Updated to Pybricks firmware v3.1.0c1:
406406

407-
### Added
407+
#### Added
408408
- Added `DriveBase.curve()` method to drive an arc segment.
409409
- Added `then` and `wait` arguments to `DriveBase` methods ([support#57]).
410410

411-
### Changed
411+
#### Changed
412412
- Dropped `integral_range` argument from `Control.pid()`. This setting was
413413
ineffective and never used. When set incorrectly, the motor could get stuck
414414
for certain combinations of `kp` and `ki`.
@@ -417,7 +417,7 @@
417417
- Changed how the duty cycle limit is set for `Motor` and `DCMotor`. It is now
418418
set as a voltage limit via a dedicated method, instead of `Motor.control`.
419419

420-
### Fixed
420+
#### Fixed
421421
- Fixed `then=Stop.COAST` being ignored in most motor commands.
422422
- Fixed `brake()`/`light.off()` not working on Move hub I/O port C ([support#501]).
423423
- Fixed `Remote()` failing to connect when hub is connected to 2019 or newer
@@ -434,7 +434,7 @@
434434

435435
- Updated docs:
436436

437-
### Added
437+
#### Added
438438
- Added `ColorLightMatrix` class.
439439
- Added `LWP3Device` class.
440440

@@ -449,20 +449,20 @@
449449
- Updated dependencies.
450450
- Updated to Pybricks firmware v3.1.0b1:
451451

452-
### Added
452+
#### Added
453453
- Support for LEGO Technic Color Light Matrix ([support#440]).
454454
- Support for LEGO UART devices with a new battery power flag. This is
455455
required to support the new LEGO Technic Color Light Matrix ([support#440]).
456456
- Support for the SPIKE Essential hub/Technic Small hub ([support#439]).
457457

458-
### Fixed
458+
#### Fixed
459459
- Fixed Ultrasonic Sensor and Color Sensor turning off when a
460460
user script ends ([support#456]).
461461
- Hub reset due to watchdog timer when writing data to UART I/O device
462462
([support#304]).
463463
- City/Technic hubs not connecting via Bluetooth on macOS 12 ([support#489]).
464464

465-
### Changed:
465+
#### Changed:
466466
- Updated to MicroPython v1.17.
467467

468468
[support#304]: https://github.com/pybricks/support/issues/304
@@ -478,7 +478,7 @@
478478
### Changed
479479
- Updated to Pybricks firmware v3.1.0a4:
480480

481-
### Added
481+
#### Added
482482
- Enabled builtin `bytearray` ([pybricks-code#60]).
483483
- Enabled `ustruct` module ([pybricks-code#60]).
484484
- Added alpha support for dual boot installation on the SPIKE Prime Hub.
@@ -489,7 +489,7 @@
489489
- Added `pybricks.iodevices.LWP3Device` to communicate with a device that supports
490490
the LEGO Wireless Protocol 3.0.00 ([pybricks-code#68])
491491

492-
### Changed
492+
#### Changed
493493
- Move Hub Bluetooth optimizations to reduce firmware size ([pybricks-code#49]).
494494
- Disabled `pybricks.iodevices` module on Move Hub to reduce firmware size.
495495
- Improvements to `pybricks.pupdevices.Remote`:
@@ -507,11 +507,11 @@
507507

508508
- Updated documentation:
509509

510-
### Added
510+
#### Added
511511
- MicroPython module documentation.
512512
- Examples for hub system functions including stop button and shutdown.
513513

514-
### Changed
514+
#### Changed
515515
- Build IDE docs as main docs with minor changes, instead of a completely
516516
separate build.
517517
- Moved motor control documentation to the motor page.

0 commit comments

Comments
 (0)