Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

95 lines (70 loc) · 3.12 KB

Changelog

All notable changes to ravedude will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2023-11-06

Added

  • Support for Arduino Mega 1280 (#362).
  • Support for Arduino Duemilanove (#404).
  • Support for SparkFun ProMini 5V (#435).

Fixed

  • Fixed serial console not working on Windows (#433).

0.1.5 - 2022-09-18

Added

  • Added a --reset-delay option as an alternative to interactively waiting for the user to confirm board reset (#275).
  • Added support for newer Arduino Nano boards which have a different baudrate setting. The board is called nano-new (#247).

Fixed

  • Fixed bug in avrdude version number parsing code which didn't allow version numbers with more than two components (#260).
  • Fixed ATtiny85 avrdude config (#274).

0.1.4 - 2022-02-08

Added

  • Support for the Nano 168 (that's Arduino Nano clones with an ATmega168).
  • Support for the Adafruit Trinket (#179).
  • Added support for the Arduino Leonardo auto-reset method even though avr-hal does not yet support it (#207).
  • Added a check whether the avrdude version is recent enough to support all features we need (#221).

Fixed

  • Fixed ravedude terminating with an error on CTRL+C (#225).

0.1.3 - 2021-07-11

Added

  • Support for Arduino Mega 2560.
  • Support for Arduino Diecimila (untested).
  • Support for the SparkFun ProMicro.
  • Support for Arduino Micro.
  • Support for the Trinket Pro.

0.1.2 - 2021-03-21

Removed

  • The --no-program flag was removed, just don't pass a binary if you want to skip flashing.

Fixed

  • Fixed support for Arduino Nano.

0.1.1 - 2021-03-13

Fixed

  • Fixed broken metadata.

0.1.0 - 2021-03-06

Initial, miminal version.