diff options
author | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-08-28 21:52:01 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-08-28 21:52:01 +0200 |
commit | 689d3533da1cd27864034124f80b32afcbaef6e0 (patch) | |
tree | e13817d9fa2a08d417a798d296cc6c9c6f71fa53 | |
parent | cd3b278dc35e4851809d35440ca483b567a4a498 (diff) | |
parent | 56b84e6317b7fab4e1b128d8fb0191d03d3e764b (diff) | |
download | vdr-plugin-neutrinoepg-689d3533da1cd27864034124f80b32afcbaef6e0.tar.gz vdr-plugin-neutrinoepg-689d3533da1cd27864034124f80b32afcbaef6e0.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-neutrinoepg
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | neutrinoepg.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ VDR Plugin 'neutrinoepg' Revision History +2013-29-07: Version 0.3.5 +- [Fix] Speicherung der letzten Kanalauswahl in den Gruppen + 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 diff --git a/neutrinoepg.h b/neutrinoepg.h index 58029a7..8a7b7a2 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.4"; +static const char *VERSION = "0.3.5"; static const char *DESCRIPTION = "View the EPG like neutrino does"; static const char *MAINMENUENTRY = "Neutrino EPG"; |