Skip to content

Commit bf810dc

Browse files
committed
Update Changelog for 0.5
1 parent b1830d1 commit bf810dc

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [v0.5.0] - 2021-11-28
17+
18+
### Added
19+
1120
- Added QuickRefresh Trait and implemented it for EPD4in2 in #62 (thanks to @David-OConnor)
1221
- Added Epd 2in7 (B) support in #60 (thanks to @pjsier)
1322
- Added Epd 7in5 HD support (thanks to @whiite)
1423
- Added Epd 2in9 V2 support in #73 & #74 (thanks to @andber1)
24+
- Added Epd 2in13 (BC) support in #75 (thanks to @Irbalt)
25+
- Added Color conversion methods in #87 & #88 (thanks to @crzysdrs)
26+
- Provide full QuickRefresh interface for 4.2 inch display in #81 (thanks to @sirhcel)
27+
1528

1629
### Changed
1730

31+
- Updated embedded-graphics to 0.7 and switch to e-g-core #78 (@Irbalt) & #85 (@jamwaffles)
1832
- Use specific ParseColorError instead of ()
1933
- Epd4in2: Don't set the resolution (and some more) over and over again (#48)
2034
- Removed `#[allow(non_camel_case_types)]` to fix various issues around it
2135
- Added Delay to QuickRefresh Trait due to #74 (thanks to @andber1)
36+
- Write data over SPI 1 byte at a time due to #82 (thanks to @belak)
37+
- Enable drawing in three colors for epd2in13bc in #76 (thanks to @Irbalt)
2238

2339

24-
25-
## [v0.5.0]
26-
27-
TODO!
28-
2940
## [v0.4.0] - 2020-04-06
3041

3142
### Added

0 commit comments

Comments
 (0)