diff options
author | Tobias Grimm <git@e-tobi.net> | 2018-02-24 19:55:52 +0100 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2018-02-24 20:20:42 +0100 |
commit | b8cba9962f80a9b79bfd708a8ad1625f3242f448 (patch) | |
tree | 55689dee58d386af35e97b73813069d6887fd740 | |
parent | a1c65782ca609071c94da18944ebebd0bcdd8aa9 (diff) | |
download | vdr-plugin-osdteletext-b8cba9962f80a9b79bfd708a8ad1625f3242f448.tar.gz vdr-plugin-osdteletext-b8cba9962f80a9b79bfd708a8ad1625f3242f448.tar.bz2 |
-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"); |