From 3c6ee4682898b538017ff82d584e7329487b8ed8 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 18 Oct 2013 18:21:57 +0200 Subject: [PATCH] Updating revisions.txt (anti-aliasing) --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index a2f0bfcf7..b4a5ab976 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,6 +6,7 @@ ARDUINO 1.5.5 BETA * Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored * Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/ * Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available. Allows public key only authentication and ssh servers listening on ports other than 22. +* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file) [libraries] * avr: Fixed buffer overflow in File::doBuffer() (dreggy)