File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- ## Unreleased
2
+ ## 0.9.0 - 2025-05-07
3
3
### Added
4
4
- Magical Witches support ("MW"), with ` ^^ ` for XOR byte checksum
5
5
- Experimental Xros Loader support ("!XL")
11
11
- Communicators delete params when disabled
12
12
### Fixed
13
13
- Adjusted Xros Mini timing
14
+ ### Tested with
15
+ - CircuitPython 9.2.7
14
16
15
17
## 0.8.0 - 2024-01-29
16
18
### Added
35
37
### Removed
36
38
- Data serial option
37
39
- Workaround for PIO bug in CircuitPython 8.0.0 alpha versions
40
+ ### Tested with
41
+ - CircuitPython 8.2.2
38
42
39
43
## 0.7.0 - 2023-05-06
40
44
### Added
Original file line number Diff line number Diff line change 14
14
import board_config
15
15
16
16
VERSION = f'''name = "dmcomm-python"\r
17
- version = "v0.8.0+wip "\r
17
+ version = "v0.9.0 "\r
18
18
circuitpython_version = "{ os .uname ().version } "\r
19
19
circuitpython_board_id = "{ board .board_id } "'''
20
20
You can’t perform that action at this time.
0 commit comments