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
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
-
ARDUINO 1.8.9 ????
1
+
ARDUINO 1.8.9 2091.03.15
2
2
3
+
[ide]
4
+
* New target! ARM64 boards are now fully supported (Nvidia Jetson and RaspberryPi3 with 64bit operating system)
5
+
* Fix UTF8 related bugs on Windows
6
+
* Fixed: can now compile again using OpenJDK (removed dependency on JavaFx)
7
+
* Fixed: only use touchBar on OSX 10.12 or higher
8
+
* PluggableDiscovery: easily add your own discoverer and make it available in Boards/Port menu (thanks @PaulStoffregen for the idea and the initial implementation)
9
+
* LibManager: reduce slowdown when searching
10
+
* Fixed: ensure a sketch line is visible when it contains an error and must be highlighted
11
+
* Linux: the installer now tries to install a symlink is /usr/local/bin (this doesn't affect usual non-systemwide installation) Thanks @2E0PGS
12
+
13
+
[wifi-updater]
14
+
* Fix firmware upgrade not being available for 3rd party WINC boards
15
+
16
+
[arduino-builder]
17
+
* Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
18
+
* Fix some prototypes being inserted in the middle of a function
0 commit comments