Version 1.2.17

This commit is contained in:
kamel5 2021-05-31 16:05:10 +02:00
parent c6c89529a6
commit 7d269ffd85
2 changed files with 11 additions and 2 deletions

11
HISTORY
View File

@ -504,7 +504,7 @@ Version 1.2.15
- [pbiering] fix tuner device mapping in case tuners are not starting as first device
- [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 <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
@ -515,3 +515,12 @@ Upcoming for Version 1.2.16
- [kamel5] Fix display of recording sign in display channel
- [kamel5] Fix a device is currently recording
- [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

View File

@ -20,7 +20,7 @@
#error "VDR-2.2.0 API version or greater is required!"
#endif
static const char *VERSION = "1.2.16";
static const char *VERSION = "1.2.17";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {