Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Nov 5, 2023
1 parent 98f06fe commit 4ec5e6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

cmake_minimum_required(VERSION 3.0)
project(epaper-central VERSION 0.1.1)
project(epaper-central VERSION 0.2.0)

# Build Options
option(EPAPER_CENTRAL_BUILD_EPAPERD "Build daemon reference program" ON)
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ libepaper-central is licensed under the MIT License.

## Changelog

### v0.2.0

* Pixmap format optimizations (Improved refresh speed)
* epaperd: Added command line option "`-D`" to specify ZigBee radio device
* epaperd: Display error message if serial device cannot be opened
* Fix: Fixed minor offset between black and red pixels

### v0.1.1

* Fix: Added fallback install dirs in CMake configuration ([#1](https://github.com/leso-kn/epaper-central/issues/1))
Expand Down

0 comments on commit 4ec5e6a

Please sign in to comment.