blob: 6d0bce336923e55a90e3555196f1233dc3b6ff68 (
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
39
40
41
42
43
44
45
46
47
|
VDR Plugin 'epgfixer' Revision History
--------------------------------------
2012-??-??: Version 0.2.0
- Support for ignoring EPG data for selected channels.
- Support for copying EPG data from one channel to another.
- Fix character set conversion for selected channels.
- Fix and improve Makefile (thanks to Ville Skyttä and Rolf Ahrenberg).
- Fix compiling with g++-4.7.
2012-05-05: Version 0.1.0
- 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.
|