File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ History:
44
55dev
66 - change license to MIT
7+ - new contributor: Jochen 'cycomanic' Schroeder
78 - add type hints
89 - add documentation (fix #10)
910 - add tests and use Travis CI (fix #9)
1011 - Linux: remove MSS library
1112 - Linux: insanely fast using only ctypes
1213 - Linux: skip unused monitors
14+ - Linux: use errcheck instead of deprecated restype with callable (fix #11)
1315
14162.0.0 2016/06/04
1517 - split the module into several files
Original file line number Diff line number Diff line change 77# - major contribution N
88
99Alexander 'thehesiod' Mohr [https://github.com/thehesiod]
10- - Winows : robustness to MSS.get_pixels()
10+ - Windows : robustness to MSS.get_pixels()
1111
1212bubulle [http://indexerror.net/user/bubulle]
1313 - Windows: efficiency of MSS.get_pixels()
1414
1515Condé 'Eownis' Titouan <me@titouan.co> <eownis@eownis.me> [https://titouan.co]
1616 - MacOS X tester
1717
18+ Jochen 'cycomanic' Schroeder [https://github.com/cycomanic]
19+ - GNU/Linux: use errcheck instead of deprecated restype with callable, for enum_display_monitors()
20+
1821Oros <oros@ecirtam.net> [https://ecirtam.net]
1922 - GNU/Linux tester
2023
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '2.0.13 '
62+ version = '2.0.14 '
6363# The full version, including alpha/beta/rc tags.
6464release = 'latest'
6565
Original file line number Diff line number Diff line change 1313from .exception import ScreenshotError
1414from .factory import mss
1515
16- __version__ = '2.0.13 '
16+ __version__ = '2.0.14 '
1717__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818__copyright__ = '''
1919 Copyright (c) 2013-2016, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments