-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
88 lines (61 loc) · 1.99 KB
/
CHANGES
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Version 1.3 - 25 Mar 2006
* fixed bug: ']' character in text needed to be escaped
* added "xyTextMode"
* added sequence/@mode="useTimeSchedule" attribute value
* fixed bug: incorrect code sent for sequence/@mode="deleteAtStopTime"
* fixed bug: dimmingMode/@threshold and @level incorrectly being
converted to hex
* added "minutes" attribute to speedControl
* fixed bug: mode/@display="automode" attribute value had typo
* added "explode", "clock", and "trumpet" for mode/@display values.
* fixed bug: hex conversion failed when dec=16
* fixed bug: counter always writes all 5 counters now, as per spec
* thorough testing and validation of all commands
Version 1.2 - 05 Feb 2006
* fixed bug: nested commands included an extraneous code at the end
which caused the last command to be ignored
* added "mode" element as a child of of the text element. This
replaces the "mode", "position", and "trailingMode" attibutes of
text. The old attributes are still supported for backward
compatibility.
Version 1.1 - 21 Jan 2006
* fixed bug: underscore in text was not escaped properly
* changed default typecode from "^" (BetaBrite) to "Z" (all signs)
* made alphasign.xsl compatible with Saxon (and hopefully most other
XSLT processors)
* added commands:
calendarDate
counterConfig
counterValue
temperatureDisplay
temperatureOffset
signAddress
readText
readString
readDots
readLargeDots
readRGBDots
readTimeOfDay
readSpeakerMode
readGeneralInfo
readMemoryPoolSize
readMemoryConfig
readMemoryDump
readDayOfWeek
readTimeFormat
readTimeScheduleTable
readSerialErrorStatusRegister
readNetworkQuery
readSequence
readDayScheduleTable
readCounters
readAlphavisionDOTSMemoryConfig
readRunFileTime
readDate
readDaylightSavingTime
readAutoModeTable
readTemperatureOffset
* included a C version of bb3to1 (bb3to1.c)
* included GPL license
Version 1.0.0
* new