File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments