diff options
-rw-r--r-- | HISTORY | 10 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -70,3 +70,13 @@ Version 0.3.1 - Update epgsearch.h - Update Makefile - Fixed some warnings + +Version 0.3.2 + +- Correct an error with the recording sign in grid +- Fixed some look sequence reports +- Update remotetimers.h +- Add isactors as token +- Fixed a remote timer problem +- Fixed a error with timerstart in cRecMenuItemTimelineHeader +- Refactor reruns diff --git a/tvguideng.c b/tvguideng.c index ae7a283..c679a75 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -14,7 +14,7 @@ #include "definitions.h" #include "tvguidengosd.h" -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.3.2"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |