Skip to content

Commit 4ec5e6a

Browse files
committed
Release v0.2.0
1 parent 98f06fe commit 4ec5e6a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
cmake_minimum_required(VERSION 3.0)
9-
project(epaper-central VERSION 0.1.1)
9+
project(epaper-central VERSION 0.2.0)
1010

1111
# Build Options
1212
option(EPAPER_CENTRAL_BUILD_EPAPERD "Build daemon reference program" ON)

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ libepaper-central is licensed under the MIT License.
4040

4141
## Changelog
4242

43+
### v0.2.0
44+
45+
* Pixmap format optimizations (Improved refresh speed)
46+
* epaperd: Added command line option "`-D`" to specify ZigBee radio device
47+
* epaperd: Display error message if serial device cannot be opened
48+
* Fix: Fixed minor offset between black and red pixels
49+
4350
### v0.1.1
4451

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

0 commit comments

Comments
 (0)