This repository was archived by the owner on Feb 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
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+
4151.1.2 (Sep 1, 2018)
516====================
617
@@ -12,7 +23,7 @@ Changelog
12231.1.0 (Aug 27, 2018)
1324====================
1425
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 `_ ).
1627
1728- Fix typo preventing ff effects that need left coefficients from working.
1829
@@ -352,7 +363,10 @@ Changelog
352363.. _`@forsenonlhaimaisentito` : https://github.com/forsenonlhaimaisentito
353364.. _`@paulo-raca` : https://github.com/paulo-raca
354365.. _`@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
355368
369+ .. _`introduced in Linux 4.5` : https://github.com/torvalds/linux/commit/052876f8e5aec887d22c4d06e54aa5531ffcec75
356370.. _issue21121 : http://bugs.python.org/issue21121
357371.. _`#63` : https://github.com/gvalkov/python-evdev/issues/63
358372.. _`#63` : https://github.com/gvalkov/python-evdev/issues/67
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The full version, including alpha/beta/rc tags.
63- release = '1.1.2 '
63+ release = '1.2.0 '
6464
6565# The short X.Y version.
6666version = release
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.2
2+ current_version = 1.2.0
33message = Bump version: {current_version} -> {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change 4444#-----------------------------------------------------------------------------
4545kw = {
4646 'name' : 'evdev' ,
47- 'version' : '1.1.2 ' ,
47+ 'version' : '1.2.0 ' ,
4848
4949 'description' : 'Bindings to the Linux input handling subsystem' ,
5050 'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments