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
+6-1
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,23 @@ 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
8
+
* New arduino-builder: better core library detection, faster operations when recompiling and more.
9
+
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
9
10
* Fixed multitab error reporting
10
11
* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
11
12
* Avoid launching multiple concurrent compile and upload operation
12
13
* Use hi-res icons for Serial monitor and plotter
13
14
* Make http://librarymanager and http://boardmanager links clickable from the editor window
15
+
* Cut/Copy actions are disable when there is no text selected. Thanks @avargas-nearsoft
16
+
* Added more OSX native (emacs-like) keybindings. Thanks @nopdotcom
14
17
15
18
[core]
16
19
* sam: Allow 3rd party boards that depend on SAM core to use their own
17
20
USB vid/pid and manufacturer/product strings. Thanks @philmanofsky.
18
21
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
19
22
write bootloader magic value in an unproblematic RAM location
23
+
* avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility
24
+
with older version of Arduino IDE. Thanks @per1234
0 commit comments