2018-10-06 18:52:06 +02:00
|
|
|
### This file contains features in planning for the next release
|
|
|
|
|
2019-02-05 19:05:21 +01:00
|
|
|
# For version 1.6
|
2018-10-06 18:52:06 +02:00
|
|
|
|
2019-01-30 20:34:13 +01:00
|
|
|
## Installer
|
2019-02-05 19:05:21 +01:00
|
|
|
* Optimise the installer by adding a few more options when updating
|
2019-01-30 20:34:13 +01:00
|
|
|
|
|
|
|
## Main script
|
2019-03-06 11:53:42 +01:00
|
|
|
| Feature | Status |
|
|
|
|
| -- | -- |
|
|
|
|
|Implement daily view (will take some more time)| Not yet started |
|
|
|
|
|Display more events when free space is available (below monthly calendar)| finished -> implemented in master branch|
|
2019-03-06 16:00:38 +01:00
|
|
|
|Implement feature to fetch tasks| work in progress. Problem encountered: Google Calendar does not support vtodo (tasks)|
|
2019-03-06 11:53:42 +01:00
|
|
|
|Add code in E-Paper.py for fixing errors related to the iCalendar (ics.py is pretty picky)| finished -> implemented in master branch |
|
|
|
|
|Add support for recurring events found in iCalendars| finished -> implemented in master branch (credit to Hubert)|
|
|
|
|
|Truncate event names if they're too long to be displayed|finished -> implemented in master branch|
|
|
|
|
|Fix a bug where past events are shown along with ones in the future| finished -> implemented in master branch |
|
|
|
|
|Add support for ics files along with iCalendar URLs| Not yet started |
|
|
|
|
|Add feature to fetch rss-feeds and display it on the E-Paper| Work in progress, nearly finished.|
|
|
|
|
|Add 'pre-processing' operations on the generated image to greatly improve readablity| finished -> implemented in master branch |
|
|
|
|
|Fetch events in iCalendar if they are in the range specified by the settings.py file|finished -> implemented in master branch|
|
2019-02-05 19:05:21 +01:00
|
|
|
|
|
|
|
## E-Paper files (epd7in5/epd7in5b)
|
2019-03-06 11:53:42 +01:00
|
|
|
| Feature | Status |
|
|
|
|
| -- | -- |
|
|
|
|
| Merge calibration module with epd7in5 and epd7in5b| Not yet started |
|
|
|
|
| Create function to calibrate the screen faster by omitting conversion| work in progress|
|
2019-01-22 08:25:54 +01:00
|
|
|
|
2019-01-26 17:01:44 +01:00
|
|
|
## Settings file
|
2019-03-06 11:53:42 +01:00
|
|
|
| Feature | Status |
|
|
|
|
| -- | -- |
|
|
|
|
| Add option to switch between the monthly and daily view | not yet started |
|
|
|
|
| Add option to display one of the following below the monthly Calendar section: Tasks, RSS-feed, events| work in progress |
|
|
|
|
| Add option to fetch events from a given time range in the future| finished -> implemented in master branch|
|
|
|
|
| Add option to choose the Display-update interval| work in progress |
|
2019-01-22 08:25:54 +01:00
|
|
|
|
|
|
|
---------------------------
|
|
|
|
## More feature suggestions (will not be implemented anytime soon)
|
|
|
|
* Nextcloud Integration (further research required)
|
2019-02-11 21:57:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
If you can help with any features, please do so :)
|