diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-30 13:54:09 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-24 14:10:45 +0200 |
commit | 6bde9befbfc740f97929418378e5d2256a2876a9 (patch) | |
tree | b5de0c1db539c4308b20e8306d1b7fea06f2e081 | |
parent | 85e2df613a2a2b67863081ca964dcdbb1e0f8ab7 (diff) | |
download | skin-nopacity-6bde9befbfc740f97929418378e5d2256a2876a9.tar.gz skin-nopacity-6bde9befbfc740f97929418378e5d2256a2876a9.tar.bz2 |
-rw-r--r-- | HISTORY | 8 | ||||
-rw-r--r-- | skinnopacity.c | 3 |
2 files changed, 9 insertions, 2 deletions
@@ -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"; |