Skip to content

Commit ad62313

Browse files
committed
Update revisions log
1 parent 0885c61 commit ad62313

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

build/shared/revisions.txt

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
ARDUINO 1.8.6
22

33
[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
48
* Added translations for library types. Thanks @ReAlUA
59
* Added scroller in programmers menu.
610
* Added "accelerator" in scrollable menu, press "a" key while scrolling
711
* 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
830

931
[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
1137

1238
[wifi101-firmware]
1339
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).

0 commit comments

Comments
 (0)