Releases: per1234/arduino-ci-script
Releases · per1234/arduino-ci-script
1.3.4
1.3.3
Bugfixes
1.3.2
1.3.1
Bugfixes
install_package
: fix bug in Boards Manager installations when Arduino IDE 1.8.10 is installed (da85525).
Enhancements
check_sketch_structure
,check_library_structure
,check_library_properties
,check_keywords_txt
: process folders/files in alphabetical order for repeatable and user-friendly output (61a55fe).
1.3.0
Bugfixes
check_library_properties
: Fix spurious "ERROR" text in warning messages forname
value check (c73b5eb).
Enhancements
check_library_structure
: Note implications of stray sketches for Web Editor in error messages (cbc6586).- Add
check_code_formatting
(4a30725). check_library_properties
: update valid architectures list (dd19871).check_library_properties
/check_library_manager_compliance
: Add reserved name check (7593e86).check_library_structure
: Add example, exampel, and exampels to incorrect examples folder name check (b49db95).
1.2.0
Enhancements
1.1.0
Enhancements
- Add
check_library_structure()
(c7c1525). - Add
check_sketch_structure()
(c7c1525). - Add
check_library_properties()
(18d551c). - Add
check_keywords_txt()
(e7e58c6). - Add
check_library_manager_compliance()
(55c7bf6). - Improve Windows compatibility (0795c41, d6db379).
1.0.5
Bugfixes
- Fix version matching regular expressions (04c9d66).
- This issue caused incorrect results of version checks with Arduino IDE 1.6.10-1.6.13.
- Preserve previous Additional Boards Manager URLs value (8895624)
- This allows multiple 3rd party hardware packages to coexist when installed using their Boards Manager URLs.
- Fail build if build_sketch passed invalid IDE version (c9f5617).
- Previously an error message was printed to the log but a return status of 0 was returned.
1.0.4
Bugfixes
- Correctly update IDE symlink (fb5661e).
- This bug was causing the newest installed IDE version to be used for all compilations, regardless of the version specified to
build_sketch
.
- This bug was causing the newest installed IDE version to be used for all compilations, regardless of the version specified to
- Correctly sort generated IDE version lists (0ca2852).
- This bug was causing the version lists to be sorted in alphabetical order.