From a6c0a5f0f672be92281abaa1b6d85e65cda4aa14 Mon Sep 17 00:00:00 2001 From: aceisace Date: Thu, 8 Sep 2022 22:24:40 +0200 Subject: [PATCH] fix missing dependencies --- Changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index 96830e0..1e7df95 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,25 @@ The order is from latest to oldest and structured in the following way: * Version name with date of publishing * Sections with either 'added', 'fixed', 'updated' and 'changed' +## [2.0.2] 2022 +### Added +* Added support of 12.48" E-Paper display (all variants) +* Added support of 10.3" parallel display +* Added support of 9.7" parallel display +* Added support of 7.8" parallel display +* Added support to run Inkycal on non Rpi-devices + +### Changed +* Installation procedure changed to virtual environments. This keeps Inkycal dependencies isolated from the system itself, allows clean uninstalling and makes it OS-independent + +### Removed +* Removed installer for better transparency of install +* Removed local web-ui + +### Fixed +* Minor bugfixes and stability improvements + + ## [1.7.1] Mid January 2020 ### Added