You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+9
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ ARDUINO 1.6.6
4
4
* Switched to Java 8, which is now both bundled and needed for compiling the IDE
5
5
* Added link to unofficial boards support list in preferences
6
6
* Limit of possible new sketches in a day raised to 676. Thanks @Chris--A
7
+
* Windows: fixed a bug when running username had non ASCII chars
8
+
* Lots of fixes
9
+
* ArduinoISP examples moved under 11.ArduinoISP folder
10
+
* MacOSX: binary is now able to tell the IDE its current working directory. Eases life to those using the IDE from the CLI
11
+
* CLI: if specified board doesn't exist, fail instead of using a default one
12
+
* Windows: IDE stores its stuff under %LOCALAPPDATA% instead of %APPDATA% (which was a roaming folder). %APPDATA% content is automatically migrated to new location
13
+
* Added 74880 baud rate to serial monitor. Thanks @Chris--A
14
+
* When changing tab, file name is shown in window title
15
+
* IDE groups compiled files into "libraries", "core" and "sketch" folders
0 commit comments