From b22f5223169e3d5a215863a0f6dbac0c1f67f79d Mon Sep 17 00:00:00 2001 From: Cristian Maglie <c.maglie@arduino.cc> Date: Tue, 22 Nov 2016 11:37:10 +0100 Subject: [PATCH] Updated revision log --- build/shared/revisions.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 57a66a661..98b358cab 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,4 +1,4 @@ -ARDUINO 1.6.13 +ARDUINO 1.6.13 - 2016.11.22 [ide] * Improved robustness of Serial Plotter while dealing with malformed or partial data. Thanks @xloem. @@ -8,6 +8,8 @@ ARDUINO 1.6.13 * Libraries and Boards Managers: if a download error happens (CRC error) the IDE tries to download the file again without the need to remove the corrupted file manually. * Improved serial plotter with horizontal axis and grid. Thanks @duff2013 +* Windows: Improved DPI detection +* Fixed a bunch of small bugs in the editor. [core] * avr: set default values for "upload.verify" and "program.verify" (allows compatibility with older IDE). Thanks @per1234