mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 1.2.17
This commit is contained in:
parent
c6c89529a6
commit
7d269ffd85
11
HISTORY
11
HISTORY
@ -504,7 +504,7 @@ Version 1.2.15
|
|||||||
- [pbiering] fix tuner device mapping in case tuners are not starting as first device
|
- [pbiering] fix tuner device mapping in case tuners are not starting as first device
|
||||||
- [kamel5] Fix cutting marks wasn't updated
|
- [kamel5] Fix cutting marks wasn't updated
|
||||||
|
|
||||||
Upcoming for Version 1.2.16
|
Version 1.2.16
|
||||||
- [pbiering] add additional recording flag {isInUse} - can be used in skins for e.g. records in cutting/copy(queue)
|
- [pbiering] add additional recording flag {isInUse} - can be used in skins for e.g. records in cutting/copy(queue)
|
||||||
- [pbiering] add additional <vdrstatus> exposing {vdrIsRecordingsHandlersActive} and {vdrIsRecording} - can be used in skins for e.g. IDLE/BUSY REC/FREE
|
- [pbiering] add additional <vdrstatus> exposing {vdrIsRecordingsHandlersActive} and {vdrIsRecording} - can be used in skins for e.g. IDLE/BUSY REC/FREE
|
||||||
- [kamel5] Fix Incorrect detection of a recording that is currently running
|
- [kamel5] Fix Incorrect detection of a recording that is currently running
|
||||||
@ -515,3 +515,12 @@ Upcoming for Version 1.2.16
|
|||||||
- [kamel5] Fix display of recording sign in display channel
|
- [kamel5] Fix display of recording sign in display channel
|
||||||
- [kamel5] Fix a device is currently recording
|
- [kamel5] Fix a device is currently recording
|
||||||
- [kamel5] Fix update timer in the main menu
|
- [kamel5] Fix update timer in the main menu
|
||||||
|
|
||||||
|
Version 1.2.17
|
||||||
|
|
||||||
|
- [kamel5] Fix display of events in channel display
|
||||||
|
- [kamel5] Fix incorrect display of posters and banners in the recording menu
|
||||||
|
- [kamel5] Fix display of the background in the display channel
|
||||||
|
- [kamel5] Add token errors for recordings (VDR >= 2.5.4)
|
||||||
|
- [kamel5] Update Skin estuary4vdr to display errors in recording info
|
||||||
|
- [kamel5] Update Skin estuary4vdr
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#error "VDR-2.2.0 API version or greater is required!"
|
#error "VDR-2.2.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *VERSION = "1.2.16";
|
static const char *VERSION = "1.2.17";
|
||||||
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