Skip to content

Commit 5f9c9cf

Browse files
committed
v4.0.0b3
1 parent e99263c commit 5f9c9cf

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,30 @@
44

55
## [Unreleased]
66

7+
## [4.0.0b3] - 2025-12-05
8+
9+
### Added
10+
- Added preliminary BTstack support for EV3 ([pybricks-micropython#405]).
11+
712
### Changed
813
- Make 3D orientation default for heading and drivebase heading control ([support#1962]).
14+
- Improved color detection when using default colors. Also changed the HSV calculation
15+
for the SPIKE Color Sensor and Boost Color and Distance Sensor to make them
16+
more similar. User code should measure HSV values again in old code ([pybricks-micropython#421]).
917

1018
### Fixed
1119
- Fixed `race=False` ignored in `pybricks.tools.multitask()`. ([support#2468])
1220
- Fixed Essential Hub button being disabled after power off so it could not be
1321
switched on again.
22+
- Fixed `TechnicHub` class being unavailable on Technic Hub in a recent
23+
pre-release ([pybricks-micropython#425]).
24+
1425

1526
[support#1962]: https://github.com/pybricks/support/issues/1962
1627
[support#2468]: https://github.com/pybricks/support/issues/2468
28+
[pybricks-micropython#405]: https://github.com/pybricks/pybricks-micropython/pull/405
29+
[pybricks-micropython#421]: https://github.com/pybricks/pybricks-micropython/pull/421
30+
[pybricks-micropython#425]: https://github.com/pybricks/pybricks-micropython/pull/425
1731

1832
## [4.0.0b2] - 2025-11-25
1933

@@ -1185,7 +1199,8 @@ Prerelease changes are documented at [support#48].
11851199

11861200

11871201
<!-- diff links for headers -->
1188-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...HEAD
1202+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...HEAD
1203+
[4.0.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...v4.0.0b3
11891204
[4.0.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...v4.0.0b2
11901205
[4.0.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.1...v4.0.0b1
11911206
[3.6.1]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...v3.6.1

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define PBIO_VERSION_LEVEL_HEX 0xB
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 2
29+
#define PBIO_VERSION_SERIAL 3
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)