Arduino IDE 1.8.3
(bugfix service release)
IDE
- Fixed RESOURCE_NAME in install.sh script
- Serial Monitor: added "Clear output" button. Thanks @Michaelsy
- added options in preferences.txt for: custom title, comment/uncomment shortcut, always show file extensions. Thanks @Michaelsy
- added options in preferences.txt to enable/disable typing assistance (auto close brace, auto indent)
- Enabling "Use external editor" option now requires to save all sketches.
Core
- AVR: added availableForWrite() method in generic Stream class. Thanks @eric-wieser
- AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman
Other
- Update Wifi101 Firmware Updater plugin