You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,18 @@ ARDUINO 1.6.9
5
5
* Fixed IDE version color on about dialog box. Thanks @ivanebernal
6
6
* The "always-on-top update notification" popup is now less intrusive.
7
7
* Fixed untraslated string during IDE startup splash window. Thanks @ivanebernal
8
+
* New arduino-builder: better core library detection, faster operations when recompiling and more. See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
9
+
* Fixed multitab error reporting
10
+
* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
11
+
* Avoid launching multiple concurrent compile and upload operation
12
+
* Use hi-res icons for Serial monitor and plotter
13
+
* Make http://librarymanager and http://boardmanager links clickable from the editor window
8
14
9
15
[core]
10
16
* sam: Allow 3rd party boards that depend on SAM core to use their own
11
17
USB vid/pid and manufacturer/product strings. Thanks @philmanofsky.
18
+
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
19
+
write bootloader magic value in an unproblematic RAM location
0 commit comments