summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY8
-rw-r--r--skindesigner.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1486ade..662f081 100644
--- a/HISTORY
+++ b/HISTORY
@@ -453,3 +453,11 @@ Version 1.2.8 (kamel5)
- fixed some look sequence reports
- Updated Makefile
+- Optimization for softhdcuvid
+- Refactor reruns
+- Update services/epgtimer.h
+- Refresh imgCache if OsdProvider was changed
+
+Version 1.2.9
+- [pbiering] added tokens for framesPerSecond and isHD
+- [pbiering] improve HD detection code, catch also stream content 9
diff --git a/skindesigner.c b/skindesigner.c
index 0f9889a..33f249b 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -21,7 +21,7 @@
#endif
-static const char *VERSION = "1.2.8.6";
+static const char *VERSION = "1.2.9";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {