Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 962 Bytes

Changelog

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

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

[Unreleased]

0.1.2 - 2024-09-04

Added

  • Add sleep and wakeup support (with esp32c6 sample) (#14)
  • Add additional color conversions for tinybmp support (#16)

Fixed

  • pass display by reference not by value for tricolor displays (#15)

Other

  • build esp32c6 examples (#19)
  • rustfmt

0.1.1 - 2024-08-01

Added

  • First release