mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.3.6
This commit is contained in:
parent
5638c408c1
commit
5ef383453f
10
HISTORY
10
HISTORY
@ -291,3 +291,13 @@ Version 1.3.5
|
|||||||
|
|
||||||
- Fix for VDR-2.5.4
|
- Fix for VDR-2.5.4
|
||||||
- Update iceblue theme
|
- Update iceblue theme
|
||||||
|
|
||||||
|
Version 1.3.6
|
||||||
|
|
||||||
|
- Fix segfault when tvscraper returns "call->type = tNone"
|
||||||
|
- In menu "Search Recordins" get ChannelName from 'RecInfo'
|
||||||
|
- Display errors in search recordings
|
||||||
|
- Fixed possible segfault when showing scrollbar in search result lists
|
||||||
|
- Adapt epgsearch "allow empty" for searchtimer
|
||||||
|
- some rework
|
||||||
|
- optical optimization
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *VERSION = "1.3.5";
|
static const char *VERSION = "1.3.6";
|
||||||
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user