|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
| 7 | +## [3.6.0b3] - 2025-02-14 |
| 8 | + |
7 | 9 | ### Added |
8 | 10 |
|
9 | 11 | - Added optional `calibrated=True` parameter to `acceleration()` and `up()` and |
|
32 | 34 | stop button while the hub menu is active ([support#1975]). |
33 | 35 |
|
34 | 36 | ### Fixed |
| 37 | +- Fixed battery charging timeout if it didn't reach 100% after about 6 hours. |
| 38 | + This is same behavior observed in official firmware. ([pybricks-micropython#292]). |
| 39 | +- Fixed inconsistent battery level reported to user. Now it uses the same value |
| 40 | + as used by the light indicator ([support#2055]). |
35 | 41 | - Fixed `DriveBase.angle()` getting an incorrectly rounded gyro value, which |
36 | 42 | could cause `turn(360)` to be off by a degree ([support#1844]). |
37 | 43 | - Fixed `hub` silently ignoring non-orthogonal base axis when it should raise. |
38 | 44 | - Fixed not handling negative duration in `Speaker.beep()` ([support#1996]). |
39 | 45 |
|
| 46 | +### Removed |
| 47 | +- Removed ev3dev and ev3rt-based CI builds. Pybricks 2.0 on ev3dev will |
| 48 | + continue to be available as a separate download. |
| 49 | + |
40 | 50 | [pybricks-micropython#274]: https://github.com/pybricks/pybricks-micropython/pull/274 |
| 51 | +[pybricks-micropython#292]: https://github.com/pybricks/pybricks-micropython/pull/292 |
41 | 52 | [support#943]: https://github.com/pybricks/support/issues/943 |
42 | 53 | [support#1886]: https://github.com/pybricks/support/issues/1886 |
43 | 54 | [support#1844]: https://github.com/pybricks/support/issues/1844 |
44 | 55 | [support#1975]: https://github.com/pybricks/support/issues/1975 |
45 | 56 | [support#1996]: https://github.com/pybricks/support/issues/1996 |
| 57 | +[support#2055]: https://github.com/pybricks/support/issues/2055 |
46 | 58 |
|
47 | 59 | ## [3.6.0b2] - 2024-10-15 |
48 | 60 |
|
@@ -1022,7 +1034,8 @@ Prerelease changes are documented at [support#48]. |
1022 | 1034 |
|
1023 | 1035 |
|
1024 | 1036 | <!-- diff links for headers --> |
1025 | | -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...HEAD |
| 1037 | +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b3...HEAD |
| 1038 | +[3.6.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...v3.6.0b3 |
1026 | 1039 | [3.6.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...v3.6.0b2 |
1027 | 1040 | [3.6.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1 |
1028 | 1041 | [3.5.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0 |
|
0 commit comments