Skip to content

Releases: arduino/Arduino

Release 1.8.19 Security hotfix release

21 Dec 08:08
1.8.19
Compare
Choose a tag to compare

Release 1.8.18 Security hotfix release

14 Dec 16:58
1.8.18
e18afa3
Compare
Choose a tag to compare

IDE

Release 1.8.17 (superseded by 1.8.18)

14 Dec 10:37
1.8.17
Compare
Choose a tag to compare

IDE

Release 1.8.16

06 Sep 09:46
1.8.16
Compare
Choose a tag to compare

IDE

  • Removed the very outdated off-line documentation.
  • Do not crash if a malformed boards index URL is entered in preferences.
  • Fixed font-resizing problem with multiple tabs open.
  • Updated FTDI drivers to version 2.12.36.4

Wifi Firmware

  • Added latest firmwares (up to version 1.4.8) for NINA-based boards

Release 1.8.15

14 May 16:18
1.8.15
07b0b40
Compare
Choose a tag to compare

HOTFIX:

  • Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)

Release 1.8.14

12 May 12:43
1.8.14
Compare
Choose a tag to compare

IDE

  • Fix status bar custom board preferences disappearing (thanks @magedrifaat)
  • Boards Manager bugfix: sometimes the "Install" button appeared instead of "Update" after entering a search term.
  • Libraries/Boards Manager: the Type and Category filters are kept after install/uninstall.
  • Added 'deprecated' label support in Boards Manager, platforms marked as deprecated are shown at the bottom of the list.
  • Serial Plotter: line endings dropdown menu now comply with the global preference settings. (thanks @sceniclife)
  • Libraries Manager: Maintainer is displayed instead of the Author.
  • Firmware Updater: Added new firmwares and support for Nano RP2040 Connect.
  • Boards Manager: cached 3rd party package_index.json are no more deleted if the origin URL is removed from preferences, this allows other tools (like arduino-cli), that may have different URLs configuration, to work properly.
  • The board configuration submenus are now scrollable.
  • New shortcut: Shift+click on Serial Monitor button will open the Serial Plotter. (thanks @n-elia)
  • Fixed NPE if no board is selected. (thanks @matthijskooijman)

arduino-builder

  • Improved lib detection: check for matching name in library.properties
  • Fix compile if invalid build.options.json is found (thanks @d-a-v)
  • Improved error messages for .cpp/.h file in the sketch

Release 1.8.13

16 Jun 09:41
1.8.13
Compare
Choose a tag to compare

IDE

  • Fixed crash on MacOSX >=10.15 with multiple monitor setups.
  • The boards in the boards list in the "Tools" menu are now grouped by platform. This should make the selection
    easier when there are lots of boards loaded in the IDE. (thanks @matthijskooijman)
  • Fixed save of proxy username/password settings in "manual proxy" section.
  • In "Tools / Programmers" menu only shows programmers related to the currently selected board. (thanks @matthijskooijman)
  • Fixed: sketch window out-of-display if the IDE is restarted after removing an external monitor.
  • Allow baudrate/config change when the Serial Monitor/Plotter is disabled. (thanks @matthijskooijman)
  • Updated jmdns to 3.5.5. Should improve network board detection.
  • Optimized libraries scanning during startup. (thanks @ricardojlrufino)
  • Better vertical centering of file names in tabs. (thanks @ricardojlrufino)
  • Better console rendering of progress bar during upload. (thanks @matthijskooijman)
  • Fixed invalid http "Accept" header.

arduino-builder

  • Updated arduino-builder to 1.5.4
  • FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
    with the precompiled part.
  • Removed automatic '--relax' for compiles on Atmega2560 MCU
  • Fixed skethbook+bootloader hex merger when the bootloader is in .bin format.
  • Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches)
  • Added #define variable during lib discovery phase
  • Improved progress report from compile

core

  • Updated AVR core to 1.8.3:
    • Wire class now supports timeout
    • Upgraded avr-gcc to 7.3.0-atmel3.6.1-arduino7

Release 1.8.12

13 Feb 14:45
1.8.12
Compare
Choose a tag to compare

IDE

  • Reverted the bundled Java JRE to the latest freely redistributable Oracle JRE for all platforms except:

    • macOS (due to notarization)
    • aarch64 (due to missing graphical support)

    Switching to AdoptJDK demonstrated to be more challenging than expected, bringing in some corner case bugs that were not being caught by our testing procedures:

    • OpenJDK Issues to be verified once OpenJDK (AdoptOpenJDK) is implemented

    To guarantee the best user experience we decided to revert to the latest working JRE until all the issues are resolved.

  • Improved visualization of compiler errors (@matthijskooijman)

  • Fixed: "Comparison method violates its original contract" error in library manager

  • Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen)

arduino-builder

  • Updated arduino-builder to 1.5.2.
  • FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet)
  • FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE
  • Improved precompiled libraries handling
  • FIX: paths with spaces are now correctly printed in compiler output

Release 1.8.11

27 Jan 17:07
1.8.11
Compare
Choose a tag to compare

IDE

  • FIX: Serial plotter do not hang if empty lines are received
  • A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167)
  • Sligtly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
  • Serial plotter: added serial input text field (thanks @cactorium)
  • MacOSX: support for notarization (thanks @PaulStoffregen for the support)
  • Fix wrong bracket match rectangle on auto format (thanks @magedrifaat)
  • Pluggable discoveries: runtime.platform.path and runtime.hardware.path are now available as variables (thanks @PaulStoffregen)

arduino-builder

  • Updated arduino-builder to 1.5.1
  • FIX: missed library-detection cache (forcing lib detection on each build)
  • FIX: Windows: the build folder may reside on a different partition
  • FIX: Segfault in arduino-builder with -dump-prefs if no sketch is specified
  • FIX: Allow loading of global user-define platform.txt
  • FIX: Fixed nil pointer exception on some rare case with multiple libs
  • FIX: Print "multiple libraries found for header.h" message only when it really happens
  • FIX: Fixed library priorities on some rare circumstances

core

  • updated AVR core to 1.8.2

wifi-updater

  • updated to 0.10.10

Release 1.8.10

13 Sep 14:08
1.8.10
Compare
Choose a tag to compare

IDE

  • Live font resize now applies to console and serial monitor too @Pieter12345
  • Make it easier to build the IDE from sources on Windows @Pieter12345
  • Smaller Preference window, suitable for supersmall screens
  • Cache downloaded json and only retrieve them when changed @mattiabertorello
  • Suspend serial monitor if the board gets disconnected abruptly
  • Libraries can now declare dependencies that will be proposed during lib installation
  • SerialPlotter: allow adding labels @chromhelm
  • Support tar.xz archives for Board Manager @vowstar
  • SerialMonitor: add command history (via arrow keys) @Pieter12345
  • Accessibility: add checkbox to enable accessibility in Preferences @joew46167
    This mode enables a plethora of improvements on voiceover and keyboard navigation.
    eg. links become accessible buttons, lists are scrollable via arrow keys without much pain

wifi-updater

  • Add latest NINA firmware

hardware

  • Bundle new avr toolchain (fixes lto issue with 5.4.0 and 64bit compatibility with upcoming macOS Catalina)

arduino-builder

  • updated arduino-builder to 1.4.7 (based on the new arduino-cli)