Releases: twinearthsoftware/ArduinoSketchUploader
Releases · twinearthsoftware/ArduinoSketchUploader
v3.2.0
v3.1.0
Important bugfixes (Mega2560, UnoR3).
v3.0.0
- Remove dependency (for the library) on NLog, but expose a simple logging interface instead (
IArduinoUploaderLogger). - Allow for auto-selecting a COM port if only a single one is available.
- Multiple bug fixes and small code improvements.
v2.4.5
Improve exception handling.
v2.4.3
Bugfix for Nano R2.
v2.4.2
- Add support for Leonardo (tested)
- Add support for NanoR2 (with ATMega168, untested)
v2.4.1
- Update dependencies (NLog, SerialPortStream).
- Slightly improve exception handling (for potential issues while reading hex files).
v2.4.0
Add support for ATMega1284 with optiboot (thanks, Simon Knopp!).
v2.3.1
Update underlying IntelHexFormatReader version.
v2.3.0
- Multiple bugfixes (UNO, Mega2560).
- Update dependencies.