diff options
-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"; |