Skip to content

Releases: noopkat/avrgirl-arduino

1.5.1

28 Nov 06:28
Compare
Choose a tag to compare

Patches:

  • a previous bugfix 341cce5 was accidentally removed, most likely due to a rebase

1.5.0

16 Nov 01:08
Compare
Choose a tag to compare

Features:

  • @makenai added list and boards methods to the CLI ✨

Patches:

  • @makenai laid down some test foundations
  • Travis CI now connected for both tests and coverage report
  • new shiny gulp test flow
  • avrgirl-arduino now has an official code styleguide, and lint gulp task
  • README and CONTRIBUTING doc improvements
  • remove deprecated list.js

1.4.16

13 Nov 02:24
Compare
Choose a tag to compare

Patches:

  • upgraded node-serialport to v2.0.5

1.4.15

10 Nov 02:13
Compare
Choose a tag to compare

Patches:

  • @ajfisher added some new pid's to match against for some board clones he found 💫

1.4.14

10 Nov 02:12
Compare
Choose a tag to compare

Patches:

  • @Frxnz fixed an exec 💣 when regexing Windows PnpId's ✨

1.4.13

30 Oct 03:30
Compare
Choose a tag to compare

Patches

  • version bump for chip.avr.avr109 to fix intelhex parsing bug
  • small debug function change so that console logs are bound to the correct console (compatibility with Electron, nw.js)

1.4.12

27 Oct 01:41
Compare
Choose a tag to compare

Patches:

  • @makenai provided a neater StandardFirmata for Pinoccio Scouts 🙇
  • bumped minimist and serialport versions
  • Removed leo reset child process, now resetting by DTR cycling, thanks @flaki for testing

1.4.11

27 Oct 01:39
Compare
Choose a tag to compare

Patches:

  • @ArekSredzki contributed a nice error handling solution for finding no serialports 👍

1.4.9

15 Oct 04:23
Compare
Choose a tag to compare

Patches:

  • @ArekSredzki added support for the Spark Fun Mega Pro board (a mega clone). Thank you! ✨

1.4.8

15 Oct 04:22
Compare
Choose a tag to compare

Patches:

  • Updated serialport to 2.0.1 (to resolve issue #17, hooray!)