Skip to content

Commit 606a0dd

Browse files
committed
Updated changelog
1 parent 7451dc8 commit 606a0dd

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

build/shared/revisions.txt

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
1-
ARDUINO 1.8.13 2020.??.??
1+
ARDUINO 1.8.13 2020.06.16
22

33
[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)
47
* 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)
69
* Fixed: sketch window out-of-display if the IDE is restarted after removing an external monitor.
710
* 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
829

930
ARDUINO 1.8.12 2020.02.13
1031

0 commit comments

Comments
 (0)