mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.14
This commit is contained in:
parent
e236d9e571
commit
89e9086943
6
HISTORY
6
HISTORY
@ -226,3 +226,9 @@ Version 1.2.12
|
|||||||
Version 1.2.13
|
Version 1.2.13
|
||||||
|
|
||||||
- Revert "Diplay the current TimeBase throughout the whole timeline"
|
- 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
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#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 *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user