summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY5
-rw-r--r--skinlcarsng.c2
2 files changed, 6 insertions, 1 deletions
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 {