|
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 |
|
|
0 commit comments