Skip to content

Commit 4437218

Browse files
committed
v4.0.0b6
1 parent 9fff3ad commit 4437218

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [4.0.0b6] - 2026-02-19
8+
79
### Added
810
- Added `connect=True` parameter to the `Remote`, `LWP3Device`
911
and `XboxController` classes, along with a `connect()` method to optionally
@@ -16,6 +18,7 @@
1618
cannot be used as a standalone device since it cannot run third-party firmware.
1719
- Added `pybricks.pupdevices.DuploTrain` to control it as a peripheral. It
1820
cannot be used as a standalone device since it cannot ne updated.
21+
- Added basic user interface for EV3 brick.
1922

2023
### Changed
2124
- Changed the default `XboxController` connection timeout from indefinite
@@ -1281,7 +1284,8 @@ Prerelease changes are documented at [support#48].
12811284

12821285

12831286
<!-- diff links for headers -->
1284-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...HEAD
1287+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...HEAD
1288+
[4.0.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...v4.0.0b6
12851289
[4.0.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...v4.0.0b5
12861290
[4.0.0b4]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...v4.0.0b4
12871291
[4.0.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...v4.0.0b3

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 5
29+
#define PBIO_VERSION_SERIAL 6
3030

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

0 commit comments

Comments
 (0)