diff options
-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"; |