diff options
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2012-03-25: version 0.9.2 +- Some code refactorings (Thx to Ville Skyttä) +- FF card transfer mode on channel switch with VDR >= 1.7.25 (Closes: #9) + (Thx to Udo Richter) +- VDR 1.7.26 compatibility (Thx to Ville Skyttä) +- Better live view channel switch detection + 2011-08-20: version 0.9.1 - Updated Italian translation provided by Diego Pierotto (Closes #450) - Added Slovak translation provided by Milan Hrala (Closes #558) diff --git a/osdteletext.c b/osdteletext.c index 65620c5..7845c39 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -25,7 +25,7 @@ using namespace std; #error "VDR-1.6.0 API version or greater is required!" #endif -static const char *VERSION = "0.9.0"; +static const char *VERSION = "0.9.2"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |