diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 11:04:46 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 11:04:46 +0100 |
commit | 87ba3eb8ae4a256b7cea63748cef013e3fa23193 (patch) | |
tree | bb42479f29b5ca69ee8a22832894b74bb8f87c03 /HISTORY | |
parent | e2bcda13cdbcaa85f8b7462977b946b095c8b24a (diff) | |
download | vdr-plugin-ttxtsubs-release/v0.0.5.tar.gz vdr-plugin-ttxtsubs-release/v0.0.5.tar.bz2 |
- Note:v0.0.5release/v0.0.5
This version is intended for VDR 1.2.6. There is a patch for VDR 1.3.5
included. It may or may not work with later VDR versions. Also see
Rolf's patch in the contrib directory.
This may be the last version for VDR 1.2.x, as I hope to start turning
my attention to VDR 1.3.x now.
- New features:
- Italian translation, thanks to Sean Carlos
- French translation, thanks to Stéphane Esté-Gracias
- German translation, thanks to Tobias Grimm
- Another ElchiAIO fix, thanks to Rolf Ahrenberg
- Added a "contrib" directory with a VDR 1.3.8 test patch from
Rolf Ahrenberg
- Added a TROUBLESHOOTING document because of reports from Germany
that ttxtsubs doesn't work there. It seems that most German channels
on the birds at 19.2E don't announce the subtitles in their Service
Information. Please see the document for further info.
- Bugs fixed:
- Corrected (again!) national charset selection bit swapping, there
was a typo in the fix in 0.0.5pre1.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -1,9 +1,35 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- +2004-05-31: Version 0.0.5 + +- Note: +This version is intended for VDR 1.2.6. There is a patch for VDR 1.3.5 +included. It may or may not work with later VDR versions. Also see +Rolf's patch in the contrib directory. + +This may be the last version for VDR 1.2.x, as I hope to start turning +my attention to VDR 1.3.x now. + +- New features: + - Italian translation, thanks to Sean Carlos + - French translation, thanks to Stéphane Esté-Gracias + - German translation, thanks to Tobias Grimm + - Another ElchiAIO fix, thanks to Rolf Ahrenberg + - Added a "contrib" directory with a VDR 1.3.8 test patch from + Rolf Ahrenberg + - Added a TROUBLESHOOTING document because of reports from Germany + that ttxtsubs doesn't work there. It seems that most German channels + on the birds at 19.2E don't announce the subtitles in their Service + Information. Please see the document for further info. + +- Bugs fixed: + - Corrected (again!) national charset selection bit swapping, there + was a typo in the fix in 0.0.5pre1. + 2004-03-02: Version 0.0.5pre2 -- New features +- New features: - Text colours can be set and row spacing can be adjusted. (The usual semitransparent "background" colour appearently doesn't work with the ElchiAIO patch, don't know why.) @@ -32,7 +58,7 @@ VDR Plugin 'ttxtsubs' Revision History - Remapping option for those French channels that incorrectly sends teletext page numbers in decimal instead of hexadecimal. Very moderate remapping done at the moment, I hope it is enough. - - Subtitles are now recorded with their PTS (timestamps). Not that + - Subtitles are now recorded with their PTS (timestamps). Note that the timestamps are completely wrong on some channels, this may confuse uncareful subtitle extracting software. - Included patch for VDR 1.3.5 - untested! |