mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 1.2.13
This commit is contained in:
parent
99d2bc6a86
commit
402044d4c4
14
HISTORY
14
HISTORY
@ -478,3 +478,17 @@ Version 1.2.11 (buggy)
|
|||||||
Version 1.2.12
|
Version 1.2.12
|
||||||
- [pbiering] added token for recordings: isRecording
|
- [pbiering] added token for recordings: isRecording
|
||||||
- [pbiering] fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10
|
- [pbiering] fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10
|
||||||
|
|
||||||
|
Version 1.2.13
|
||||||
|
- [kamel5] A bug with timeshift in connection with global timers has been fixed
|
||||||
|
- [kamel5] Fixed a bug in timeshift mode that prevented the progress bar from updating in pause mode
|
||||||
|
- [kamel5] Update Skin estuary4vdr
|
||||||
|
- Token eCeMenuSchedulesIT::durationminutes added
|
||||||
|
- Token eLeMenuDefaultIT::devstatus added
|
||||||
|
- [kamel5] An error with the remaining time in the channel display has been fixed
|
||||||
|
- [kamel5] Revision cViewReplay::SetTimeShiftValues
|
||||||
|
- [kamel5] In timeshift mode, the title of the actual playback position is displayed
|
||||||
|
- [kamel5] Add token recstart to displayreplay
|
||||||
|
- [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
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *VERSION = "1.2.12";
|
static const char *VERSION = "1.2.13";
|
||||||
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