Latest release

Arduino IDE 1.8.3

@cmaglie cmaglie released this Jun 5, 2017 · 61 commits to master since this release

(bugfix service release)

IDE

  • Fixed RESOURCE_NAME in install.sh script
  • Serial Monitor: added "Clear output" button. Thanks @MichaelSy
  • added options in preferences.txt for: custom title, comment/uncomment shortcut, always show file extensions. Thanks @MichaelSy
  • added options in preferences.txt to enable/disable typing assistance (auto close brace, auto indent)
  • Enabling "Use external editor" option now requires to save all sketches.

Core

  • AVR: added availableForWrite() method in generic Stream class. Thanks @eric-wieser
  • AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman

Other

  • Update Wifi101 Firmware Updater plugin

Downloads

Arduino IDE 1.8.2

@cmaglie cmaglie released this Mar 22, 2017 · 98 commits to master since this release

IDE

  • Fix command line: works again with relative paths (regression)
  • Fix command line: "--save-prefs" works again (regression)
  • AVR toolchain has been updated with a tentative fix for the ld-returned-5-exit-status bug
  • Update arduino-builder to 1.3.25
    • avoid name clashing for libraries
    • cache core archives to speedup compilation consistently
  • Allow BoardManager to fetch FreeBSD tools (thanks @kevans91)
  • Serial monitor: the input string box is automatically focused when window is selected
  • Serial monitor: now can not be opened during upload
  • Serial monitor: now properly decodes UTF8 characters (thanks @aknrdureegaesr)
  • Serial monitor: added 500k, 1M and 2M baudrates (thanks @dsstutts)
  • Updated RSyntaxTextArea to 2.6.1 (textarea component)
  • Updated jmdsn (mDNS discovery)
  • Allow plugins to attach a listener to compile progress (thanks @tomneutens)

Core

  • Add Atmel-ICE and JTAGICE3 programmers for AVR chips (thanks @matthijskooijman)
  • AVR: Set unused bits of extended fuse to 1, should remove some avrdude warning during burn bootloader (thanks @descampsa)
  • AVR: USB: send ZLP when needed (allows full 64 bytes packets)
  • AVR: USB: use IAD descriptors instead than Generic (thanks @cuitoldfish)

Other

Downloads

Releasing 1.8.1

@facchinm facchinm released this Jan 9, 2017 · 182 commits to master since this release

Updated changelog, release 1.8.1

Downloads