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
-
WinX DVD Copy Pro
42% Off -
MacX Media Management Bundle
70% Off -
WinX MediaTrans
63% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Ripper Pro
50% Off
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
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
- ExamDiff Pro 15.0.1.21
- Portable RJ TextEd 4.14
- CoreTML Framework 1.4
- CUDA 12.5.0
- Open Validator 2.5.2
- Microsoft Visual Studio 2022 17.10.3
- Geany Portable 2.0
- Qt Creator 15.0.0
- XTOOLS
- Editra 0.7.20
- CodeLite 3.5.5375
- Adobe AIR SDK 51.0.1.1
- JCruiseMonitor 1.0.9
- Adobe AIR SDK for Linux 51.1.3.1
- EdytorNC 2015.04.00 Beta
- KeepAndTrack 1.00
- Hex Workshop 6.8.0.5419
- ECMWF Parser 1.0
Popular Tags
uml
windows
tool
decompiler
net
html
vb net
sql tools
code protection
visual basic
file
edit
obfuscation
sql server
view
sql tool
visual studio
development
code security
software
java
visual
sql
obfuscator
database
xml
editor
programming
software protection
dll
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- Open Fortran Parser 0.8.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- jPDFImages 2021R1
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 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.