From 9effc8a17d52c3fe2bea5d66d6aa9d5ffcc0dfc8 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Wed, 15 Jul 2020 17:06:38 +0200 Subject: Version 0.3.2 --- HISTORY | 10 ++++++++++ tvguideng.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d224f48..ed13557 100644 --- a/HISTORY +++ b/HISTORY @@ -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"; -- cgit v1.2.3