Merge branch 'master' of https://github.com/mgfcf/E-Paper-Calendar-with-iCal-sync-and-live-weather
This commit is contained in:
commit
460c1e8a54
3 changed files with 20 additions and 4 deletions
15
Changelog.md
15
Changelog.md
|
@ -4,6 +4,21 @@ 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'
|
||||
|
||||
## [1.7] Mid April 2019
|
||||
|
||||
### Added
|
||||
* Added agenda-list panel
|
||||
* Added day-view panel
|
||||
* Added offline calendar and rss support
|
||||
* Added more settings
|
||||
* Added support for multi-day and repeating events
|
||||
|
||||
### Changed
|
||||
* Improved internal event management
|
||||
|
||||
### Removed
|
||||
* Bugs
|
||||
|
||||
## [1.6] Mid March 2019
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,15 +1,13 @@
|
|||
### This file contains features in planning for the next release
|
||||
|
||||
# For version 1.7
|
||||
# For version 1.8
|
||||
|
||||
## Installer
|
||||
* Optimise the installer by adding a few more options when updating
|
||||
|
||||
## Main script
|
||||
* Implement weekly view (may take a lot of time)
|
||||
* Implement multi-calendar panel
|
||||
* Implement feature to fetch tasks
|
||||
* Add code in E-Paper.py for fixing errors related to the iCalendar (ics.py is pretty picky)
|
||||
* Fix a bug where past events are shown along with ones in the future
|
||||
* Add support for ics files along with iCalendar URLs
|
||||
* Allow connecting to the openweathermap API servers even when the SSL certificate has expired
|
||||
* Try using the weathericons.io font instead of icons
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# E-Paper Calendar
|
||||
|
||||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0962be8b02e947e9aa4326e73b387e01)](https://app.codacy.com/app/m.giller.dev/E-Paper-Calendar?utm_source=github.com&utm_medium=referral&utm_content=mgfcf/E-Paper-Calendar&utm_campaign=Badge_Grade_Dashboard)
|
||||
|
||||
This is a software written in python3 that allows you to transform an E-Paper display (like the kindle) into an information display. It fetches live data from Openweathermap (a weather info provider), rss-feeds and your Online Calendar (Google/Yahoo Calendar/...) and displays them on a large, beautiful and ultra-low power E-Paper display. It's ideal for staying organised and keeping track of important details without having to check them up online.
|
||||
|
||||
This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E-Paper display from waveshare/gooddisplay and works with Raspberry Pi 2, 3 and 0 (Zero, Zero W, Zero WH).
|
||||
|
@ -7,6 +9,7 @@ This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E
|
|||
**To get started, follow the instructions below.**
|
||||
|
||||
## News:
|
||||
* **Version 1.7 released with two new designs, offline support and improved support for events** (Mid April 2019)
|
||||
* **Specified README for this fork, added new design and many options** (Mid March 2019)
|
||||
* **Version 1.5 released with a new layout, displayed events and many back-end improvements** (Early February 2019)
|
||||
* **Added Support for the 2-Colour E-Paper Display as well!** (Late September 2018)
|
||||
|
|
Loading…
Reference in a new issue