mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.3.2
This commit is contained in:
parent
4d80c6900d
commit
fc47c35bea
8
HISTORY
8
HISTORY
@ -270,3 +270,11 @@ Version 1.3.1
|
|||||||
|
|
||||||
- Fixes for <VDR-2.3.1 compatibility
|
- Fixes for <VDR-2.3.1 compatibility
|
||||||
- Fixed a segfault while starting tvguide
|
- Fixed a segfault while starting tvguide
|
||||||
|
|
||||||
|
Version 1.3.2
|
||||||
|
|
||||||
|
- Fixed display groupname in cChannelGroupGrid::DrawHorizontal
|
||||||
|
- Center some channel logos
|
||||||
|
- Add "Timer On/Off" to recmenu
|
||||||
|
- Wrap title in detailview header
|
||||||
|
- Optional deactivation of the timer confirmation messages
|
||||||
|
@ -27,7 +27,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.3.1";
|
static const char *VERSION = "1.3.2";
|
||||||
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