Version 1.2.3

This commit is contained in:
kamel5 2019-01-27 12:22:47 +01:00
parent 0f092903e8
commit 415e433c73
2 changed files with 10 additions and 1 deletions

View File

@ -138,3 +138,12 @@ Version 1.2.2
- added scraper2vdr support
- 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

View File

@ -26,7 +26,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#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 *MAINMENUENTRY = "Tvguide";