File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
- ARDUINO 1.8.12 ????
1
+ ARDUINO 1.8.12 2020.02.13
2
2
3
+ [ide]
4
+ * Reverted the bundled Java JRE to the latest freely redistributable Oracle JRE for all
5
+ platforms except:
6
+ - macOS (due to notarization)
7
+ - aarch64 (due to missing graphical support)
8
+
9
+ Switching to AdoptJDK demonstrated to be more challenging than expected, bringing in
10
+ some corner case bugs that were not being caught by our testing procedures:
11
+ - https://github.com/arduino/Arduino/labels/OpenJDK
12
+
13
+ To guarantee the best user experience we decided to revert to the latest working JRE
14
+ until all the issues are resolved.
15
+
16
+ * Improved visualization of compiler errors (@matthijskooijman)
17
+ * Fixed: "Comparison method violates its original contract" error in library manager
18
+ * Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen)
19
+
20
+ [arduino-builder]
21
+ * FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet)
22
+ * FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE
23
+ * Improved precompiled libraries handling
24
+ * FIX: paths with spaces are now correctly printed in compiler output
3
25
4
26
ARDUINO 1.8.11 2020.01.27
5
27
You can’t perform that action at this time.
0 commit comments