File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
- ARDUINO 1.6.14
1
+ ARDUINO 1.8.0 - 2016.12.20
2
+
2
3
[ide]
4
+ * Linux: running in command line mode doesn't require an X11 display anymore
5
+ * "Save as" now clears the "modified" status
6
+ * builder: Paths with strange UTF8 chars are now correctly handled
7
+ * builder: .hpp and .hh file extensions are now considered valid sketch extension
8
+ * builder: core.a is not rebuild if not needed (improve build time in particular for big projects)
9
+ * Fixed swapped actions "Copy for Forum" and "Copy as HTML"
10
+ * Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
11
+ * Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch)
3
12
4
13
[core]
14
+ * Added Arduino.org boards
15
+ * Added Adafruit Circuit Playground board
16
+ * Added "-g" option to linker to keep debug information in the .elf file (see #5539)
17
+ * avrdude: Added fake configuration for EFUSE on atmega8 part. This solves a long standing issue with "Burn bootloader".
18
+ Thanks @rigelinorion, @awatterott
5
19
6
20
ARDUINO 1.6.13 - 2016.11.22
7
21
You can’t perform that action at this time.
0 commit comments