mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.3
This commit is contained in:
parent
0f092903e8
commit
415e433c73
9
HISTORY
9
HISTORY
@ -138,3 +138,12 @@ Version 1.2.2
|
|||||||
|
|
||||||
- added scraper2vdr support
|
- added scraper2vdr support
|
||||||
- introduced tabbed EPG detail view
|
- introduced tabbed EPG detail view
|
||||||
|
|
||||||
|
Version 1.2.3
|
||||||
|
|
||||||
|
- Compile under VDR 2.3.1+
|
||||||
|
- Reinsert old tvscraper compatibility
|
||||||
|
- New Makefile style
|
||||||
|
- Show inactive timer in EPG grid
|
||||||
|
- Center channel logos in EPG
|
||||||
|
- Clock in timeline if displaymode horizontal
|
||||||
|
@ -26,7 +26,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.2.2";
|
static const char *VERSION = "1.2.3";
|
||||||
static const char *DESCRIPTION = "A fancy 2d EPG Viewer";
|
static const char *DESCRIPTION = "A fancy 2d EPG Viewer";
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user