Releases: tsbarnes/epdtext
Releases · tsbarnes/epdtext
0.6.0
New release, now supports Arch Linux ARM!
Full Changelog: 0.5.0...0.6.0
0.5.0
Major improvements! The e-paper display handling is now threaded for performance, there's a sleek new dashboard screen, and more!
0.4.0
Now multithreaded to improve performance, added new dashboard screen, and much more
0.3.1
Despite the version number, this update brings quite a few changes:
- Calendar and tasks are now accessible by any screen via a shared library (see
libs/calendar.py
)
- Waveshare EPDs other than the 2.7in are now supported! Test it out and let me know how it works for you <3
- Weather data is available to screens now, see
libs/weather.py
and ´screens/weather.py`
0.3.0
Major refactoring and improvements
0.2.0
Screens now have a loop iterator to do operations in the background
0.1.2
Bugfix for timezone detection
0.1.1
A few small but important fixes, including running as user pi
when started by systemd
and detecting the local timezone
0.1.0
Initial release, supports CLI control, calendars from webcal and caldav, and more