Version 1.2.14

This commit is contained in:
kamel5 2021-03-04 17:40:34 +01:00
parent fdc8195174
commit e3becb6c61
2 changed files with 6 additions and 1 deletions

View File

@ -492,3 +492,8 @@ Version 1.2.13
- [kamel5] Add tokens eventstart and eventstop to eDRRecTitleST
- [kamel5] Disabled timeshift display for non timeshift recordings
- [kamel5] Add element timeShiftTimes with tokens recstart, playbacktime and timeshiftrest to displayreplay
Version 1.2.14
- [kamel5] Revert "Disabled timeshift display for non timeshift recordings"
- [kamel5] Add a different display mode to timeshift for currently active timer recordings

View File

@ -21,7 +21,7 @@
#endif
static const char *VERSION = "1.2.13";
static const char *VERSION = "1.2.14";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {