File tree 4 files changed +18
-4
lines changed 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 1.2.0 (Apr 7, 2019)
5
+ ====================
6
+
7
+ - Add UInput support for the resolution parameter in AbsInfo. This brings
8
+ support for the new method of uinput device setup, which was `introduced in
9
+ Linux 4.5 `_ (thanks to `@LinusCDE `_).
10
+
11
+ - Vendor and product identifiers can be greater or equal to `0x8000 ` (thanks
12
+ `@ivaradi `_).
13
+
14
+
4
15
1.1.2 (Sep 1, 2018)
5
16
====================
6
17
@@ -12,7 +23,7 @@ Changelog
12
23
1.1.0 (Aug 27, 2018)
13
24
====================
14
25
15
- - Add support for handling force-feedback effect uploads (many thanks to `@ndreys `).
26
+ - Add support for handling force-feedback effect uploads (many thanks to `@ndreys `_ ).
16
27
17
28
- Fix typo preventing ff effects that need left coefficients from working.
18
29
@@ -352,7 +363,10 @@ Changelog
352
363
.. _`@forsenonlhaimaisentito` : https://github.com/forsenonlhaimaisentito
353
364
.. _`@paulo-raca` : https://github.com/paulo-raca
354
365
.. _`@ndreys` : https://github.com/ndreys
366
+ .. _`@LinusCDE` : https://github.com/gvalkov/python-evdev/pulls/LinusCDE
367
+ .. _`ivaradi` : https://github.com/gvalkov/python-evdev/pull/104
355
368
369
+ .. _`introduced in Linux 4.5` : https://github.com/torvalds/linux/commit/052876f8e5aec887d22c4d06e54aa5531ffcec75
356
370
.. _issue21121 : http://bugs.python.org/issue21121
357
371
.. _`#63` : https://github.com/gvalkov/python-evdev/issues/63
358
372
.. _`#63` : https://github.com/gvalkov/python-evdev/issues/67
Original file line number Diff line number Diff line change 60
60
# built documents.
61
61
#
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.1.2 '
63
+ release = '1.2.0 '
64
64
65
65
# The short X.Y version.
66
66
version = release
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.2
2
+ current_version = 1.2.0
3
3
message = Bump version: {current_version} -> {new_version}
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 44
44
#-----------------------------------------------------------------------------
45
45
kw = {
46
46
'name' : 'evdev' ,
47
- 'version' : '1.1.2 ' ,
47
+ 'version' : '1.2.0 ' ,
48
48
49
49
'description' : 'Bindings to the Linux input handling subsystem' ,
50
50
'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments