|
1 |
| -ARDUINO 1.8.13 2020.??.?? |
| 1 | +ARDUINO 1.8.13 2020.06.16 |
2 | 2 |
|
3 | 3 | [ide]
|
| 4 | +* Fixed crash on MacOSX >=10.15 with multiple monitor setups. |
| 5 | +* The boards in the boards list in the "Tools" menu are now grouped by platform. This should make the selection |
| 6 | + easier when there are lots of boards loaded in the IDE. (thanks @matthijskooijman) |
4 | 7 | * Fixed save of proxy username/password settings in "manual proxy" section.
|
5 |
| -* In "Tools / Programmers" menu only shows programmes related to the currently selected board. (thanks @matthijskooijman) |
| 8 | +* In "Tools / Programmers" menu only shows programmers related to the currently selected board. (thanks @matthijskooijman) |
6 | 9 | * Fixed: sketch window out-of-display if the IDE is restarted after removing an external monitor.
|
7 | 10 | * Allow baudrate/config change when the Serial Monitor/Plotter is disabled. (thanks @matthijskooijman)
|
| 11 | +* Updated jmdns to 3.5.5. Should improve network board detection. |
| 12 | +* Optimized libraries scanning during startup. (thanks @ricardojlrufino) |
| 13 | +* Better vertical centering of file names in tabs. (thanks @ricardojlrufino) |
| 14 | +* Better console rendering of progress bar during upload. (thanks @matthijskooijman) |
| 15 | + |
| 16 | +[arduino-builder] |
| 17 | +* FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together |
| 18 | + with the precompiled part. |
| 19 | +* Removed automatic '--relax' for compiles on Atmega2560 MCU |
| 20 | +* Fixed skethbook+bootloader hex merger when the bootloader is in .bin format. |
| 21 | +* Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches) |
| 22 | +* Added #define variable during lib discovery phase |
| 23 | +* Improved progress report from compile |
| 24 | + |
| 25 | +[core] |
| 26 | +* Updated AVR core to 1.8.3: |
| 27 | + - Wire class now supports timeout |
| 28 | + - Upgraded avr-gcc to 7.3.0-atmel3.6.1-arduino7 |
8 | 29 |
|
9 | 30 | ARDUINO 1.8.12 2020.02.13
|
10 | 31 |
|
|
0 commit comments