mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.12
This commit is contained in:
parent
b707292485
commit
fc784f34e5
6
HISTORY
6
HISTORY
@ -216,3 +216,9 @@ Version 1.2.11
|
|||||||
- Fixed a segfault with graphicsmagick > 1.3.31
|
- Fixed a segfault with graphicsmagick > 1.3.31
|
||||||
- Fixed a possible deadlock in detailview
|
- Fixed a possible deadlock in detailview
|
||||||
- Optical changes in cMenuSetupImageCache
|
- Optical changes in cMenuSetupImageCache
|
||||||
|
|
||||||
|
Version 1.2.12
|
||||||
|
|
||||||
|
- Fixed updating current time
|
||||||
|
- Fixed updating current TimeBase
|
||||||
|
- Diplay the current TimeBase throughout the whole timeline
|
||||||
|
@ -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.11";
|
static const char *VERSION = "1.2.12";
|
||||||
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