From d0c1519463bc751406da043bc9b6ac4d1fcfb936 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 2 Jun 2019 11:14:37 +0200 Subject: [PATCH] Version 1.2.7 --- HISTORY | 6 ++++++ README | 12 ++++++++---- tvguide.c | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index e8d1705..2cc9d08 100644 --- a/HISTORY +++ b/HISTORY @@ -181,3 +181,9 @@ Version 1.2.6 - Channelgroup in cRecMenuSearchTimerEdit (Create and modify of channelgroups isn't yet possible, should be done in epgsearch) - Change channel icon size in cRecMenuSearchTimerEdit + +Version 1.2.7 + +- Eliminate a "invalid lock sequence report" in tvguideosd.c +- Optical changes in favorites and searchtimer menu +- Changes in README diff --git a/README b/README index 3047018..d47cf60 100644 --- a/README +++ b/README @@ -1,10 +1,14 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Louis Braun +TVGuide on GitLab: https://gitlab.com/kamel5/tvguide -Project's homepage: http://projects.vdr-developer.org/projects/plg-tvguide +Original Written by: Louis Braun -Latest version available at: http://projects.vdr-developer.org/projects/plg-tvguide/files +Original Project's homepage: http://projects.vdr-developer.org/projects/plg-tvguide + +Latest version available at: https://gitlab.com/kamel5/tvguide + +Original version available at: http://projects.vdr-developer.org/projects/plg-tvguide/files This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -274,4 +278,4 @@ Setup Options - Maximal number of logos to cache - Number of logos to cache at start: number of logos to pre cache at plugin startup (a too large number causes a slower VDR start) -- Information about image cache sizes \ No newline at end of file +- Information about image cache sizes diff --git a/tvguide.c b/tvguide.c index e7aa350..ed2b6be 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.6"; +static const char *VERSION = "1.2.7"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";