diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-12-16 15:08:09 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-12-16 15:44:29 +0100 |
commit | c239366517665eba958d8406152613762c7c62c3 (patch) | |
tree | a9fe161eb5bdf21c9294d851037f7c26f9332068 | |
parent | 5b62cf1565b4f0957d2a8dc3ae795f850bdbf16b (diff) | |
download | skin-nopacity-c239366517665eba958d8406152613762c7c62c3.tar.gz skin-nopacity-c239366517665eba958d8406152613762c7c62c3.tar.bz2 |
Version 1.1.91.1.9
-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"; |