Skip to content

Commit 60799ec

Browse files
committed
v4.0.0b10
1 parent d9ad10f commit 60799ec

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
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

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 9
29+
#define PBIO_VERSION_SERIAL 10
3030

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

0 commit comments

Comments
 (0)