Version 1.2.8

This commit is contained in:
kamel5 2019-06-20 13:45:13 +02:00
parent c04ca30792
commit b484f6cfc1
2 changed files with 11 additions and 1 deletions

10
HISTORY
View File

@ -187,3 +187,13 @@ Version 1.2.7
- Eliminate a "invalid lock sequence report" in tvguideosd.c
- Optical changes in favorites and searchtimer menu
- Changes in README
Version 1.2.8
- Some refactoring
- Update i18n
- Add almost all search timer options to cRecMenuSearchTimerEdit,
only one is missing: "Use content descriptor"
(Create and modify of channelgroups and blacklists isn't possible,
because the epgsearch service interface doesn't support that,
should be done in epgsearch)

View File

@ -26,7 +26,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
static const char *VERSION = "1.2.7";
static const char *VERSION = "1.2.8";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";