diff --git a/HISTORY b/HISTORY index f6b26ab..11551cb 100644 --- a/HISTORY +++ b/HISTORY @@ -203,3 +203,10 @@ Version 1.2.9 - Correct plugin options in README and CommandLineHelp - Change locking in cTVGuideSearchTimer::cTVGuideSearchTimer - Fixed a dayOfWeek error in RecMenuSearchTimerEdit + +Version 1.2.10 + +- Update remotetimers.h +- Simplify cRecMenuSearchTimerEdit::GetSearchTimer +- Fixed cRecMenuItemSelectDirectory::DrawValue +- Some rework diff --git a/tvguide.c b/tvguide.c index 705bc2c..8b541fb 100644 --- a/tvguide.c +++ b/tvguide.c @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.9"; +static const char *VERSION = "1.2.10"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";