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