mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.6
This commit is contained in:
parent
d1e5e240ec
commit
e7753834bc
14
HISTORY
14
HISTORY
@ -167,3 +167,17 @@ Version 1.2.5
|
|||||||
- Eliminate a seqfault in "cRecManager::DeleteSearchTimer"
|
- Eliminate a seqfault in "cRecManager::DeleteSearchTimer"
|
||||||
- Show Inactive timer in DrawHeader
|
- Show Inactive timer in DrawHeader
|
||||||
- Add "switchMode" to setup menu
|
- Add "switchMode" to setup menu
|
||||||
|
|
||||||
|
Version 1.2.6
|
||||||
|
|
||||||
|
- Some changes for VDR < 2.3.0
|
||||||
|
- Changes for Rec Icon in DrawHeader and Grid
|
||||||
|
- Eliminate a compiler warning in searchtimer.c
|
||||||
|
- Correct an error in setup page
|
||||||
|
- Optical changes in displaymode vertical
|
||||||
|
- Different setup parameter for displayTime in horizontal and vertical mode
|
||||||
|
- Optimizations in setup menu
|
||||||
|
- Add .gitignore
|
||||||
|
- Channelgroup in cRecMenuSearchTimerEdit
|
||||||
|
(Create and modify of channelgroups isn't yet possible, should be done in epgsearch)
|
||||||
|
- Change channel icon size in cRecMenuSearchTimerEdit
|
||||||
|
@ -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.5";
|
static const char *VERSION = "1.2.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