diff options
-rw-r--r-- | HISTORY | 10 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -187,3 +187,13 @@ Version 1.2.7 - Eliminate a "invalid lock sequence report" in tvguideosd.c - Optical changes in favorites and searchtimer menu - Changes in README + +Version 1.2.8 + +- Some refactoring +- Update i18n +- Add almost all search timer options to cRecMenuSearchTimerEdit, + only one is missing: "Use content descriptor" + (Create and modify of channelgroups and blacklists isn't possible, + because the epgsearch service interface doesn't support that, + should be done in epgsearch) @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.7"; +static const char *VERSION = "1.2.8"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |