diff options
-rw-r--r-- | HISTORY | 12 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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"; |