File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 44
55## Unreleased
66
7+ ## 3.4.0 - 2024-03-11
8+
9+ ### Changed
10+
11+ - Update list block screenshots to match implementation.
12+
713## 3.4.0b5 - 2024-03-05
814
9- ## Changed
15+ ### Changed
1016
1117- Updates for v3.4.0b3 firmware (out of sync with docs).
1218- Changed ` hub.button ` to ` hub.buttons ` on single button hubs. Access via
1319 ` hub.button ` will keep working in the firmware for backwards compatibility.
1420
1521## 3.4.0b4 - 2024-02-14
1622
17- ## Added
23+ ### Added
1824
1925- Added ` pybricks.iodevices.XboxController ` class.
2026
21- ## Changed
27+ ### Changed
2228
2329- Changed ` buttons.pressed ` return type to set.
2430
2531## 3.4.0b3 - 2024-01-30
2632
27- ## Added
33+ ### Added
2834
2935- Added ` pybricks.robotics.Car ` class.
3036
4551
4652## 3.3.0c1 - 2023-11-20
4753
48- ## Added
54+ ### Added
4955- Enabled tilt and orientation config for ` MoveHub() ` .
5056- Documented ` Motor.close() `
5157
5965 toggled using ` use_gyro ` instead of using a separate ` GyroDriveBase ` class.
6066- Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
6167
62- ## Added
68+ ### Added
6369- Added ` set ` to ` ubuiltins ` module.
6470- Basic multitasking docs.
6571- Awaitable keyword for awaitable methods and functions.
141147
142148## 3.2.0b1-r1 - 2022-06-09
143149
144- ## Added
150+ ### Added
145151- Added ` __init__.py ` to ` pybricks ` package.
146152
147153## 3.2.0b1 - 2022-06-02
@@ -212,7 +218,7 @@ not correspond to Pybricks firmware version numbers.**
212218
213219## 1.3.2 - 2021-04-26
214220
215- ## Changed
221+ ### Changed
216222- Theme style fixes.
217223- Example code fixes
218224- Match doc version to firmware version.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricks"
3- version = " 3.4.0b5 "
3+ version = " 3.4.0 "
44description = " Documentation and user-API stubs for Pybricks MicroPython"
55authors = [
" The Pybricks Authors <[email protected] >" ]
66maintainers = [
" Laurens Valk <[email protected] >" ,
" David Lechner <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments