Skip to content

1.0.5

Compare
Choose a tag to compare
@per1234 per1234 released this 12 Mar 11:55
· 177 commits to master since this release

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.