blob: 09de591189e3ea363c4597712ae57020d0ad593a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
VDR Plugin 'epgfixer' Revision History
--------------------------------------
2012-xx-xx: Version 0.0.7
- Support for character set conversion for selected channels.
- Support for stripping HTML entities.
- Cleaning up code (some cleanup by Rolf Ahrenberg).
- Supply user with extra information for each setup menu option using Info key.
2012-04-13: Version 0.0.6
- Bug fix release.
2012-04-13: Version 0.0.5
- Support using channel IDs in channel list in addition to channel numbers.
2012-04-12: Version 0.0.4
- Allow enabling regular expressions for only selected channels.
2012-03-25: Version 0.0.3
- Reloading regular expressions and clearing EPG data from setup menu.
- Enable internal optimisation of regular expressions in PCRE.
- Enabling/disabling of regular expressions from setup menu.
- Editing of regular expressions from setup menu.
- Cleaning up code (some cleanup by Rolf Ahrenberg).
2012-03-18: Version 0.0.2
- Rewrite to use regular expressions.
- Include EPG bug fixes from VDR and make them individually selectable
from setup.
2012-03-17: Version 0.0.1
- Initial revision.
|