summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY8
-rw-r--r--skinnopacity.c3
2 files changed, 9 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 83c087e..76ae7a4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,13 @@
VDR Plugin 'nOpacity' Revision History
---------------------------------------
+Version 1.1.12
+
+- Add display volume to DisplayMenu, DisplayChannel and DisplayReplay
+- Display number of recordings in recordings main menu
+- Some optical optimitation
+- Fix segfault when tvscraper returns "call->type = tNone"
+- Fix segfault when selecting invisibile menu items
+
Version 1.1.11
- Fix typo in po/de_DE.po
diff --git a/skinnopacity.c b/skinnopacity.c
index 205af1b..66dc4fa 100644
--- a/skinnopacity.c
+++ b/skinnopacity.c
@@ -16,8 +16,7 @@
#error "VDR-1.7.34 API version or greater is required!"
#endif
-
-static const char *VERSION = "1.1.11";
+static const char *VERSION = "1.1.12";
static const char *DESCRIPTION = "'nOpacity' Skin";
static const char *MAINMENUENTRY = "nOpacity";