diff options
| author | Tobias Grimm <git@e-tobi.net> | 2013-03-10 12:46:51 +0100 |
|---|---|---|
| committer | Tobias Grimm <git@e-tobi.net> | 2013-03-10 13:14:05 +0100 |
| commit | c8d5d2f4aec922c001ff011f422317a228dcdde4 (patch) | |
| tree | 5e39d7872b1a30acdc7a7f674c0462dce294a365 | |
| parent | c545f7148c7936665d0559fb26aa738d7d628183 (diff) | |
| download | vdr-plugin-ttxtsubs-c8d5d2f4aec922c001ff011f422317a228dcdde4.tar.gz vdr-plugin-ttxtsubs-c8d5d2f4aec922c001ff011f422317a228dcdde4.tar.bz2 | |
Updated HISTORY and preparing for 0.3.0 release
| -rw-r--r-- | HISTORY | 9 | ||||
| -rw-r--r-- | ttxtsubs.c | 2 |
2 files changed, 7 insertions, 4 deletions
@@ -1,12 +1,15 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- -2012-04-xx: Version x.x.x +2013-03-10: Version 0.3.0 - Removed obsolete (unused since 0.2.0) setup options: DVB Source Selection, Live Delay, Record Subtitles, and Workaround for some French chns. - Added hard-coded workaround for french channels where page numbes 850-859 - must be mapped to 880-889 (Closes #865, #703) - (Thx to Jussi Tepponen!) + must be mapped to 880-889 (Closes #865, #703) (Thx to Jussi Tepponen!) +- Some code refactorings +- Adapt to VDR 1.7.26 API changes. +- Updated patch for VDR 1.7.38 +- Sync subtitles using PTS (Closes #119) (Thx to Matti Horila and Dimitar Petrovski) 2011-10-08: Version 0.2.4 - Updated patch for VDR 1.7.21 (Closes #745) @@ -52,7 +52,7 @@ #error "This version of ttxtsubs requires the ttxtsubs patch version 2 to be applied to VDR!!" #endif -static const char *VERSION = "0.2.4"; +static const char *VERSION = "0.3.0"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |
