|
1 | 1 | ARDUINO 1.8.6
|
2 | 2 |
|
3 | 3 | [ide]
|
| 4 | +* Updated arduino-builder to 1.4.0: |
| 5 | + - parallel build (improve compile speed) |
| 6 | + - better reuse of already compiled files |
| 7 | + - Windows: fixed build for sketch stored under OneDrive cloud folders |
4 | 8 | * Added translations for library types. Thanks @ReAlUA
|
5 | 9 | * Added scroller in programmers menu.
|
6 | 10 | * Added "accelerator" in scrollable menu, press "a" key while scrolling
|
7 | 11 | * Keep "Board Manager" menu item always as first in the menu
|
| 12 | +* "Manage Libraries" is now also in the "Tools" menu. Thanks @feikname |
| 13 | +* Compiler errors now have both column and line |
| 14 | +* Serial monitor how has "Show Timestamp" option. Thanks @MichalSy |
| 15 | +* Improved DPI detection for hi-resolution montior on Linux |
| 16 | +* Added copy/paste contextual menu in Find/Replace text fields |
| 17 | +* Fixed long IDE startup time when some virtual/not-connected network interfaces are present |
| 18 | +* Fixed inconsistent line-endings when saving files on Windows |
| 19 | +* mdns: Make board disappear via TTL instead of reachability. Thanks @kurtgo |
| 20 | +* Library Manager: display install/remove buttons with mouse on-hover instead of mouse click |
| 21 | +* Board Manager: fixed some rare case with corrupted index download |
| 22 | +* Windows: removed some debug output when running the IDE from command line |
| 23 | +* Support selectable user-defined themes. User's theme are zip files inside the sketchbook "theme" folder |
| 24 | +* Library Manager: library search now search also for headers (.h) declared by the library in library.properties |
| 25 | +* Added "--version" to the CLI. Thanks @yohsuke |
| 26 | +* Fixed Serial Plotter/Monitor permanently disabled if Plotter fails to open |
| 27 | +* Fixed window title that sometimes is not updated on "Save as...". Thanks @JxJxJxMxNxS |
| 28 | +* Fixed keybindings for Increase/Decrease font size |
| 29 | +* Improved accessibility in the Preferences dialog. Thanks @coreyknapp |
8 | 30 |
|
9 | 31 | [core]
|
10 |
| -* AVR: Set Optiboot as default bootloader for Nano. This is the bootloader installed on new Arduino Nano boards. If you have a Nano with the old bootloader you must select Tools > Processor > ATmega328P (Old Bootloader) to upload. |
| 32 | +* AVR: Set Optiboot as default bootloader for Nano. This is the bootloader installed on new |
| 33 | + Arduino Nano boards. If you have a Nano with the old bootloader you must select |
| 34 | + Tools > Processor > ATmega328P (Old Bootloader) to upload. |
| 35 | +* AVR core has been moved to its own repository: https://github.com/arduino/ArduinoCore-avr |
| 36 | +* Updated toolchain to gcc 5.4.0 |
11 | 37 |
|
12 | 38 | [wifi101-firmware]
|
13 | 39 | * SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).
|
|
0 commit comments