diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-14 16:45:35 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-14 16:45:35 +0100 |
commit | dda6babd28ffef10bed47f53f2b4a9168fa90a67 (patch) | |
tree | 961f4e90c9b8014ee347b1eaa5b2b67a63f1bb36 /extrecmenu.h | |
parent | 69ab28fe3563ca25153a7bc5bfab003f6c23d9aa (diff) | |
download | vdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.gz vdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.bz2 |
Version 0.5v0.5
- improved updating of moved or renamed recordings - updating should be faster now
- added patch and option to replace VDR's recordings menu; thanks to 'egal' from vdr-portal.de
- fixed the settings of tabs
- month of a recording was shown the wrong way - fixed
Diffstat (limited to 'extrecmenu.h')
-rw-r--r-- | extrecmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extrecmenu.h b/extrecmenu.h index 613bdf1..a828f17 100644 --- a/extrecmenu.h +++ b/extrecmenu.h @@ -1,6 +1,6 @@ #include <vdr/plugin.h> -static const char *VERSION = "0.4"; +static const char *VERSION = "0.5"; static const char *DESCRIPTION = "Extended recordings menu"; static const char *MAINMENUENTRY = "ExtRecMenu"; |