diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-22 11:57:32 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-22 11:57:32 +0200 |
commit | 51da4fcf963e363bc5198b6cefda5b9ac87b593b (patch) | |
tree | aa3a45384a458b9d50e5891674862b29eb9c5d86 | |
parent | 97ca32c23dc4d9ff639b40c69fac6e93011a64ab (diff) | |
download | vdr-plugin-tvguideng-51da4fcf963e363bc5198b6cefda5b9ac87b593b.tar.gz vdr-plugin-tvguideng-51da4fcf963e363bc5198b6cefda5b9ac87b593b.tar.bz2 |
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -80,3 +80,9 @@ Version 0.3.2 - Fixed a remote timer problem - Fixed a error with timerstart in cRecMenuItemTimelineHeader - Refactor reruns + +Version 0.3.3 + +- Add token eSchedulesGridIT::timerisactive +- Add italian translation +- Fix for VDR-2.5.4 diff --git a/tvguideng.c b/tvguideng.c index c679a75..0aeea89 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -14,7 +14,7 @@ #include "definitions.h" #include "tvguidengosd.h" -static const char *VERSION = "0.3.2"; +static const char *VERSION = "0.3.3"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |