Skip to content

Releases: twinearthsoftware/ArduinoSketchUploader

v3.2.0

14 Feb 03:05

Choose a tag to compare

Multiple bugfixes for an ATMega2560 target.

v3.1.0

11 Jan 02:15

Choose a tag to compare

Important bugfixes (Mega2560, UnoR3).

v3.0.0

21 Sep 03:15

Choose a tag to compare

  • 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

13 Jul 00:11

Choose a tag to compare

Improve exception handling.

v2.4.3

22 Jun 01:08

Choose a tag to compare

Bugfix for Nano R2.

v2.4.2

22 Jun 00:55

Choose a tag to compare

  • Add support for Leonardo (tested)
  • Add support for NanoR2 (with ATMega168, untested)

v2.4.1

14 Jun 00:43

Choose a tag to compare

  • Update dependencies (NLog, SerialPortStream).
  • Slightly improve exception handling (for potential issues while reading hex files).

v2.4.0

28 Apr 00:56

Choose a tag to compare

Add support for ATMega1284 with optiboot (thanks, Simon Knopp!).

v2.3.1

09 Mar 03:10

Choose a tag to compare

Update underlying IntelHexFormatReader version.

v2.3.0

28 Jan 04:17

Choose a tag to compare

  • Multiple bugfixes (UNO, Mega2560).
  • Update dependencies.