summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY10
-rw-r--r--tvguide.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2cc9d08..c9ed201 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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)
diff --git a/tvguide.c b/tvguide.c
index ed2b6be..4362519 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.7";
+static const char *VERSION = "1.2.8";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";