summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-30 13:54:09 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-06-24 14:10:45 +0200
commit6bde9befbfc740f97929418378e5d2256a2876a9 (patch)
treeb5de0c1db539c4308b20e8306d1b7fea06f2e081
parent85e2df613a2a2b67863081ca964dcdbb1e0f8ab7 (diff)
downloadskin-nopacity-6bde9befbfc740f97929418378e5d2256a2876a9.tar.gz
skin-nopacity-6bde9befbfc740f97929418378e5d2256a2876a9.tar.bz2
Version 1.1.12HEAD1.1.12master
-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";