summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-01-06 13:30:52 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-28 14:47:56 +0200
commitbd2241b0e3b7b6382316b87bd8c7215398074a48 (patch)
treececb25146b37a0c1edce9ff7fa587f960da21f6f
parent45eaa9d54e575341ba07175b147422cb981278ee (diff)
downloadskin-lcarsng-bd2241b0e3b7b6382316b87bd8c7215398074a48.tar.gz
skin-lcarsng-bd2241b0e3b7b6382316b87bd8c7215398074a48.tar.bz2
Version 0.3.7HEAD0.3.7master
-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 {