Version 1.3.2

This commit is contained in:
kamel5 2020-08-05 17:54:02 +02:00
parent 4d80c6900d
commit fc47c35bea
2 changed files with 9 additions and 1 deletions

View File

@ -270,3 +270,11 @@ Version 1.3.1
- Fixes for <VDR-2.3.1 compatibility
- 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

View File

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