2022-11-14 14:29:43 -05:00
|
|
|
# Change Log Kelvin2RGB
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2023-01-31 07:40:26 -05:00
|
|
|
## [0.1.6] - 2023-01-30
|
2023-01-30 09:57:29 -05:00
|
|
|
- major improvement **BGR()**
|
|
|
|
- minor improvement **CMYK()**
|
|
|
|
- extend timing example.
|
|
|
|
- update readme.md
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
|
|
|
|
|
2022-11-14 14:29:43 -05:00
|
|
|
## [0.1.5] - 2022-11-14
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
- extended keywords.txt
|
|
|
|
- move all code to .cpp
|
|
|
|
- fix bug in **BGR()**
|
|
|
|
- fix unit test BGR-bug
|
|
|
|
|
|
|
|
## [0.1.4] - 2021-12-20
|
|
|
|
- update library.json
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.3] - 2021-11-06
|
|
|
|
- update build-CI
|
|
|
|
- add badges
|
|
|
|
- add setRGB(), CMYK(), BGR(), reset();
|
|
|
|
|
|
|
|
## [0.1.2] - 2021-06-01
|
|
|
|
- add RGB565() - 16 bit colour - output
|
|
|
|
|
|
|
|
## [0.1.1] - 2020-12-30
|
|
|
|
- ??
|
|
|
|
|
|
|
|
## [0.1.0] - 2018-01-31
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|