mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.9
This commit is contained in:
parent
463b6369d2
commit
69711400fa
6
HISTORY
6
HISTORY
@ -197,3 +197,9 @@ Version 1.2.8
|
|||||||
(Create and modify of channelgroups and blacklists isn't possible,
|
(Create and modify of channelgroups and blacklists isn't possible,
|
||||||
because the epgsearch service interface doesn't support that,
|
because the epgsearch service interface doesn't support that,
|
||||||
should be done in epgsearch)
|
should be done in epgsearch)
|
||||||
|
|
||||||
|
Version 1.2.9
|
||||||
|
|
||||||
|
- Correct plugin options in README and CommandLineHelp
|
||||||
|
- Change locking in cTVGuideSearchTimer::cTVGuideSearchTimer
|
||||||
|
- Fixed a dayOfWeek error in RecMenuSearchTimerEdit
|
||||||
|
@ -26,7 +26,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.8";
|
static const char *VERSION = "1.2.9";
|
||||||
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