From c239366517665eba958d8406152613762c7c62c3 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 16 Dec 2021 15:08:09 +0100 Subject: Version 1.1.9 --- HISTORY | 12 ++++++++++++ skinnopacity.c | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 8312070..7df21d4 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,18 @@ VDR Plugin 'nOpacity' Revision History --------------------------------------- +Version 1.1.9 + +- Update iceblue theme +- Optimize Flush +- Add fade-out to Skin +- Add TS errors to recording info (vdr >= 2.5.5) +- Add "Use scraper infos, pictures and animation" to setup +- Add icon fpr UHD/4K +- Rework Setup (The setup menu for this skin now only works if this skin is active) +- Merge Light version +- Centers ChannelLogos vertically in the channel menu, timer menu, schedule menu and displaychannel + Version 1.1.8 - [S:oren] Convert menuItems from cList to std::vector diff --git a/skinnopacity.c b/skinnopacity.c index 976ec0f..9245c1b 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -17,7 +17,7 @@ #endif -static const char *VERSION = "1.1.9-Test"; +static const char *VERSION = "1.1.9"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; -- cgit v1.2.3