mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 1.2.9
This commit is contained in:
parent
4c4374ecb2
commit
5dbfd52784
8
HISTORY
8
HISTORY
@ -453,3 +453,11 @@ Version 1.2.8 (kamel5)
|
|||||||
|
|
||||||
- fixed some look sequence reports
|
- fixed some look sequence reports
|
||||||
- Updated Makefile
|
- 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
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *VERSION = "1.2.8.6";
|
static const char *VERSION = "1.2.9";
|
||||||
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
||||||
|
|
||||||
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
||||||
|
Loading…
Reference in New Issue
Block a user