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 ----------------------------------------- +2018-01-28: version 0.9.6 +- Merged the changes from Rolf Ahrenbergs fork pon GitHub + (https://github.com/rofafor/vdr-plugin-osdteletext): +- VDR 2.3.1 compatibility (patch by 'kandakruemel') +- Fixed character drawing +- Fixed character conversion table for Finnish/Swedish + 2015-02-13: version 0.9.5 - Avoid pkg-config warnings - Improved cleanup when closing OSDTeletext diff --git a/osdteletext.c b/osdteletext.c index 1c3eeb4..a18eb6c 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -28,7 +28,7 @@ using namespace std; #error "VDR-1.7.39 API version or greater is required!" #endif -static const char *VERSION = "0.9.5"; +static const char *VERSION = "0.9.6"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |