mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
52 lines
988 B
Markdown
52 lines
988 B
Markdown
# Change Log CountDown
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [0.2.7] - 2022-10-30
|
|
- add changelog.md
|
|
- add rp2040 to build-CI
|
|
- minor edit unit test
|
|
|
|
|
|
## [0.2.6] - 2021-12-14
|
|
- update library.json, license
|
|
|
|
## [0.2.5] - 2021-10-19
|
|
- update Arduino-CI
|
|
- add badges
|
|
|
|
## [0.2.4] - 2021-01-15
|
|
- start detect overflow now
|
|
|
|
## [0.2.3] - 2020-12-17
|
|
- add Arduino-CI + unit test
|
|
|
|
## [0.2.2] - 2020-07-08
|
|
- add MINUTES
|
|
- refactor
|
|
|
|
## [0.2.1] - 2020-06-05
|
|
- fix library.json
|
|
|
|
## [0.2.0] - 2020-03-29
|
|
- add #pragma once
|
|
- removed pre 1.0 support
|
|
|
|
----
|
|
|
|
## [0.1.3] - 2017-07-16
|
|
- TODO improved seconds - OdoMeter see below ... TODO
|
|
|
|
## [0.1.2] - 2017-07-16
|
|
- add start(days, hours, minutes, seconds) + cont() == continue countdown
|
|
|
|
## [0.1.1] - 2015-10-29
|
|
- add start(h, m, s)
|
|
|
|
## [0.1.0] - 2015-10-27
|
|
- initial version
|