-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangelog.txt
More file actions
33 lines (26 loc) · 971 Bytes
/
Changelog.txt
File metadata and controls
33 lines (26 loc) · 971 Bytes
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
Komodex Module Drivers - Changelog
http://komodex.com
v1.0.0
----------
- Initial release.
v1.0.1
----------
- Fixed an issue with the SetValue(string) method of SevenSegmentDisplay.
v1.0.2
----------
- The SetBrightness method of SevenSegmentDisplay now accepts a double rather than a float.
- Added Underscore to the Digit enumeration. SetValue(string) now parses the '_' character.
- Added ClearValue method to SevenSegmentDisplay. This method clears the displayed value.
v1.0.3
----------
- Fixed some issues with negative TimeSpan values in SevenSegmentDisplay.
v1.0.4
----------
- Added XML documentation for all public members in the Seven Segment Display library.
v1.0.5
----------
- Fixed an issue with the SetValue(DateTime) method of SevenSegmentDisplay.
- All SevenSegmentDisplay update methods now return true or false depending on whether the update completed successfully.
v1.1.0
----------
- Updated to target NETMF v4.3 and the new GoBus library.