forked from Sicness/pyNooLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
55 lines (35 loc) · 1.84 KB
/
CHANGES.txt
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
noolite (1.4.0)
* Added option to specify number of command repeats to enhance transfer reliability
* Added hardware-required intervals between successive commands to avoid command signal clutter
-- Yaraslau Zhylko <[email protected]> Thu, 31 Mar 2016 11:00:00 +0400
noolite (1.3.0)
* Fixed 'save scenario' command
* Fixed 'on', 'off' and other simple commands sending incorrect format and level data after 'set' command calls
* Deprecated 'channals' NooLite class init argument in favour of correctly spelled 'channels' one
* Deprecated 'tests' NooLite class init argument
* TypeErrors raised instead of ValueErrors where appropriate
* General code refactoring
* PEP8 corrections
* Corrections of error messages and descriptions
* Added .gitignore file to github repository
-- Yaraslau Zhylko <[email protected]> Thu, 24 Mar 2016 18:30:00 +0400
noolite (1.2.1)
* Fixed unbind(self, ch) function with correct 0x09 command
* Added option to refine USB device search by passing optional pyusb core.find() arguments to NooLite object constructor
* Specialised NooLiteDeviceLookupErr is now raised if device is not found / not connected
-- Yaraslau Zhylko <[email protected]> Sun, 13 Mar 2016 11:33:33 +0400
noolite (1.1.3)
* Impoved tests. Now tests checks returned cmd
* New tests for set function
-- Anton Balashov <[email protected]> Thu, 25 Jun 2013 09:24:33 +0400
noolite (1.1.2)
* Fix set level function
* Some PEP8 work
-- Anton Balashov <[email protected]> Thu, 20 Jun 2013 13:35:35 +0400
noolite (1.1.1)
* Added try on no or old pyusb in example
-- Anton Balashov <[email protected]> Thu, 23 May 2013 22:15:40 +0400
noolite (1.1.0)
* PEP8 for noolite.py and noolite
* check import pyusb and print info on error
-- Anton Balashov <[email protected]> Thu, 21 May 2013 12:50:00 +0400