diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-14 13:31:33 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-14 13:58:22 +0200 |
commit | e7753834bc950470fd0cd9db80daccac420fee5b (patch) | |
tree | 92f7a36d04c51f99ce38717dbb9c7151dc816278 | |
parent | d1e5e240ec6d157ff9518c8caf520c2a6e01e74f (diff) | |
download | vdr-plugin-tvguide-e7753834bc950470fd0cd9db80daccac420fee5b.tar.gz vdr-plugin-tvguide-e7753834bc950470fd0cd9db80daccac420fee5b.tar.bz2 |
Version 1.2.6v1.2.6
-rw-r--r-- | HISTORY | 14 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -167,3 +167,17 @@ Version 1.2.5 - Eliminate a seqfault in "cRecManager::DeleteSearchTimer" - Show Inactive timer in DrawHeader - Add "switchMode" to setup menu + +Version 1.2.6 + +- Some changes for VDR < 2.3.0 +- Changes for Rec Icon in DrawHeader and Grid +- Eliminate a compiler warning in searchtimer.c +- Correct an error in setup page +- Optical changes in displaymode vertical +- Different setup parameter for displayTime in horizontal and vertical mode +- Optimizations in setup menu +- Add .gitignore +- Channelgroup in cRecMenuSearchTimerEdit + (Create and modify of channelgroups isn't yet possible, should be done in epgsearch) +- Change channel icon size in cRecMenuSearchTimerEdit @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.5"; +static const char *VERSION = "1.2.6"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |