blob: 8159f3e37fc1d13797cf8af8873eda646086d7d7 (
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
|
VDR Plugin 'vdrtva' Revision History
-------------------------------------
2007-10-07: Version 0.0.1
- Initial experimental plugin.
2011-06-18: Version 0.0.2
- First functional proof-of-concept.
2011-07-17: Version 0.0.3
- Handling of Links file moved from Perl script into plugin.
- Implemented config settings.
2011-08-18: Version 0.0.4
- Major functions of Perl script built into plugin.
- Auto-execution of series link updates.
- Simplified internal data structures.
2011-09-02: Version 0.0.5
- Added check for series links whenever a new timer is added.
- Added setup menu (not fully tested).
2012-01-05: Version 0.0.6
- Configuration of update time changed.
- Fixed bug in processing of updates.
- Patch version is now deprecated.
2012-01-15: Version 0.0.7
- Added collection of 'Suggested' CRIDs and SVDRP command to display them.
- Added notification of split events.
- Fixed (again) expiration of links.
2012-02-01: Version 0.1.0
- Fixed OSD setup menu.
- Removed duplicates from 'suggestions' report.
2012-02-23: Version 0.1.1
- When timer clash detected, check alternatives for further clashes.
- Disable functions needing CRID data if none captured yet.
- Optionally email a daily report.
- 'Permanently' remove duplicates from suggestions.
- Fixed segfault when VDR called with -h.
|