forked from jaraco/jaraco.nxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
56 lines (39 loc) · 1.07 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
56
1.5
===
* Added Python 3 support. Tests pass, but many operations are untested.
* Moved hosting to Git and Github.
* Fixed bug in InputPort where port 4 could not be indicated.
1.4
===
* Fixed issue in discovery when PyBluez is not installed.
* Added a writeTimeout to the device discovery.
* Now requires pyserial 2.4 or later.
* Fixed read_input example. Fixes #1.
1.3.2
=====
* Move to Mercurial repository and bitbucket hosting.
* Added example of reading from a sensor port.
1.3.1
=====
* Bug fixes in messages.MessageWrite.
1.3
===
* Added device discovery and support for Bluetooth Sockets using the
PyBluez package.
1.2.2
=====
* Removed dependence on enum and jaraco.util
1.2
===
* Added this documentation
* Updated the project website to use PYPI directly.
* Moved joystick functionality to its own project - `jaraco.input
<http://pypi.python.org/pypi/jaraco.input>`_
1.1
===
* Updated dependency on jaraco.util, removing many secondary dependencies.
1.0
===
* Initial release
* Implements complete protocol
* Includes support for XBox 360 controller on Windows