mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.8
This commit is contained in:
parent
c04ca30792
commit
b484f6cfc1
10
HISTORY
10
HISTORY
@ -187,3 +187,13 @@ Version 1.2.7
|
|||||||
- Eliminate a "invalid lock sequence report" in tvguideosd.c
|
- Eliminate a "invalid lock sequence report" in tvguideosd.c
|
||||||
- Optical changes in favorites and searchtimer menu
|
- Optical changes in favorites and searchtimer menu
|
||||||
- Changes in README
|
- 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)
|
||||||
|
@ -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.7";
|
static const char *VERSION = "1.2.8";
|
||||||
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