diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | neutrinoepg.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ VDR Plugin 'neutrinoepg' Revision History -2013-XX-XX: Version 0.3.4 +2013-05-05: Version 0.3.4 - [Fix] Bufferoverflow bei Tastendruck 0 - [Feature] Beschleunigter Start des Plugin, besonders bei großen channels.conf mit vielen Gruppen - [Feature] Neuer Parameter 'HideGroupsAt' zum ausblenden aller Gruppen ab dieser Gruppe diff --git a/neutrinoepg.h b/neutrinoepg.h index eb22ef3..e57effc 100644 --- a/neutrinoepg.h +++ b/neutrinoepg.h @@ -29,7 +29,7 @@ extern int switchgroupkey; extern int ChannelNameWidth; extern int HideGroupsAt; -static const char *VERSION = "0.3.3"; +static const char *VERSION = "0.3.4"; static const char *DESCRIPTION = "View the EPG like neutrino does"; static const char *MAINMENUENTRY = "Neutrino EPG"; |