blob: 0ec1cf547f2f8f0be7559bdd791abc7e6229e67f (
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
48
49
|
VDR Plugin 'imonlcd' Revision History
-------------------------------------
2017-01-29: Version 1.0.2
- Update plugin interface for vdr 2.3.2
- Fix display wrong time for HD recording if they greater than one hour (Bug #1568)
- Small improvement of the function FormatReplayTime
2013-03-23: Version 1.0.1
- Adapt Makefile for new VDR >=1.7.36
- Fix bug: close crash without open device.
2012-06-30 Version 1.0.0
- Update plugin interface for vdr 1.7.26
- Wrong time on playback of HD recordings (Bug #517)
- Ignore empty subtitle on replay (Feature #484)
- Avoid hidden ‘ciMonFont::DrawText’ [-Werror=overloaded-virtual] (Bug #1034)
2010-11-03 Version 0.0.5
- blank the device by svdrp command 'off'
- Allow turn display off at night (Feature #175)
- Fix a segmentation fault on replay (Bug #432)
- Add render mode "show channel names only" (Feature #426)
- Show next timer on two lines (Feature #427)
- update italian translation provided by Diego Pierotto (Feature #406, #445)
2010-04-22: Version 0.0.4
- Allow setup font size
- Show current time, on dual line mode (Request #316)
2010-04-18: Version 0.0.3
- Remove unnecessary include statement (suggest by Anssi Hannula)
- Add mode to show information on two lines provided by Sven (cokker) (Feature #161)
2009-06-08: Version 0.0.2
- italian translation provided by Diego Pierotto (Feature #126)
- new svdrp commands
* 'ICON' - force state of icon.
* 'ON','OFF' - enable/disable display (Request #128)
- new options on exit
* Show next timer (Feature #124)
* set timer as wakeup time and showing clock.
- render current OSD state (menu/message)
- add workaround for a older libfreetype bug
2009-05-19: Version 0.0.1
- Initial revision.
|