Merge pull request #1889 from pybricks/dlech

v2.2.0-beta.8
This commit is contained in:
David Lechner
2023-07-07 10:55:51 -05:00
committed by GitHub
3 changed files with 34 additions and 8 deletions
+27 -1
View File
@@ -4,6 +4,30 @@
## [Unreleased]
## [2.2.0-beta.8] - 2023-07-07
### Changed
- Updated dependencies.
- Updated firmware to v3.3.0b8:
#### Added
- Added `use_gyro` method to `GyroDriveBase` class ([support#1054]).
- Added `pybricks.tools.read_input_byte()` function ([support#1102]).
#### Changed
- Relaxed thresholds that define when the IMU is stationary ([support#1105]).
#### Fixed
- Fixed Technic (Extra) Large motors not working ([support#1131]) on all hubs.
- Fixed Powered Up Light not working ([support#1131]) on all hubs.
- Fixed UART sensors not working on Technic Hub ([support#1137]).
- Fixed incorrect number of ports on City Hub ([support#1131]).
[support#1054]: https://github.com/pybricks/support/issues/1054
[support#1105]: https://github.com/pybricks/support/issues/1105
[support#1131]: https://github.com/pybricks/support/issues/1131
[support#1137]: https://github.com/pybricks/support/issues/1137
## [2.2.0-beta.7] - 2023-07-01
### Fixed
@@ -937,7 +961,9 @@ Prerelease changes are documented at [support#48].
<!-- links for version headings -->
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.6...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.8...HEAD
[2.2.0-beta.8]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.7..v2.2.0-beta.8
[2.2.0-beta.7]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.6..v2.2.0-beta.7
[2.2.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.5..v2.2.0-beta.6
[2.2.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.4..v2.2.0-beta.5
[2.2.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.3..v2.2.0-beta.4
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.2.0-beta.7",
"version": "2.2.0-beta.8",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
@@ -11,7 +11,7 @@
"@babel/core": "^7.22.6",
"@blueprintjs/core": "^5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@pybricks/firmware": "7.6.0",
"@pybricks/firmware": "7.7.0",
"@pybricks/ide-docs": "2.9.0",
"@pybricks/images": "^1.3.0",
"@pybricks/jedi": "1.9.0",
+5 -5
View File
@@ -2636,12 +2636,12 @@ __metadata:
languageName: node
linkType: hard
"@pybricks/firmware@npm:7.6.0":
version: 7.6.0
resolution: "@pybricks/firmware@npm:7.6.0"
"@pybricks/firmware@npm:7.7.0":
version: 7.7.0
resolution: "@pybricks/firmware@npm:7.7.0"
dependencies:
jszip: ^3.7.1
checksum: 82aae37120f8182b81a4fefdb82f9fe17930b0e921372e66e9cc15f85b5f72a1df10c5206667daf3aec0d4560766ed940e70839aeb79b9bd8208178a0ef351ab
checksum: def86290fe49cb285291110d433eae1514928ff3728222840b14ab038d97a19277cefd77e912e99ef96b3fe6bd9fcea127cd3c8489575d2de7777da7e3f3c3bf
languageName: node
linkType: hard
@@ -2687,7 +2687,7 @@ __metadata:
"@babel/core": ^7.22.6
"@blueprintjs/core": ^5.0.1
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
"@pybricks/firmware": 7.6.0
"@pybricks/firmware": 7.7.0
"@pybricks/ide-docs": 2.9.0
"@pybricks/images": ^1.3.0
"@pybricks/jedi": 1.9.0