Version 1.2.17

This commit is contained in:
kamel5 2020-02-17 16:08:14 +01:00
parent b96f800240
commit 9044e092f8
2 changed files with 7 additions and 1 deletions

View File

@ -250,3 +250,9 @@ Version 1.2.16
- Optimize display "REC" sign in epgview
- Separate "displayTime" for horizontal and vertical view
- RecMenu "Timer Timeline" displays now sorted active timer
Version 1.2.17
- Final fix for utf8 CutText
- Fixed a remote timer problem
- Add episode to manual timer

View File

@ -27,7 +27,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
static const char *VERSION = "1.2.16";
static const char *VERSION = "1.2.17";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";