From 6bde9befbfc740f97929418378e5d2256a2876a9 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 30 May 2022 13:54:09 +0200 Subject: Version 1.1.12 --- HISTORY | 8 ++++++++ skinnopacity.c | 3 +-- 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"; -- cgit v1.2.3