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 4
4
5
5
## Unreleased
6
6
7
+ ## 3.4.0 - 2024-03-11
8
+
9
+ ### Changed
10
+
11
+ - Update list block screenshots to match implementation.
12
+
7
13
## 3.4.0b5 - 2024-03-05
8
14
9
- ## Changed
15
+ ### Changed
10
16
11
17
- Updates for v3.4.0b3 firmware (out of sync with docs).
12
18
- Changed ` hub.button ` to ` hub.buttons ` on single button hubs. Access via
13
19
` hub.button ` will keep working in the firmware for backwards compatibility.
14
20
15
21
## 3.4.0b4 - 2024-02-14
16
22
17
- ## Added
23
+ ### Added
18
24
19
25
- Added ` pybricks.iodevices.XboxController ` class.
20
26
21
- ## Changed
27
+ ### Changed
22
28
23
29
- Changed ` buttons.pressed ` return type to set.
24
30
25
31
## 3.4.0b3 - 2024-01-30
26
32
27
- ## Added
33
+ ### Added
28
34
29
35
- Added ` pybricks.robotics.Car ` class.
30
36
45
51
46
52
## 3.3.0c1 - 2023-11-20
47
53
48
- ## Added
54
+ ### Added
49
55
- Enabled tilt and orientation config for ` MoveHub() ` .
50
56
- Documented ` Motor.close() `
51
57
59
65
toggled using ` use_gyro ` instead of using a separate ` GyroDriveBase ` class.
60
66
- Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
61
67
62
- ## Added
68
+ ### Added
63
69
- Added ` set ` to ` ubuiltins ` module.
64
70
- Basic multitasking docs.
65
71
- Awaitable keyword for awaitable methods and functions.
141
147
142
148
## 3.2.0b1-r1 - 2022-06-09
143
149
144
- ## Added
150
+ ### Added
145
151
- Added ` __init__.py ` to ` pybricks ` package.
146
152
147
153
## 3.2.0b1 - 2022-06-02
@@ -212,7 +218,7 @@ not correspond to Pybricks firmware version numbers.**
212
218
213
219
## 1.3.2 - 2021-04-26
214
220
215
- ## Changed
221
+ ### Changed
216
222
- Theme style fixes.
217
223
- Example code fixes
218
224
- Match doc version to firmware version.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pybricks"
3
- version = " 3.4.0b5 "
3
+ version = " 3.4.0 "
4
4
description = " Documentation and user-API stubs for Pybricks MicroPython"
5
5
authors = [
" The Pybricks Authors <[email protected] >" ]
6
6
maintainers = [
" Laurens Valk <[email protected] >" ,
" David Lechner <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments