diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2018-02-24: version 0.9.7 +- Added teletext2.ttf +- Cyrillic support added + 2018-01-28: version 0.9.6 - Merged the changes from Rolf Ahrenbergs fork pon GitHub (https://github.com/rofafor/vdr-plugin-osdteletext): diff --git a/osdteletext.c b/osdteletext.c index a436c42..fadc759 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -30,7 +30,7 @@ using namespace std; #define NUMELEMENTS(x) (sizeof(x) / sizeof(x[0])) -static const char *VERSION = "0.9.6"; +static const char *VERSION = "0.9.7"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |