Arduino full changelog
Arduino 1.8.15
released May 14, 2021 (New Release)
HOTFIX:
Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
Arduino 1.8.14
released May 12, 2021 (New Release)
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.
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.
Arduino 1.8.12
released Feb 13, 2020 (New Release)
[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:
https://github.com/arduino/Arduino/labels/OpenJDK
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]:
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
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:
https://github.com/arduino/Arduino/labels/OpenJDK
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]:
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
Arduino 1.8.11
released Jan 28, 2020 (New Release)
[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)
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)
Arduino 1.8.10
released Sep 16, 2019 (New Release)
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
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
Arduino 1.8.9
released Mar 15, 2019 (New Release)
IDE:
New target! ARM64 boards are now fully supported (Nvidia Jetson and RaspberryPi3 with 64bit operating system)
Fix UTF8 related bugs on Windows
Fixed: can now compile again using OpenJDK (removed dependency on JavaFx)
Fixed: only use touchBar on OSX 10.12 or higher
PluggableDiscovery: easily add your own discoverer and make it available in Boards/Port menu (thanks @PaulStoffregen for the idea and the initial implementation)
LibManager: reduce slowdown when searching
Fixed: ensure a sketch line is visible when it contains an error and must be highlighted
Linux: the installer now tries to install a symlink is /usr/local/bin (this doesn't affect usual non-systemwide installation) Thanks @2E0PGS
Wifi-updater:
Fix firmware upgrade not being available for 3rd party WINC boards
Arduino-builder:
Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
Fix some prototypes being inserted in the middle of a function
New target! ARM64 boards are now fully supported (Nvidia Jetson and RaspberryPi3 with 64bit operating system)
Fix UTF8 related bugs on Windows
Fixed: can now compile again using OpenJDK (removed dependency on JavaFx)
Fixed: only use touchBar on OSX 10.12 or higher
PluggableDiscovery: easily add your own discoverer and make it available in Boards/Port menu (thanks @PaulStoffregen for the idea and the initial implementation)
LibManager: reduce slowdown when searching
Fixed: ensure a sketch line is visible when it contains an error and must be highlighted
Linux: the installer now tries to install a symlink is /usr/local/bin (this doesn't affect usual non-systemwide installation) Thanks @2E0PGS
Wifi-updater:
Fix firmware upgrade not being available for 3rd party WINC boards
Arduino-builder:
Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
Fix some prototypes being inserted in the middle of a function
Arduino 1.8.8
released Dec 6, 2018 (New Release)
[ide]:
Fixed: command line parsing of version parameters when installing cores/libraries
Platform indexes are now downloaded using https
Fixed: on some newer linux distrubitions, NPE when loading GTK look-and-feel without libgtk2 installed
Fixed: command line parsing of version parameters when installing cores/libraries
Platform indexes are now downloaded using https
Fixed: on some newer linux distrubitions, NPE when loading GTK look-and-feel without libgtk2 installed
Arduino 1.8.7
released Sep 13, 2018 (New Release)
[ide]:
Fixed IDE doesn't start if library_index.json is corruped.
Fixed IDE doesn't start if a library with invalid version is found.
Fixed Rare build errors in very complex sketches (like Marlin firmware).
Fixed IDE doesn't start if library_index.json is corruped.
Fixed IDE doesn't start if a library with invalid version is found.
Fixed Rare build errors in very complex sketches (like Marlin firmware).
Arduino 1.8.6
released Aug 23, 2018 (New Release)
Added workaround for menu visualization bug in MacOSX 10.13 beta. Thanks @puybaret
Fixed bug for negative-font-size.
New/Rename tabs now allows names starting with a number.
Fixed bug for negative-font-size.
New/Rename tabs now allows names starting with a number.
Arduino 1.8.5
released Oct 3, 2017 (New Release)
Added workaround for menu visualization bug in MacOSX 10.13 beta. Thanks @puybaret
Fixed bug for negative-font-size.
New/Rename tabs now allows names starting with a number.
Fixed bug for negative-font-size.
New/Rename tabs now allows names starting with a number.
Arduino for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Arduino from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
WinX DVD Copy Pro
42% Off -
WinX DVD Ripper
50% Off -
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.16
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.15
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- Qt Creator 18.0.0
- NCache Enterprise Edition x64 4.4
- Open Validator 2.5.2
- Geany Portable 2.0
- DOSBox 0.74.3
- XN Resource Editor Portable 3.0.0.1
- UDB Workbench 3.4.5
- D-Fend Reloaded 1.4.4
- Prey 2.12.2
- Ruby 1.9.3
- TeamTalk SDK Professional Edition 5.11a
- Hex Workshop 6.8.0.5419
Popular Tags
development
sql tool
edit
uml
software
obfuscator
obfuscation
tool
sql tools
java
software protection
visual studio
file
sql
dll
editor
view
net
visual basic
decompiler
database
code protection
xml
code security
programming
windows
visual
html
sql server
vb net
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- StyleControls 5.86
- Turbo C++ 3.0
- Windows Installer 4.5
- Software Ideas Modeler Portable 15.16
- Free OCR C# 2022.8.7804
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



