diff options
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 @@ -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"; |