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.0b10] - 2026-05-15
8+
9+ ### Added
10+ - Enabled ` pybricks.tools.AppData ` on Move Hub.
11+
12+ ### Changed
13+ - Changed initialization of ` AppData ` to allow multiple modes instead of a
14+ single format. ` ustruct.unpack ` is no longer automatically called. Now it
15+ works seemlessly with the camera sensors in Pybricks Code.
16+
17+ ### Fixed
18+ - Fixed EV3 apps not loading images ([ pybricks-micropython #470 ] ).
19+
20+ [ pybricks-micropython#470 ] : https://github.com/pybricks/pybricks-micropython/pull/470
21+
722## [ 4.0.0b9] - 2026-04-16
823
924### Added
@@ -1336,7 +1351,8 @@ Prerelease changes are documented at [support#48].
13361351
13371352
13381353<!-- diff links for headers -->
1339- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b9...HEAD
1354+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b10...HEAD
1355+ [ 4.0.0b10 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b9...v4.0.0b10
13401356[ 4.0.0b9 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b8...v4.0.0b9
13411357[ 4.0.0b8 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b7...v4.0.0b8
13421358[ 4.0.0b7 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...v4.0.0b7
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 9
29+ #define PBIO_VERSION_SERIAL 10
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments