Version 1.2.14

This commit is contained in:
kamel5 2019-10-19 16:41:09 +02:00
parent e236d9e571
commit 89e9086943
2 changed files with 7 additions and 1 deletions

View File

@ -226,3 +226,9 @@ Version 1.2.12
Version 1.2.13
- Revert "Diplay the current TimeBase throughout the whole timeline"
Version 1.2.14
- Diplay the current TimeBase throughout the whole timeline
- Can switch off and optimize diplay time in epggrid "displayMode == Vertical"
- Fixed a error while changing a Theme

View File

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