From 5955a49574e47f26721dceb1fe27c26d19432c3e Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 19 Dec 2016 18:27:04 +0100 Subject: [PATCH] update revision log --- build/shared/revisions.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 19cc49eae..6fc07f4a2 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,7 +1,21 @@ -ARDUINO 1.6.14 +ARDUINO 1.8.0 - 2016.12.20 + [ide] +* Linux: running in command line mode doesn't require an X11 display anymore +* "Save as" now clears the "modified" status +* builder: Paths with strange UTF8 chars are now correctly handled +* builder: .hpp and .hh file extensions are now considered valid sketch extension +* builder: core.a is not rebuild if not needed (improve build time in particular for big projects) +* Fixed swapped actions "Copy for Forum" and "Copy as HTML" +* Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478) +* Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch) [core] +* Added Arduino.org boards +* Added Adafruit Circuit Playground board +* Added "-g" option to linker to keep debug information in the .elf file (see #5539) +* avrdude: Added fake configuration for EFUSE on atmega8 part. This solves a long standing issue with "Burn bootloader". + Thanks @rigelinorion, @awatterott ARDUINO 1.6.13 - 2016.11.22