From bd2241b0e3b7b6382316b87bd8c7215398074a48 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 6 Jan 2022 13:30:52 +0100 Subject: Version 0.3.7 --- HISTORY | 5 +++++ skinlcarsng.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index feede93..acd8e39 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,10 @@ VDR Plugin 'skinlcarsng' Revision History --------------------------------------- +- Don't show NumRecordingsInPath if recodings menu shows deleted recordings +- Changed the name of an Instant Recording timer in the display channel +- Replace "[|| ]" with graphics if a item has tabbed text +- Add volume bar to main menus +- Cleanup Version 0.3.6 - Small optical changes diff --git a/skinlcarsng.c b/skinlcarsng.c index 2cd079a..7f20676 100644 --- a/skinlcarsng.c +++ b/skinlcarsng.c @@ -9,7 +9,7 @@ #error "VDR-1.7.34 API version or greater is required!" #endif -static const char *VERSION = "0.3.6"; +static const char *VERSION = "0.3.7"; static const char *DESCRIPTION = "skin lcarsng"; class cPluginLCARSNG : public cPlugin { -- cgit v1.2.3