diff options
author | louis <louis.braun@gmx.de> | 2012-12-05 21:09:10 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2012-12-05 21:09:10 +0100 |
commit | d58b48418a7ce80d2186c720f20a06d46a78a2ec (patch) | |
tree | abb9384e06d95e3c4b5a68edfb803b09af445ba6 | |
parent | 5dff51292c2d08b38db010dfe291c1e829e1945f (diff) | |
download | skin-nopacity-d58b48418a7ce80d2186c720f20a06d46a78a2ec.tar.gz skin-nopacity-d58b48418a7ce80d2186c720f20a06d46a78a2ec.tar.bz2 |
Version 0.0.4
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -47,6 +47,8 @@ VDR Plugin 'nOpacity' Revision History - Clear Message Box in Menu also if Caller not clears it himself - Fixed bug when calculating height of schedules menu item +2012-12-05: Version 0.0.4 + - Fixed a bug displaying wrong colors in replay progressbar (thanks @maverick-me) - Fixes a bug that individually set up color buttons were not assumed (thanks @maverick-me) @@ -54,4 +56,5 @@ VDR Plugin 'nOpacity' Revision History - Display of reruns of shows in detailed EPG view using epgseach. - completely rewrote epgsearch handling in schedules views (see README for more information about epgsearch integration) -- Fixed "fade in" bug, cancelling threads correctly +- Fixed "fade in" bug, cancelling threads correctly (Thanks to everybody who + was involved) diff --git a/skinnopacity.c b/skinnopacity.c index 79d7870..58426ad 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -15,7 +15,7 @@ #endif -static const char *VERSION = "0.0.3"; +static const char *VERSION = "0.0.4"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |