diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-01-06 13:30:52 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-28 14:47:56 +0200 |
commit | bd2241b0e3b7b6382316b87bd8c7215398074a48 (patch) | |
tree | cecb25146b37a0c1edce9ff7fa587f960da21f6f | |
parent | 45eaa9d54e575341ba07175b147422cb981278ee (diff) | |
download | skin-lcarsng-bd2241b0e3b7b6382316b87bd8c7215398074a48.tar.gz skin-lcarsng-bd2241b0e3b7b6382316b87bd8c7215398074a48.tar.bz2 |
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skinlcarsng.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 { |