File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## Version 0.4.0
5
5
6
+ ### Added
7
+ - Support for Arduino CLI (#1017 )
8
+
9
+ ### Changed
10
+ - Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense (#1183 )
11
+ - Detects available programmers for selected board (#1118 )
12
+
6
13
### Fixed
7
14
- Typos
8
15
9
- ### Changed
10
- - Adds support for Arduino CLI
11
- - Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense
12
- - Detects available programmers for selected board
13
- - Unifies all build commands under a single function
16
+ ### Breaking Changes
17
+ - Unifies all build commands under a single
18
+
19
+ ### Known Issues
20
+ - Arduino CLI doesn't work on Mac (#1205 )
21
+
14
22
## Version 0.3.5
15
23
16
24
- Release date: November 22, 2020
You can’t perform that action at this time.
0 commit comments